summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_debugfs.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Move all the DP compliance data to a separate structManasi Navare2016-12-131-5/+5
* drm/i915/debugfs: Move out pipe CRC codeTomeu Vizoso2016-12-131-878/+4Star
* drm/i915/psr: report psr2 hw enabled from psr2_ctlNagaraju, Vathsala2016-12-101-3/+6
* drm/i915: add some more "i" in platform names for consistencyJani Nikula2016-12-071-1/+1
* drm/i915: rename BROADWATER and CRESTLINE to I965G and I965GM, respectivelyJani Nikula2016-12-071-1/+1
* drm/i915: replace platform flags with a platform enumJani Nikula2016-12-071-0/+1
* Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queuedDaniel Vetter2016-12-051-2/+2
|\
| * 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/glk: Reuse broxton code for geminilakeAnder Conselvan de Oliveira2016-12-021-5/+5
* | | drm/i915: Make i915_destroy_error_state take dev_privTvrtko Ursulin2016-12-011-4/+4
* | | drm/i915/guc: Rename client->cookie to match useChris Wilson2016-11-291-1/+1
* | | drm/i915: Trim i915_guc_info() stack usageChris Wilson2016-11-291-26/+20Star
* | | drm/i915/debugfs: add dp mst infoLibin Yang2016-11-291-1/+18
* | | drm/i915/debugfs: Update pageflip informationChris Wilson2016-11-251-2/+2
* | | drm/i915: Rename i915_gem_timeline.next_seqno to .seqnoJoonas Lahtinen2016-11-251-2/+2
* | | drm/i915/debugfs: Increment return value of gt.next_seqnoChris Wilson2016-11-241-1/+1
* | | drm/i915/debugfs: Drop i915_hws_infoChris Wilson2016-11-241-25/+0Star
* | | drm/i915: Decouple hang detection from hangcheck periodMika Kuoppala2016-11-211-6/+11
* | | drm/i915: Use num_scalers instead of SKL_NUM_SCALERS in debugfsA.Sunil Kamath2016-11-211-1/+1
|/ /
* | drm/i915: Introduce enableddisabled helperTvrtko Ursulin2016-11-171-2/+1Star
* | Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queuedDaniel Vetter2016-11-171-6/+4Star
|\|
| * drm: move allocation out of drm_get_format_name()Eric Engestrom2016-11-121-6/+4Star
* | 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/+1Star
* 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/+3Star
* drm/i915: Avoid accessing request->timeline outside of its lifetimeChris Wilson2016-11-011-4/+3Star
* 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/+2Star
* drm/i915: Move the global sync optimisation to the timelineChris Wilson2016-10-281-9/+0Star
* 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/+13Star
* drm/i915: Move GEM activity tracking into a common struct reservation_objectChris Wilson2016-10-281-12/+3Star
* 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/+2Star
|\
| * 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/+2Star
* | | drm/i915/fbc: fix FBC_COMPRESSION_MASK on BDW+Paulo Zanoni2016-10-241-4/+6