aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_uncore.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-04-08drm/i915: extract intel_pm.h from intel_drv.hJani Nikula1-4/+5
2019-04-03drm/i915: rename init/fini/prune uncore functionsDaniele Ceraolo Spurio1-3/+3
2019-04-03drm/i915: add intel_uncore_init_earlyDaniele Ceraolo Spurio1-0/+4
2019-03-29drm/i915: move the edram detection out of uncore initDaniele Ceraolo Spurio1-46/+0
2019-03-26drm/i915: take a reference to uncore in the engine and use itDaniele Ceraolo Spurio1-1/+1
2019-03-26drm/i915: switch intel_wait_for_register to uncoreDaniele Ceraolo Spurio1-9/+8
2019-03-26drm/i915: intel_wait_for_register_fw to uncoreDaniele Ceraolo Spurio1-5/+6
2019-03-26drm/i915: switch intel_uncore_forcewake_for_reg to intel_uncoreDaniele Ceraolo Spurio1-19/+19
2019-03-26drm/i915: switch uncore mmio funcs to use intel_uncoreDaniele Ceraolo Spurio1-11/+7
2019-03-26drm/i915: take a ref to the rpm in the uncore structureDaniele Ceraolo Spurio1-7/+9
2019-03-26drm/i915: add uncore flags for unclaimed mmioDaniele Ceraolo Spurio1-27/+30
2019-03-26drm/i915: add HAS_FORCEWAKE flag to uncoreDaniele Ceraolo Spurio1-10/+21
2019-03-26drm/i915: rename raw reg access functionsDaniele Ceraolo Spurio1-25/+25
2019-03-20drm/i915: make raw access function work on uncoreDaniele Ceraolo Spurio1-44/+46
2019-03-20drm/i915: move regs pointer inside the uncore structureDaniele Ceraolo Spurio1-4/+50
2019-03-20drm/i915: reduce the dev_priv->uncore dance in uncore.cDaniele Ceraolo Spurio1-36/+43
2019-03-20drm/i915: make find_fw_domain work on intel_uncoreDaniele Ceraolo Spurio1-10/+10
2019-03-20drm/i915: make more uncore function work on intel_uncoreDaniele Ceraolo Spurio1-136/+137
2019-03-20drm/i915: use intel_uncore for all forcewake get/putDaniele Ceraolo Spurio1-30/+22
2019-03-20drm/i915: use intel_uncore in fw get/put internal pathsDaniele Ceraolo Spurio1-93/+98
2019-03-20drm/i915: always use masks on FW regsDaniele Ceraolo Spurio1-28/+16
2019-03-16drm/i915: do not pass dev_priv to low-level forcewake functionsDaniele Ceraolo Spurio1-61/+59
2019-02-05drm/i915: Include register polling in reg_rw tracesVille Syrjälä1-0/+3
2019-01-16drm/i915: Pull all the reset functionality together into i915_reset.cChris Wilson1-556/+0
2019-01-14drm/i915: Syntatic sugar for using intel_runtime_pmChris Wilson1-15/+15
2019-01-14drm/i915/gem: Track the rpm wakerefsChris Wilson1-2/+3
2019-01-14drm/i915: Markup paired operations on wakerefsChris Wilson1-1/+1
2019-01-02drm/i915: always use INTEL_INFO() to access device infoJani Nikula1-1/+1
2019-01-02drm/i915: start moving runtime device info to a separate structJani Nikula1-2/+2
2018-12-13drm/i915/icl: Mind the SFC units when resetting VD or VEBox enginesOscar Mateo1-5/+110
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-9/+9
2018-12-12drm/i915: Rename IS_GEN to IS_GEN_RANGELucas De Marchi1-6/+6
2018-10-22drm/i915: uncore_fw_domains_init sort platforms newer-to-olderRodrigo Vivi1-1/+1
2018-09-04drm/i915: Pull intel_uncore_arm_unclaimed_mmio_detection() under the spinlockChris Wilson1-3/+10
2018-09-04drm/i915: Double check we didn't miss an unclaimed register accessChris Wilson1-6/+7
2018-08-13drm/i915: Force reset on unready engineMika Kuoppala1-13/+37
2018-08-13drm/i915: Expose retry count to per gen reset logicMika Kuoppala1-14/+26
2018-08-09drm/i915: Restore user forcewake domains across suspendChris Wilson1-20/+26
2018-07-24drm/i915: Show stack (by WARN) for hitting forcewake errorsChris Wilson1-4/+14
2018-06-08drm/i915: Add WaKBLVECSSemaphoreWaitPollMika Kuoppala1-0/+2
2018-06-08drm/i915: Cancel reset preparations on failed resetsMika Kuoppala1-5/+9
2018-05-16drm/i915: Stop parking the signaler around resetChris Wilson1-9/+3
2018-05-11drm/i915/icl: Introduce initial Icelake WorkaroundsOscar Mateo1-2/+5
2018-04-06drm/i915/icl: Add reset control register changesMichel Thierry1-2/+51
2018-03-30drm/i915: Only warn for might_sleep() before a slow wait_for_registerChris Wilson1-2/+2
2018-03-30drm/i915: Avoid sleeping inside per-engine resetChris Wilson1-17/+34
2018-03-22drm/i915: Flush pending interrupt following a GPU resetChris Wilson1-1/+3
2018-03-20drm/i915/icl: Check for fused-off VDBOX and VEBOX instancesOscar Mateo1-0/+56
2018-03-07drm/i915/icl: Gen11 forcewake supportDaniele Ceraolo Spurio1-10/+147