summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/i915_debugfs.c
AgeCommit message (Expand)AuthorFilesLines
2016-06-16Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queuedDaniel Vetter1-2/+2
2016-06-14drm/i915/guc: add doorbell map to debugfs/i915_guc_infoDave Gordon1-0/+4
2016-06-14drm/i915:bxt: Enable Pooled EU supportarun.siluvery@linux.intel.com1-0/+4
2016-06-14drm/i915: Fix missing unlock on error in i915_ppgtt_info()Wei Yongjun1-2/+2
2016-06-01drm/i915: Update GEN6_PMINTRMSK setup with GuC enabledSagar Arun Kamble1-0/+1
2016-05-25drm/i915: Revert async unpin and nonblocking atomic commitDaniel Vetter1-50/+39
2016-05-24drm/i915/debugfs: Show context objects in i915_gem_objectsChris Wilson1-1/+37
2016-05-24drm/i915: Merge legacy+execlists context structsChris Wilson1-30/+12
2016-05-24drm/i915: Show i915_gem_context owner in debugfsChris Wilson1-2/+16
2016-05-24drm/i915: Rename struct intel_contextChris Wilson1-5/+5
2016-05-23drm/i915/guc: don't spinwait if the GuC's workqueue is fullDave Gordon1-0/+1
2016-05-19drm/i915: Remove cs based page flip support.Maarten Lankhorst1-17/+2
2016-05-19drm/i915: Rework intel_crtc_page_flip to be almost atomic, v3.Maarten Lankhorst1-11/+25
2016-05-19drm/i915: Convert flip_work to a list.Maarten Lankhorst1-39/+51
2016-05-19drm/i915: Unify unpin_work and mmio_work into flip_work, v2.Maarten Lankhorst1-3/+3
2016-05-19drm/i915: Remove intel_prepare_page_flip, v3.Maarten Lankhorst1-4/+1
2016-05-19drm/i915: Remove stallcheck special handling, v3.Maarten Lankhorst1-5/+6
2016-05-17Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queuedDaniel Vetter1-5/+14
2016-05-13drm/i915: Remove redundant const from function return typeImre Deak1-5/+5
2016-05-11drm/i915: Replace "INTEL_INFO->gen == x" checks with IS_GENxTvrtko Ursulin1-2/+2
2016-05-10drm/i915: Use drm_i915_private as the native pointer for intel_uncore.cChris Wilson1-2/+2
2016-05-09drm/i915: Store a i915 backpointer from engine, and use itChris Wilson1-4/+4
2016-05-04Merge tag 'topic/drm-misc-2016-04-29' of git://anongit.freedesktop.org/drm-in...Dave Airlie1-2/+10
2016-05-04Merge tag 'drm-intel-next-2016-04-25' of git://anongit.freedesktop.org/drm-in...Dave Airlie1-37/+67
2016-05-03Revert "drm/i915: start adding dp mst audio"Lyude1-16/+0
2016-04-28drm/i915: Refactor execlists default context pinningChris Wilson1-3/+2
2016-04-28drm/i915: Replace the pinned context address with its unique IDChris Wilson1-7/+5
2016-04-28drm/i915: Assign every HW context a unique IDChris Wilson1-1/+1
2016-04-27drm: Protect dev->filelist with its own mutexDaniel Vetter1-2/+10
2016-04-24drm/i915: Correct the i915_frequency_info debugfs outputAkash Goel1-18/+18
2016-04-22drm/mode: introduce wrapper to read framebuffer refcount.Dave Airlie1-2/+2
2016-04-22Merge tag 'drm-intel-next-2016-04-11' of git://anongit.freedesktop.org/drm-in...Dave Airlie1-27/+39
2016-04-15drm/i915: Show pin mapped counts and sizes in debugfsTvrtko Ursulin1-0/+22
2016-04-15drm/i915: Show pin mapped status in describe_objTvrtko Ursulin1-13/+21
2016-04-15drm/i915/dp/mst: Add source port info to debugfs outputJim Bride1-1/+2
2016-04-14drm/i915: Tighten reset_counter for reset statusChris Wilson1-2/+2
2016-04-14drm/i915: Hide the atomic_read(reset_counter) behind a helperChris Wilson1-2/+2
2016-04-14drm/i915: Store and use edram capabilitiesMika Kuoppala1-2/+3
2016-04-12drm/i915: Simplify for_each_fw_domain iteratorsTvrtko Ursulin1-3/+2
2016-04-09drm/i915: Harden detection of missed interruptsChris Wilson1-4/+7
2016-04-09drm/i915: Separate out the seqno-barrier from engine->get_seqnoChris Wilson1-3/+3
2016-04-08drm/i915: Include engine->last_submitted_seqno in GPU error stateChris Wilson1-2/+4
2016-04-07drm/i915: Do not use {HAS_*, IS_*, INTEL_INFO}(dev_priv->dev)Joonas Lahtinen1-2/+2
2016-04-04drm/i915: Move execlists irq handler to a bottom halfTvrtko Ursulin1-3/+2
2016-04-03drm/i915: Show PCI power state under debugfs/i915_runtime_pm_statusChris Wilson1-4/+5
2016-04-03drm/i915: Add struct_mutex locking for debugs/i915_gem_framebufferChris Wilson1-0/+8
2016-03-31drm/i915: Refer to GGTT {,VM} consistentlyJoonas Lahtinen1-10/+9
2016-03-24drm/i915: replace for_each_engine()Dave Gordon1-28/+22
2016-03-24drm/i915: introduce for_each_engine_id()Dave Gordon1-22/+26
2016-03-18drm/i915: Rename dev_priv->gtt to dev_priv->ggttJoonas Lahtinen1-4/+4