aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_debugfs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2018-10-24drm/i915/debugfs: hdcp capability of a sinkRamalingam C1-0/+29
2018-10-18drm/i915: Drop rpm wakeref on error in debugfs/i915_drop_caches_setJoonas Lahtinen1-1/+2
2018-10-17drm/i915: Remove crtc->config dereference from drrs_ctlMaarten Lankhorst1-12/+42
2018-10-15drm/i915: Hold rpm wakeref for debugfs/i915_drop_caches_setChris Wilson1-4/+4
2018-10-12drm/i915/csr Added DC5 and DC6 counter register for ICL in debugfs entry.Jyoti Yadav1-5/+4
2018-10-10drm/i915: Show the DPCD read error inlineChris Wilson1-7/+4
2018-10-05drm/i915: Only reset seqno if actually idleChris Wilson1-1/+1
2018-10-02drm/i915: Show actual alongside requested frequency in debugfs/i915_rps_boost_infoChris Wilson1-2/+18
2018-09-07drm/i915: Missed interrupt simulation is no more, tell the worldChris Wilson1-0/+11
2018-09-05drm/i915: Reduce context HW ID lifetimeChris Wilson1-1/+4
2018-09-03drm/i915: Forcibly flush unwanted requests in drop-cachesChris Wilson1-16/+36
2018-08-22drm/i915/psr: Add PSR mode/revision to debugfsAzhar Shaikh1-0/+2
2018-08-21drm/i915/psr: Add missing check for I915_PSR_DEBUG_IRQ bitDhinakaran Pandiyan1-1/+1
2018-08-10drm/i915: Allow control of PSR at runtime through debugfs, v6Maarten Lankhorst1-4/+19
2018-08-08drm/i915: Constify power well descriptorsImre Deak1-2/+2
2018-07-31drm/i915: Interactive RPS modeChris Wilson1-5/+8
2018-07-20drm/i915: Fix psr sink status report.Rodrigo Vivi1-2/+11
2018-07-18drm/i915: Kill sink_crc for goodRodrigo Vivi1-81/+0
2018-07-12drm/i915/psr: Split sink status into a separate debugfs nodeDhinakaran Pandiyan1-30/+39
2018-07-09drm/i915: Provide a timeout to i915_gem_wait_for_idle()Chris Wilson1-2/+4
2018-07-06drm/i915: Remove support for legacy debugfs crc interfaceMaarten Lankhorst1-6/+1
2018-07-02drm/i915/psr: Add psr1 live statusVathsala Nagaraju1-24/+48
2018-06-29drm/i915: Remove delayed FBC activation.Maarten Lankhorst1-5/+0
2018-06-15drm/i915: Keep the ctx workarounds tightly packedChris Wilson1-20/+5
2018-06-14drm/i915: Declare the driver wedged if hangcheck makes no progressChris Wilson1-2/+3
2018-06-14drm/i915/psr: Kill delays when activating psr back.Rodrigo Vivi1-2/+0
2018-06-12drm/i915/guc: Don't store runtime GuC log level in modparamPiotr Piórkowski1-2/+2
2018-06-05drm/i915/gtt: Rename i915_hw_ppgtt base memberChris Wilson1-2/+2
2018-05-31drm/i915: Switch to kernel context before idling at runtimeChris Wilson1-2/+7