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