summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_debugfs.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Always use intel_get_crtc_for_pipe()Ville Syrjälä2016-11-011-2/+3
* drm/i915: Pass dev_priv to intel_get_crtc_for_pipe()Ville Syrjälä2016-11-011-2/+1
* drm/i915: Pass dev_priv to intel_wait_for_vblank()Ville Syrjälä2016-11-011-1/+1
* drm/i915: Store struct intel_crtc * in {pipe,plane}_to_crtc_mapping[]Ville Syrjälä2016-11-011-6/+3
* drm/i915: Avoid accessing request->timeline outside of its lifetimeChris Wilson2016-11-011-4/+3
* drm/i915: Reserve space in the global seqno during request allocationChris Wilson2016-10-281-5/+5
* drm/i915: Convert breadcrumbs spinlock to be irqsafeChris Wilson2016-10-281-6/+6
* drm/i915: Create a unique name for the contextChris Wilson2016-10-281-9/+2
* drm/i915: Move the global sync optimisation to the timelineChris Wilson2016-10-281-9/+0
* drm/i915: Introduce a global_seqno for each requestChris Wilson2016-10-281-1/+1
* drm/i915: Combine seqno + tracking into a global timeline structChris Wilson2016-10-281-20/+13
* drm/i915: Move GEM activity tracking into a common struct reservation_objectChris Wilson2016-10-281-12/+3
* drm/i915: Move object release to a freelist + workerChris Wilson2016-10-281-4/+11
* drm/i915: Refactor object page APIChris Wilson2016-10-281-8/+9
* drm/i915: Rename for_each_plane -> for_each_universal_planeMatt Roper2016-10-281-1/+1
* drm/i915: Debugfs support for GuC logging controlSagar Arun Kamble2016-10-251-1/+40
* drm/i915: Add stats for GuC log buffer flush interruptsAkash Goel2016-10-251-0/+28
* drm/i915: New structure to contain GuC logging related fieldsAkash Goel2016-10-251-2/+2
* Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queuedDaniel Vetter2016-10-251-3/+2
|\
| * Merge tag 'drm-intel-next-2016-10-24' of git://anongit.freedesktop.org/drm-in...Dave Airlie2016-10-251-143/+240
| |\
| * | drm: Add reference counting to drm_atomic_stateChris Wilson2016-10-171-3/+2
* | | drm/i915/fbc: fix FBC_COMPRESSION_MASK on BDW+Paulo Zanoni2016-10-241-4/+6
* | | drm/i915: Use RPM as the barrier for controlling user mmap accessChris Wilson2016-10-241-23/+33
* | | drm/i915: Move user fault tracking to a separate listChris Wilson2016-10-241-1/+1
| |/ |/|
* | drm/i915: Bump object bookkeeping to u64 from size_tChris Wilson2016-10-181-1/+1
* | drm/i915: Make IS_GEN macros only take dev_privTvrtko Ursulin2016-10-141-2/+2
* | drm/i915: Allocate intel_engine_cs structure only for the enabled enginesAkash Goel2016-10-141-24/+35
* | drm/i915: Update debugfs describe_obj() to show fault-mappableChris Wilson2016-10-121-10/+1
* | drm/i915: Allow disabling error captureChris Wilson2016-10-121-0/+6
* | drm/i915: Move common code out of i915_gpu_error.cChris Wilson2016-10-121-1/+1
* | Merge tag 'drm-for-v4.9' into drm-intel-next-queuedDaniel Vetter2016-10-121-1/+10
|\ \ | |/
| * Merge tag 'drm-intel-next-2016-09-19' of git://anongit.freedesktop.org/drm-in...Dave Airlie2016-09-201-535/+480
| |\
| * \ Merge branch 'drm-intel-next' of git://anongit.freedesktop.org/drm-intel into...Dave Airlie2016-08-251-192/+142
| |\ \
| * | | drm: remove `const` attribute to hint at caller that they now own the memoryEric Engestrom2016-08-161-1/+1
| * | | drm: make drm_get_format_name thread-safeEric Engestrom2016-08-151-1/+10
* | | | drm/i915: Reduce trickery in DEV_INFO_FOR_EACH_FLAGJoonas Lahtinen2016-10-051-3/+1
* | | | drm/i915: Show waiters in i915_hangcheck_infoChris Wilson2016-10-051-0/+12
* | | | drm/i915: Show RING registers through debugfsChris Wilson2016-10-051-92/+147
* | | | Revert "drm/i915: start adding dp mst audio"Dhinakaran Pandiyan2016-09-291-18/+1
* | | | drm/i915: don't report compression when fbc is disabledNagaraju, Vathsala2016-09-261-1/+2
* | | | drm/i915: start adding dp mst audioLibin Yang2016-09-211-1/+18
* | | | drm/i915: Try to print INSTDONE bits for all slice/subsliceBen Widawsky2016-09-211-4/+10
* | | | drm/i915: Cleanup instdone collectionBen Widawsky2016-09-211-12/+29
| |_|/ |/| |
* | | drm: Add DP branch device info on debugfsMika Kahola2016-09-151-0/+3
* | | drm/i915: Mark up all locked waitersChris Wilson2016-09-091-1/+3
* | | drm/i915: Expand bool interruptible to pass flags to i915_wait_request()Chris Wilson2016-09-091-1/+1
* | | drm/i915: Separate out reset flags from the reset counterChris Wilson2016-09-091-0/+9
* | | drm/i915: Simplify ELSP queue request trackingChris Wilson2016-09-091-1/+1
* | | drm/i915: Get rid of HAS_CORE_RING_FREQCarlos Santa2016-09-071-1/+1
* | | drm/i915: debugfs/i915_gem_interrupt_info does not need struct_mutexChris Wilson2016-09-031-6/+1
OpenPOWER on IntegriCloud