summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_debugfs.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915/huc: Add debugfs for HuC loading status checkAnusha Srivatsa2017-01-191-0/+31
* drm/i915: Fix compiler warnings for i915_edp_psr_status()Chris Wilson2017-01-181-22/+27
* drm/i915/guc: Make the GuC fw loading helper functions generalAnusha Srivatsa2017-01-181-6/+6
* drm/i915: Convert i915_ggtt_view to use an anonymous unionChris Wilson2017-01-141-10/+10
* drm/i915/psr: report live PSR2 StateNagaraju, Vathsala2017-01-131-0/+24
* drm/i915: Expand ggtt_view parameters for debugfsChris Wilson2017-01-121-2/+29
* Merge tag 'drm-misc-next-2016-12-30' of git://anongit.freedesktop.org/git/drm...Daniel Vetter2017-01-041-5/+6
|\
| * 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
* | | drm/i915: Rename intel_shared_dpll_config to intel_shared_dpll_stateAnder Conselvan de Oliveira2016-12-301-6/+6
* | | drm/i915: Repeat flush of idle work during suspendChris Wilson2016-12-231-1/+1
* | | drm/i915/debugfs: use rb_entry()Geliang Tang2016-12-201-3/+3
* | | 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/+4
* | | drm/i915/psr: report psr2 hw enabled from psr2_ctlNagaraju, Vathsala2016-12-091-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/+20
* | | 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/+0
* | | 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/+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
OpenPOWER on IntegriCloud