summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_debugfs.c
Commit message (Expand)AuthorAgeFilesLines
* drm: Nuke fb->pixel_formatVille Syrjälä2016-12-151-1/+2
* drm: Nuke fb->bits_per_pixelVille Syrjälä2016-12-151-2/+2
* drm: Nuke fb->depthVille Syrjälä2016-12-151-2/+2
* Merge tag 'drm-intel-next-fixes-2016-12-07' of git://anongit.freedesktop.org/...Dave Airlie2016-12-081-26/+1
|\
| * drm/i915/debugfs: Increment return value of gt.next_seqnoChris Wilson2016-12-051-1/+1
| * drm/i915/debugfs: Drop i915_hws_infoChris Wilson2016-12-051-25/+0
* | Merge tag 'drm-misc-next-2016-11-29' of git://anongit.freedesktop.org/git/drm...Dave Airlie2016-11-301-2/+2
|\ \ | |/ |/|
| * drm: Nuke modifier[1-3]Ville Syrjälä2016-11-171-2/+2
* | drm/i915: Introduce enableddisabled helperTvrtko Ursulin2016-11-171-2/+1
* | Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queuedDaniel Vetter2016-11-171-6/+4
|\ \ | |/
| * drm: move allocation out of drm_get_format_name()Eric Engestrom2016-11-121-6/+4
* | drm/i915/scheduler: Execute requests in order of prioritiesChris Wilson2016-11-141-2/+5
* | drm/i915: Remove engine->execlist_lockChris Wilson2016-11-141-2/+2
* | drm/i915: Remove two sloppy inline functions from .hJoonas Lahtinen2016-11-081-2/+2
|/
* drm/i915: Show the execlist queue in debugfs/i915_engine_infoChris Wilson2016-11-021-0/+6
* drm/i915: Unify global_list into global_linkJoonas Lahtinen2016-11-021-5/+5
* 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
OpenPOWER on IntegriCloud