summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/i915_debugfs.c
AgeCommit message (Expand)AuthorFilesLines
2016-11-08drm/i915: Remove two sloppy inline functions from .hJoonas Lahtinen1-2/+2
2016-11-02drm/i915: Show the execlist queue in debugfs/i915_engine_infoChris Wilson1-0/+6
2016-11-02drm/i915: Unify global_list into global_linkJoonas Lahtinen1-5/+5
2016-11-01drm/i915: Always use intel_get_crtc_for_pipe()Ville Syrjälä1-2/+3
2016-11-01drm/i915: Pass dev_priv to intel_get_crtc_for_pipe()Ville Syrjälä1-2/+1
2016-11-01drm/i915: Pass dev_priv to intel_wait_for_vblank()Ville Syrjälä1-1/+1
2016-11-01drm/i915: Store struct intel_crtc * in {pipe,plane}_to_crtc_mapping[]Ville Syrjälä1-6/+3
2016-11-01drm/i915: Avoid accessing request->timeline outside of its lifetimeChris Wilson1-4/+3
2016-10-28drm/i915: Reserve space in the global seqno during request allocationChris Wilson1-5/+5
2016-10-28drm/i915: Convert breadcrumbs spinlock to be irqsafeChris Wilson1-6/+6
2016-10-28drm/i915: Create a unique name for the contextChris Wilson1-9/+2
2016-10-28drm/i915: Move the global sync optimisation to the timelineChris Wilson1-9/+0
2016-10-28drm/i915: Introduce a global_seqno for each requestChris Wilson1-1/+1
2016-10-28drm/i915: Combine seqno + tracking into a global timeline structChris Wilson1-20/+13
2016-10-28drm/i915: Move GEM activity tracking into a common struct reservation_objectChris Wilson1-12/+3
2016-10-28drm/i915: Move object release to a freelist + workerChris Wilson1-4/+11
2016-10-28drm/i915: Refactor object page APIChris Wilson1-8/+9
2016-10-28drm/i915: Rename for_each_plane -> for_each_universal_planeMatt Roper1-1/+1
2016-10-25drm/i915: Debugfs support for GuC logging controlSagar Arun Kamble1-1/+40
2016-10-25drm/i915: Add stats for GuC log buffer flush interruptsAkash Goel1-0/+28
2016-10-25drm/i915: New structure to contain GuC logging related fieldsAkash Goel1-2/+2
2016-10-25Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queuedDaniel Vetter1-3/+2
2016-10-25Merge tag 'drm-intel-next-2016-10-24' of git://anongit.freedesktop.org/drm-in...Dave Airlie1-143/+240
2016-10-24drm/i915/fbc: fix FBC_COMPRESSION_MASK on BDW+Paulo Zanoni1-4/+6
2016-10-24drm/i915: Use RPM as the barrier for controlling user mmap accessChris Wilson1-23/+33
2016-10-24drm/i915: Move user fault tracking to a separate listChris Wilson1-1/+1
2016-10-18drm/i915: Bump object bookkeeping to u64 from size_tChris Wilson1-1/+1
2016-10-17drm: Add reference counting to drm_atomic_stateChris Wilson1-3/+2
2016-10-14drm/i915: Make IS_GEN macros only take dev_privTvrtko Ursulin1-2/+2
2016-10-14drm/i915: Allocate intel_engine_cs structure only for the enabled enginesAkash Goel1-24/+35
2016-10-12drm/i915: Update debugfs describe_obj() to show fault-mappableChris Wilson1-10/+1
2016-10-12drm/i915: Allow disabling error captureChris Wilson1-0/+6
2016-10-12drm/i915: Move common code out of i915_gpu_error.cChris Wilson1-1/+1
2016-10-12Merge tag 'drm-for-v4.9' into drm-intel-next-queuedDaniel Vetter1-1/+10
2016-10-05drm/i915: Reduce trickery in DEV_INFO_FOR_EACH_FLAGJoonas Lahtinen1-3/+1
2016-10-05drm/i915: Show waiters in i915_hangcheck_infoChris Wilson1-0/+12
2016-10-05drm/i915: Show RING registers through debugfsChris Wilson1-92/+147
2016-09-29Revert "drm/i915: start adding dp mst audio"Dhinakaran Pandiyan1-18/+1
2016-09-26drm/i915: don't report compression when fbc is disabledNagaraju, Vathsala1-1/+2
2016-09-21drm/i915: start adding dp mst audioLibin Yang1-1/+18
2016-09-21drm/i915: Try to print INSTDONE bits for all slice/subsliceBen Widawsky1-4/+10
2016-09-21drm/i915: Cleanup instdone collectionBen Widawsky1-12/+29
2016-09-19Merge tag 'drm-intel-next-2016-09-19' of git://anongit.freedesktop.org/drm-in...Dave Airlie1-535/+480
2016-09-15drm: Add DP branch device info on debugfsMika Kahola1-0/+3
2016-09-09drm/i915: Mark up all locked waitersChris Wilson1-1/+3
2016-09-09drm/i915: Expand bool interruptible to pass flags to i915_wait_request()Chris Wilson1-1/+1
2016-09-09drm/i915: Separate out reset flags from the reset counterChris Wilson1-0/+9
2016-09-09drm/i915: Simplify ELSP queue request trackingChris Wilson1-1/+1
2016-09-08drm/i915: Get rid of HAS_CORE_RING_FREQCarlos Santa1-1/+1
2016-09-03drm/i915: debugfs/i915_gem_interrupt_info does not need struct_mutexChris Wilson1-6/+1