summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_debugfs.c
AgeCommit message (Expand)AuthorFilesLines
2019-04-01drm/i915: Always backoff after a drm_modeset_lock() deadlockChris Wilson1-1/+4
2019-02-11Merge tag 'drm-intel-next-2019-02-07' of git://anongit.freedesktop.org/drm/dr...Dave Airlie1-3/+3
2019-02-05drm/i915: Rename HAS_GMCHRodrigo Vivi1-2/+2
2019-02-05drm/i915: Pull i915_gem_active into the i915_active familyChris Wilson1-1/+1
2019-02-04Merge tag 'drm-intel-next-2019-02-02' of git://anongit.freedesktop.org/drm/dr...Dave Airlie1-152/+10
2019-02-04Merge tag 'drm-misc-next-2019-02-01' of git://anongit.freedesktop.org/drm/drm...Dave Airlie1-1/+2
2019-01-29drm/i915: Drop fake breadcrumb irqChris Wilson1-93/+0
2019-01-29drm/i915: Replace global breadcrumbs with per-context interrupt trackingChris Wilson1-27/+1
2019-01-28drm/i915: Move vma lookup to its own lockChris Wilson1-3/+3
2019-01-28drm/i915: Wait for a moment before forcibly resetting the deviceChris Wilson1-1/+2
2019-01-25drm/i915: Remove GPU reset dependence on struct_mutexChris Wilson1-31/+7
2019-01-24drm: Split out drm_probe_helper.hDaniel Vetter1-1/+2
2019-01-24Merge tag 'drm-intel-next-2019-01-10' of git://anongit.freedesktop.org/drm/dr...Dave Airlie1-252/+188
2019-01-22drm/i915/debugfs: Print PSR selective update status register valuesJosé Roberto de Souza1-0/+23
2019-01-22drm/i915: Refactor PSR status debugfsJosé Roberto de Souza1-48/+50
2019-01-22Merge drm/drm-next into drm-intel-next-queuedRodrigo Vivi1-8/+1
2019-01-18drm/i915: Fix wakeref cookie handling in debugfs/i915_forcewake_userTvrtko Ursulin1-2/+3
2019-01-17drm/i915/debugfs: switch to kernel typesJani Nikula1-11/+11
2019-01-16drm/i915: Pull all the reset functionality together into i915_reset.cChris Wilson1-0/+2
2019-01-15drm/i915: Fix the static code analysis warning in debugfsRadhakrishna Sripada1-3/+2
2019-01-14drm/i915: Mark up Ironlake ips with rpm wakerefsChris Wilson1-20/+12
2019-01-14drm/i915: Track the wakeref used to initialise display power domainsChris Wilson1-0/+3
2019-01-14drm/i915: Markup paired operations on display power domainsChris Wilson1-15/+20
2019-01-14drm/i915: Syntatic sugar for using intel_runtime_pmChris Wilson1-91/+71
2019-01-14drm/i915: Mark up debugfs with rpm wakeref trackingChris Wilson1-53/+82
2019-01-14drm/i915: Markup paired operations on wakerefsChris Wilson1-27/+27
2019-01-14drm/i915: Track all held rpm wakerefsChris Wilson1-0/+6
2019-01-11Merge drm/drm-next into drm-misc-nextMaxime Ripard1-29/+39
2019-01-09drm: i915: Cleanup drm_display_mode print strShayenne Moura1-8/+1
2019-01-08Ndrm/i915/debugfs: store rotation string buffer on stackJani Nikula1-6/+6
2019-01-07drm/i915: Report the number of closed vma held by each context in debugfsChris Wilson1-77/+47
2019-01-02drm/i915: start moving runtime device info to a separate structJani Nikula1-13/+13
2018-12-28drm/i915: Drop debugfs/i915_next_seqnoChris Wilson1-11/+0
2018-12-28drm/i915: Remove HW semaphores for gen7 inter-engine synchronisationChris Wilson1-18/+1
2018-12-27drm/i915: Remove debugfs/i915_ppgtt_infoChris Wilson1-119/+0
2018-12-20drm/i915/dsc: Fix the deadlock in dsc debugfs nodeManasi Navare1-0/+1
2018-12-16drm/i915/dsc: Add Per connector debugfs node for DSC support/enableManasi Navare1-0/+106
2018-12-12drm/i915: merge gen checks to use rangeLucas De Marchi1-3/+3
2018-12-12drm/i915: replace IS_GEN<N> with IS_GEN(..., N)Lucas De Marchi1-8/+8
2018-12-07drm/i915: Skip the ERR_PTR error stateChris Wilson1-3/+9
2018-12-04drm/i915: Fuse per-context workaround handling with the common frameworkTvrtko Ursulin1-5/+7
2018-11-28drm/i915: Move ddb/wm programming into plane update/disable hooks on skl+Ville Syrjälä1-10/+11
2018-11-23drm/i915: Cache the error stringChris Wilson1-14/+14
2018-11-22drm/i915: Synchronize hpd work in i915_hpd_storm_ctl_show()Lyude Paul1-0/+7
2018-11-21drm/i915: fix spelling mistake "reserverd" -> "reserved"Alexandre Belloni1-1/+1
2018-11-20drm/i915/ilk: Fix warning when reading emon_status with no outputJosé Roberto de Souza1-0/+4
2018-11-07drm/i915: Add short HPD IRQ storm detection for non-MST systemsLyude Paul1-0/+74
2018-11-05drm/i915/gen9_lp: Fix DMC DC counter debugfs outputImre Deak1-7/+7
2018-10-31drm/i915/debugfs: Do not print cached information of a disconnected sinkJosé Roberto de Souza1-10/+11
2018-10-29drm/i915: wrapping all hdcp var into intel_hdcpRamalingam C1-1/+1