summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/intel_uncore.h
AgeCommit message (Expand)AuthorFilesLines
2023-07-04drm/i915/uncore: add intel_uncore_regs() helperJani Nikula1-0/+5
2022-12-09drm/i915/gsc: Do a driver-FLR on unload if GSC was loadedDaniele Ceraolo Spurio1-0/+13
2022-11-21i915/uncore: Acquire fw before loop in intel_uncore_read64_2x32Umesh Nerlige Ramappa1-14/+30
2022-11-04Merge tag 'drm-intel-gt-next-2022-11-03' of git://anongit.freedesktop.org/drm...Dave Airlie1-0/+2
2022-11-01Merge tag 'drm-intel-next-2022-10-28' of git://anongit.freedesktop.org/drm/dr...Dave Airlie1-4/+4
2022-10-11drm/i915: make intel_uncore_rmw() write unconditionallyAndrzej Hajda1-4/+4
2022-09-19drm/i915/mtl: Add MTL forcewake supportMatt Roper1-0/+2
2022-09-12drm/i915/uncore: Add GSI offset to uncoreMatt Roper1-2/+32
2022-09-12drm/i915: Initialize MMIO access for each GTMatt Roper1-1/+2
2022-09-12drm/i915: Only hook up uncore->debug for primary uncoreMatt Roper1-2/+1
2022-06-17drm/i915/gt: Move multicast register handling to a dedicated fileMatt Roper1-8/+0
2022-03-21drm/i915: Prepare for multiple GTsTvrtko Ursulin1-1/+2
2022-03-16drm/i915: Add support for steered register writesMatt Roper1-1/+3
2022-02-02drm/i915: Only include i915_reg.h from .c filesMatt Roper1-1/+1
2022-01-25drm/i915: Flush TLBs before releasing backing storeTvrtko Ursulin1-0/+2
2021-12-18drm/i915: Store backpointer to GT in uncoreMichaƂ Winiarski1-1/+2
2021-11-11drm/i915: split general MMIO setup from per-GT uncore initDaniele Ceraolo Spurio1-0/+2
2021-10-11Merge tag 'drm-intel-gt-next-2021-10-08' of git://anongit.freedesktop.org/drm...Dave Airlie1-0/+13
2021-09-29drm/i915/uncore: split the fw get function into separate vfuncDave Airlie1-3/+4
2021-09-22drm/i915/uncore: Associate shadow table with uncoreMatt Roper1-0/+7
2021-08-11drm/i915: Make shadow tables range-basedMatt Roper1-0/+6
2021-07-24drm/i915/xehp: Xe_HP forcewake supportMatt Roper1-1/+13
2021-06-18drm/i915: extract steered reg access to common functionDaniele Ceraolo Spurio1-0/+6
2020-12-02drm/i915: remove last traces of I915_READ(), I915_WRITE() and POSTING_READ()Jani Nikula1-2/+2
2020-12-01drm/i915: remove last traces of I915_READ_FW() and I915_WRITE_FW()Jani Nikula1-1/+1
2020-10-10drm/i915: Rename FORCEWAKE_BLITTER to FORCEWAKE_GTMatt Roper1-2/+2
2020-07-08drm/i915: Use the gt in HAS_ENGINEDaniele Ceraolo Spurio1-1/+3
2020-03-25drm/i915/selftests: Measure the energy consumed while in RC6Chris Wilson1-1/+5
2019-09-17drm/i915: Only apply a rmw mmio update if the value changesChris Wilson1-10/+10
2019-08-09drm/i915: split out uncore_mmio_debugDaniele Ceraolo Spurio1-7/+11
2019-07-31drm/i915/uc: Move uC WOPCM setup in uc_init_hwDaniele Ceraolo Spurio1-0/+12
2019-07-08drm/i915: Explicitly track active fw_domain timersChris Wilson1-0/+1
2019-06-20drm/i915: dynamically allocate forcewake domainsDaniele Ceraolo Spurio1-9/+4
2019-06-20drm/i915: kill uncore_to_i915Daniele Ceraolo Spurio1-1/+3
2019-06-20drm/i915: kill uncore_sanitizeDaniele Ceraolo Spurio1-1/+0
2019-06-20drm/i915: use vfuncs for reg_read/write_fw_domainsDaniele Ceraolo Spurio1-0/+5
2019-06-14drm/i915: move and rename i915_runtime_pmDaniele Ceraolo Spurio1-2/+2
2019-04-06drm/i915: Convert i915_reset.c over to using uncore mmioChris Wilson1-4/+19
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/+1
2019-03-29drm/i915: move the edram detection out of uncore initDaniele Ceraolo Spurio1-1/+0
2019-03-27drm/i915: fix i386 build of 64b raw_uncore functionsDaniele Ceraolo Spurio1-0/+1
2019-03-26drm/i915: switch intel_wait_for_register to uncoreDaniele Ceraolo Spurio1-3/+3
2019-03-26drm/i915: intel_wait_for_register_fw to uncoreDaniele Ceraolo Spurio1-13/+21
2019-03-26drm/i915: switch intel_uncore_forcewake_for_reg to intel_uncoreDaniele Ceraolo Spurio1-1/+1
2019-03-26drm/i915: switch uncore mmio funcs to use intel_uncoreDaniele Ceraolo Spurio1-7/+99
2019-03-26drm/i915: take a ref to the rpm in the uncore structureDaniele Ceraolo Spurio1-0/+3
2019-03-26drm/i915: add uncore flags for unclaimed mmioDaniele Ceraolo Spurio1-2/+23
2019-03-26drm/i915: add HAS_FORCEWAKE flag to uncoreDaniele Ceraolo Spurio1-0/+9
2019-03-26drm/i915: rename raw reg access functionsDaniele Ceraolo Spurio1-0/+27