Home
last modified time | relevance | path

Searched defs:intel_uncore (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/drivers/gpu/drm/i915/
Dintel_uncore.h132 struct intel_uncore { struct
133 void __iomem *regs;
135 struct drm_i915_private *i915;
136 struct intel_gt *gt;
137 struct intel_runtime_pm *rpm;
139 spinlock_t lock; /** lock is also taken in irq contexts. */
169 const struct intel_uncore_fw_get *fw_get_funcs; argument
170 struct intel_uncore_funcs funcs; argument
179 struct intel_uncore_forcewake_domain { argument
180 struct intel_uncore *uncore; argument
[all …]
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/
Dintel_uncore.h110 struct intel_uncore { struct
128 struct intel_uncore_funcs funcs; argument
137 struct intel_uncore_forcewake_domain { argument
138 struct intel_uncore *uncore; argument
150 struct intel_uncore_mmio_debug *debug; argument
162 intel_uncore_has_forcewake(const struct intel_uncore *uncore) in intel_uncore_has_forcewake() argument