aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_debugfs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-17drm/i915: Only reset seqno if actually idleChris Wilson1-1/+1
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
2018-05-24drm/i915/psr: Nuke PSR support for VLV and CHVDhinakaran Pandiyan1-37/+5
2018-05-22drm/i915: Use intel_fb_obj() everywhereDaniel Stone1-2/+2
2018-05-18drm/i915: Move request->ctx asideChris Wilson1-2/+2
2018-05-17drm/i915/icl: Read the correct Gen11 interrupt registersOscar Mateo1-10/+23
2018-05-07drm/i915/icl: add basic support for the ICL clocksPaulo Zanoni1-0/+22
2018-04-30drm/i915: Wrap engine->context_pin() and engine->context_unpin()Chris Wilson1-8/+12
2018-04-30drm/i915: Stop tracking timeline->inflight_seqnosChris Wilson1-3/+2
2018-04-26drm/i915/debugfs: Print sink PSR statusJosé Roberto de Souza1-0/+29
2018-04-25drm/i915: Remove obsolete min/max freq setters from debugfsChris Wilson1-115/+0
2018-04-20drm/i915/psr: Timestamps for PSR entry and exit interrupts.Dhinakaran Pandiyan1-0/+7
2018-04-20drm/i915/psr: Control PSR interrupts via debugfsDhinakaran Pandiyan1-1/+35
2018-04-14drm/i915: Check whitelist registers across resetsChris Wilson1-13/+1
2018-04-10drm/i915: Add debugfs file to clear FIFO underruns.Maarten Lankhorst1-0/+62
2018-04-06drm/i915/icl: Enable RC6 and RPS in Gen11Oscar Mateo1-5/+5
2018-03-30drm/i915/psr: Do not override PSR2 sink supportJosé Roberto de Souza1-2/+2
2018-03-27drm/i915: use id from intel_shared_dpll.infoLucas De Marchi1-1/+1
2018-03-27drm/i915: use name from intel_shared_dpll.infoLucas De Marchi1-1/+2
2018-03-20drm/i915: Add control flags to i915_handle_error()Chris Wilson1-2/+2
2018-03-19drm/i915/guc: Don't print out relay statistics when relay is disabledMichał Winiarski1-17/+32
2018-03-19drm/i915/guc: Always print log stats in i915_guc_info when using GuCMichał Winiarski1-6/+9
2018-03-19drm/i915/guc: Get rid of GuC log runtimeMichał Winiarski1-2/+2
2018-03-19drm/i915/guc: Split relay control and GuC log levelMichał Winiarski1-7/+49
2018-03-16i915: Re-use DEFINE_SHOW_ATTRIBUTE() macroAndy Shevchenko1-65/+11
2018-03-15drm/i915/guc: Update syntax of GuC log functionsMichal Wajdeczko1-2/+2
2018-03-13drm/i915/psr: Remove PSR active flag from debugfsDhinakaran Pandiyan1-1/+0
2018-03-13drm/i915: Use sseu size for determining eu_regs[]Chris Wilson1-2/+6
2018-03-13drm/i915: Remove variable length arrays from sseu debugfs printersChris Wilson1-6/+6
2018-03-09drm/i915/guc: Tidy guc_log_controlMichał Winiarski1-7/+4