summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_debugfs.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: s/INTEL_OUTPUT_DISPLAYPORT/INTEL_OUTPUT_DP/Ville Syrjälä2016-07-071-1/+1
* drm/i915: Group the irq breadcrumb variables into the same cachelineChris Wilson2016-07-061-4/+4
* drm/i915: Convert dev_priv->dev backpointers to dev_priv->drmChris Wilson2016-07-051-8/+8
* drm/i915: Mass convert dev->dev_private to to_i915(dev)Chris Wilson2016-07-041-86/+86
* drm/i915: Limit i915_ring_test_irq debugfs to actual ringsChris Wilson2016-07-041-8/+1
* drm/i915: Remove stop-rings debugfs interfaceChris Wilson2016-07-041-35/+0
* drm/i915: Only start retire worker when idleChris Wilson2016-07-041-2/+3
* drm/i915: Fix indentation in i915_gem_framebuffer_info()Chris Wilson2016-07-021-13/+13
* drm/i915: Use HWS for seqno tracking everywhereChris Wilson2016-07-011-3/+3
* drm/i915: Spin after waking up for an interruptChris Wilson2016-07-011-1/+1
* drm/i915: Slaughter the thundering i915_wait_request herdChris Wilson2016-07-011-1/+15
* drm/i915: Split idling from forcing context switchChris Wilson2016-06-241-1/+1
* drm/i915: Register debugfs interface lastChris Wilson2016-06-241-2/+4
* drm/i915: Use connector_type for printing in intel_connector_info, v2.Maarten Lankhorst2016-06-211-7/+19
* drm/i915: Use atomic state and connector_type in i915_sink_srcMaarten Lankhorst2016-06-211-6/+6
* drm/i915: Use connector_type instead of intel_encoder->type for DP.Maarten Lankhorst2016-06-211-6/+12
* drm/i915: Use connector->name in drrs debugfs.Maarten Lankhorst2016-06-211-25/+8
* drm/i915/guc: index host arrays by i915 engine ID, not guc_idDave Gordon2016-06-211-5/+5
* Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queuedDaniel Vetter2016-06-161-2/+2
|\
| * drm/i915: Fix missing unlock on error in i915_ppgtt_info()Wei Yongjun2016-06-141-2/+2
* | drm/i915/guc: add doorbell map to debugfs/i915_guc_infoDave Gordon2016-06-141-0/+4
* | drm/i915:bxt: Enable Pooled EU supportarun.siluvery@linux.intel.com2016-06-141-0/+4
|/
* drm/i915: Update GEN6_PMINTRMSK setup with GuC enabledSagar Arun Kamble2016-05-311-0/+1
* drm/i915: Revert async unpin and nonblocking atomic commitDaniel Vetter2016-05-251-50/+39
* drm/i915/debugfs: Show context objects in i915_gem_objectsChris Wilson2016-05-241-1/+37
* drm/i915: Merge legacy+execlists context structsChris Wilson2016-05-241-30/+12
* drm/i915: Show i915_gem_context owner in debugfsChris Wilson2016-05-241-2/+16
* drm/i915: Rename struct intel_contextChris Wilson2016-05-241-5/+5
* drm/i915/guc: don't spinwait if the GuC's workqueue is fullDave Gordon2016-05-231-0/+1
* drm/i915: Remove cs based page flip support.Maarten Lankhorst2016-05-191-17/+2
* drm/i915: Rework intel_crtc_page_flip to be almost atomic, v3.Maarten Lankhorst2016-05-191-11/+25
* drm/i915: Convert flip_work to a list.Maarten Lankhorst2016-05-191-39/+51
* drm/i915: Unify unpin_work and mmio_work into flip_work, v2.Maarten Lankhorst2016-05-191-3/+3
* drm/i915: Remove intel_prepare_page_flip, v3.Maarten Lankhorst2016-05-191-4/+1
* drm/i915: Remove stallcheck special handling, v3.Maarten Lankhorst2016-05-191-5/+6
* Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queuedDaniel Vetter2016-05-171-5/+14
|\
| * Merge tag 'topic/drm-misc-2016-04-29' of git://anongit.freedesktop.org/drm-in...Dave Airlie2016-05-041-2/+10
| |\
| | * drm: Protect dev->filelist with its own mutexDaniel Vetter2016-04-271-2/+10
| * | Merge tag 'drm-intel-next-2016-04-25' of git://anongit.freedesktop.org/drm-in...Dave Airlie2016-05-041-37/+67
| |\ \ | | |/ | |/|
| * | drm/mode: introduce wrapper to read framebuffer refcount.Dave Airlie2016-04-221-2/+2
| * | Merge tag 'drm-intel-next-2016-04-11' of git://anongit.freedesktop.org/drm-in...Dave Airlie2016-04-221-27/+39
| |\ \
| * | | drm/i915/dp/mst: Add source port info to debugfs outputJim Bride2016-04-151-1/+2
* | | | drm/i915: Remove redundant const from function return typeImre Deak2016-05-131-5/+5
* | | | drm/i915: Replace "INTEL_INFO->gen == x" checks with IS_GENxTvrtko Ursulin2016-05-111-2/+2
* | | | drm/i915: Use drm_i915_private as the native pointer for intel_uncore.cChris Wilson2016-05-101-2/+2
* | | | drm/i915: Store a i915 backpointer from engine, and use itChris Wilson2016-05-091-4/+4
* | | | Revert "drm/i915: start adding dp mst audio"Lyude2016-05-031-16/+0
* | | | drm/i915: Refactor execlists default context pinningChris Wilson2016-04-281-3/+2
* | | | drm/i915: Replace the pinned context address with its unique IDChris Wilson2016-04-281-7/+5
* | | | drm/i915: Assign every HW context a unique IDChris Wilson2016-04-281-1/+1
| |_|/ |/| |
OpenPOWER on IntegriCloud