summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_uncore.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: update with_intel_runtime_pm to use the rpm structureDaniele Ceraolo Spurio2019-06-141-1/+1
* drm/i915: make enable/disable rpm assert function use the rpm structureDaniele Ceraolo Spurio2019-06-141-6/+6
* drm/i915: Remove rpm asserts that use i915Daniele Ceraolo Spurio2019-06-141-6/+6
* drm/i915: Convert i915_reg_read_ioctl to use explicit mmio accessorsTvrtko Ursulin2019-06-101-9/+14
* drm/i915: Reboot CI if forcewake failsChris Wilson2019-05-081-2/+6
* drm/i915: extract intel_pm.h from intel_drv.hJani Nikula2019-04-081-4/+5
* drm/i915: rename init/fini/prune uncore functionsDaniele Ceraolo Spurio2019-04-031-3/+3
* drm/i915: add intel_uncore_init_earlyDaniele Ceraolo Spurio2019-04-031-0/+4
* drm/i915: move the edram detection out of uncore initDaniele Ceraolo Spurio2019-03-291-46/+0Star
* drm/i915: take a reference to uncore in the engine and use itDaniele Ceraolo Spurio2019-03-261-1/+1
* drm/i915: switch intel_wait_for_register to uncoreDaniele Ceraolo Spurio2019-03-261-9/+8Star
* drm/i915: intel_wait_for_register_fw to uncoreDaniele Ceraolo Spurio2019-03-261-5/+6
* drm/i915: switch intel_uncore_forcewake_for_reg to intel_uncoreDaniele Ceraolo Spurio2019-03-261-19/+19
* drm/i915: switch uncore mmio funcs to use intel_uncoreDaniele Ceraolo Spurio2019-03-261-11/+7Star
* drm/i915: take a ref to the rpm in the uncore structureDaniele Ceraolo Spurio2019-03-261-7/+9
* drm/i915: add uncore flags for unclaimed mmioDaniele Ceraolo Spurio2019-03-261-27/+30
* drm/i915: add HAS_FORCEWAKE flag to uncoreDaniele Ceraolo Spurio2019-03-261-10/+21
* drm/i915: rename raw reg access functionsDaniele Ceraolo Spurio2019-03-261-25/+25
* drm/i915: make raw access function work on uncoreDaniele Ceraolo Spurio2019-03-201-44/+46
* drm/i915: move regs pointer inside the uncore structureDaniele Ceraolo Spurio2019-03-201-4/+50
* drm/i915: reduce the dev_priv->uncore dance in uncore.cDaniele Ceraolo Spurio2019-03-201-36/+43
* drm/i915: make find_fw_domain work on intel_uncoreDaniele Ceraolo Spurio2019-03-201-10/+10
* drm/i915: make more uncore function work on intel_uncoreDaniele Ceraolo Spurio2019-03-201-136/+137
* drm/i915: use intel_uncore for all forcewake get/putDaniele Ceraolo Spurio2019-03-201-30/+22Star
* drm/i915: use intel_uncore in fw get/put internal pathsDaniele Ceraolo Spurio2019-03-201-93/+98
* drm/i915: always use masks on FW regsDaniele Ceraolo Spurio2019-03-201-28/+16Star
* drm/i915: do not pass dev_priv to low-level forcewake functionsDaniele Ceraolo Spurio2019-03-161-61/+59Star
* drm/i915: Include register polling in reg_rw tracesVille Syrjälä2019-02-051-0/+3
* drm/i915: Pull all the reset functionality together into i915_reset.cChris Wilson2019-01-161-556/+0Star
* drm/i915: Syntatic sugar for using intel_runtime_pmChris Wilson2019-01-141-15/+15
* drm/i915/gem: Track the rpm wakerefsChris Wilson2019-01-141-2/+3
* drm/i915: Markup paired operations on wakerefsChris Wilson2019-01-141-1/+1
* drm/i915: always use INTEL_INFO() to access device infoJani Nikula2019-01-021-1/+1
* drm/i915: start moving runtime device info to a separate structJani Nikula2019-01-021-2/+2
* drm/i915/icl: Mind the SFC units when resetting VD or VEBox enginesOscar Mateo2018-12-131-5/+110
* drm/i915: merge gen checks to use rangeLucas De Marchi2018-12-131-3/+3
* drm/i915: replace IS_GEN<N> with IS_GEN(..., N)Lucas De Marchi2018-12-131-9/+9
* drm/i915: Rename IS_GEN to IS_GEN_RANGELucas De Marchi2018-12-131-6/+6
* drm/i915: uncore_fw_domains_init sort platforms newer-to-olderRodrigo Vivi2018-10-221-1/+1
* drm/i915: Pull intel_uncore_arm_unclaimed_mmio_detection() under the spinlockChris Wilson2018-09-041-3/+10
* drm/i915: Double check we didn't miss an unclaimed register accessChris Wilson2018-09-041-6/+7
* drm/i915: Force reset on unready engineMika Kuoppala2018-08-131-13/+37
* drm/i915: Expose retry count to per gen reset logicMika Kuoppala2018-08-131-14/+26
* drm/i915: Restore user forcewake domains across suspendChris Wilson2018-08-091-20/+26
* drm/i915: Show stack (by WARN) for hitting forcewake errorsChris Wilson2018-07-241-4/+14
* drm/i915: Add WaKBLVECSSemaphoreWaitPollMika Kuoppala2018-06-081-0/+2
* drm/i915: Cancel reset preparations on failed resetsMika Kuoppala2018-06-081-5/+9
* drm/i915: Stop parking the signaler around resetChris Wilson2018-05-161-9/+3Star
* drm/i915/icl: Introduce initial Icelake WorkaroundsOscar Mateo2018-05-111-2/+5
* drm/i915/icl: Add reset control register changesMichel Thierry2018-04-061-2/+51