summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_debugfs.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Only reset seqno if actually idleChris Wilson2018-10-181-1/+1
* drm/i915: Missed interrupt simulation is no more, tell the worldChris Wilson2018-09-071-0/+11
* drm/i915: Reduce context HW ID lifetimeChris Wilson2018-09-051-1/+4
* drm/i915: Forcibly flush unwanted requests in drop-cachesChris Wilson2018-09-031-16/+36
* drm/i915/psr: Add PSR mode/revision to debugfsAzhar Shaikh2018-08-231-0/+2
* drm/i915/psr: Add missing check for I915_PSR_DEBUG_IRQ bitDhinakaran Pandiyan2018-08-221-1/+1
* drm/i915: Allow control of PSR at runtime through debugfs, v6Maarten Lankhorst2018-08-101-4/+19
* drm/i915: Constify power well descriptorsImre Deak2018-08-081-2/+2
* drm/i915: Interactive RPS modeChris Wilson2018-07-311-5/+8
* drm/i915: Fix psr sink status report.Rodrigo Vivi2018-07-201-2/+11
* drm/i915: Kill sink_crc for goodRodrigo Vivi2018-07-181-81/+0Star
* drm/i915/psr: Split sink status into a separate debugfs nodeDhinakaran Pandiyan2018-07-131-30/+39
* drm/i915: Provide a timeout to i915_gem_wait_for_idle()Chris Wilson2018-07-091-2/+4
* drm/i915: Remove support for legacy debugfs crc interfaceMaarten Lankhorst2018-07-061-6/+1Star
* drm/i915/psr: Add psr1 live statusVathsala Nagaraju2018-07-021-24/+48
* drm/i915: Remove delayed FBC activation.Maarten Lankhorst2018-06-291-5/+0Star
* drm/i915: Keep the ctx workarounds tightly packedChris Wilson2018-06-151-20/+5Star
* drm/i915: Declare the driver wedged if hangcheck makes no progressChris Wilson2018-06-141-2/+3
* drm/i915/psr: Kill delays when activating psr back.Rodrigo Vivi2018-06-141-2/+0Star
* drm/i915/guc: Don't store runtime GuC log level in modparamPiotr Piórkowski2018-06-121-2/+2
* drm/i915/gtt: Rename i915_hw_ppgtt base memberChris Wilson2018-06-051-2/+2
* drm/i915: Switch to kernel context before idling at runtimeChris Wilson2018-05-311-2/+7
* drm/i915/psr: Nuke PSR support for VLV and CHVDhinakaran Pandiyan2018-05-241-37/+5Star
* drm/i915: Use intel_fb_obj() everywhereDaniel Stone2018-05-221-2/+2
* drm/i915: Move request->ctx asideChris Wilson2018-05-181-2/+2
* drm/i915/icl: Read the correct Gen11 interrupt registersOscar Mateo2018-05-181-10/+23
* drm/i915/icl: add basic support for the ICL clocksPaulo Zanoni2018-05-081-0/+22
* drm/i915: Wrap engine->context_pin() and engine->context_unpin()Chris Wilson2018-04-301-8/+12
* drm/i915: Stop tracking timeline->inflight_seqnosChris Wilson2018-04-301-3/+2Star
* drm/i915/debugfs: Print sink PSR statusJosé Roberto de Souza2018-04-271-0/+29
* drm/i915: Remove obsolete min/max freq setters from debugfsChris Wilson2018-04-251-115/+0Star
* drm/i915/psr: Timestamps for PSR entry and exit interrupts.Dhinakaran Pandiyan2018-04-201-0/+7
* drm/i915/psr: Control PSR interrupts via debugfsDhinakaran Pandiyan2018-04-201-1/+35
* drm/i915: Check whitelist registers across resetsChris Wilson2018-04-141-13/+1Star
* drm/i915: Add debugfs file to clear FIFO underruns.Maarten Lankhorst2018-04-101-0/+62
* drm/i915/icl: Enable RC6 and RPS in Gen11Oscar Mateo2018-04-061-5/+5
* drm/i915/psr: Do not override PSR2 sink supportJosé Roberto de Souza2018-03-301-2/+2
* drm/i915: use id from intel_shared_dpll.infoLucas De Marchi2018-03-271-1/+1
* drm/i915: use name from intel_shared_dpll.infoLucas De Marchi2018-03-271-1/+2
* drm/i915: Add control flags to i915_handle_error()Chris Wilson2018-03-201-2/+2
* drm/i915/guc: Don't print out relay statistics when relay is disabledMichał Winiarski2018-03-191-17/+32
* drm/i915/guc: Always print log stats in i915_guc_info when using GuCMichał Winiarski2018-03-191-6/+9
* drm/i915/guc: Get rid of GuC log runtimeMichał Winiarski2018-03-191-2/+2
* drm/i915/guc: Split relay control and GuC log levelMichał Winiarski2018-03-191-7/+49
* i915: Re-use DEFINE_SHOW_ATTRIBUTE() macroAndy Shevchenko2018-03-161-65/+11Star
* drm/i915/guc: Update syntax of GuC log functionsMichal Wajdeczko2018-03-151-2/+2
* drm/i915/psr: Remove PSR active flag from debugfsDhinakaran Pandiyan2018-03-131-1/+0Star
* drm/i915: Use sseu size for determining eu_regs[]Chris Wilson2018-03-131-2/+6
* drm/i915: Remove variable length arrays from sseu debugfs printersChris Wilson2018-03-131-6/+6
* drm/i915/guc: Tidy guc_log_controlMichał Winiarski2018-03-091-7/+4Star