summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_debugfs.c
Commit message (Expand)AuthorAgeFilesLines
...
* | drm/i915: Split breadcrumbs spinlock into twoChris Wilson2017-03-031-6/+6
* | drm/i915: Differentiate between hangcheck waiting for timer or schedulerChris Wilson2017-03-031-4/+6
* | drm/i915: Drop spinlocks around adding to the client request listChris Wilson2017-03-021-1/+1
* | drm/i915: Include GT/seqno activity in engine/hangcheck debugfsChris Wilson2017-03-021-4/+13
* | drm/i915: Keep a global seqno per-engineChris Wilson2017-02-231-10/+1
* | drm/i915: Add i915_param charp macro magicChris Wilson2017-02-221-0/+2
* | drm/i915: Prevent divide-by-zero in debugfs/i915_rps_boost_infoChris Wilson2017-02-201-2/+2
* | drm/i915: Remove unneeded struct_mutex around rpmChris Wilson2017-02-201-7/+0
* | drm/i915: Do RPM Wake during GuC/HuC status readsagar.a.kamble@intel.com2017-02-161-0/+6
* | drm/i915: Remove i915_address_space.startChris Wilson2017-02-151-1/+1
* | drm/i915: The return of i915_gpu_info to debugfsChris Wilson2017-02-141-54/+59
* | drm/i915/debugfs: Add i915_hpd_storm_ctlLyude2017-02-101-1/+77
* | drm/i915/byt: Take powerwell for reading PIPESTAT in debugfsChris Wilson2017-02-101-1/+13
* | drm/i915: Start moving the cdclk stuff into a distinct state structureVille Syrjälä2017-02-081-1/+1
* | drm/i915: Use for_each_power_domain() in i915_power_domain_info()Joonas Lahtinen2017-02-081-6/+1
* | drm/i915: Show the current i915_params in debugfs/i915_capabilitesChris Wilson2017-02-061-0/+22
* | drm/i915: Report the failure to write to the punitChris Wilson2017-01-261-2/+4
* | drm/i915: Add support for DP Video pattern compliance testsManasi Navare2017-01-261-0/+9
* | drm/i915: Fixes to support DP Compliance EDID testsManasi Navare2017-01-261-1/+4
* | drm/i915: Introduce IS_GEN9_BC for Skylake and Kabylake.Rodrigo Vivi2017-01-241-10/+7
* | drm/i915: Only disable execlist preemption for the duration of the requestChris Wilson2017-01-241-6/+12
|/
* 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
OpenPOWER on IntegriCloud