Searched refs:intel_uncore_rmw_fw (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/drivers/gpu/drm/i915/gt/ |
D | intel_reset.c | 206 intel_uncore_rmw_fw(uncore, VDECCLK_GATE_D, 0, VCP_UNIT_CLOCK_GATE_DISABLE); in g4x_do_reset() 228 intel_uncore_rmw_fw(uncore, VDECCLK_GATE_D, VCP_UNIT_CLOCK_GATE_DISABLE, 0); in g4x_do_reset() 469 intel_uncore_rmw_fw(uncore, sfc_lock.lock_reg, 0, sfc_lock.lock_bit); in gen11_lock_sfc() 519 intel_uncore_rmw_fw(uncore, sfc_lock.lock_reg, sfc_lock.lock_bit, 0); in gen11_unlock_sfc()
|
/linux-6.12.1/drivers/gpu/drm/i915/ |
D | intel_uncore.h | 446 static inline void intel_uncore_rmw_fw(struct intel_uncore *uncore, in intel_uncore_rmw_fw() function
|
D | intel_uncore.c | 2651 intel_uncore_rmw_fw(uncore, GU_CNTL, 0, DRIVERFLR); in driver_initiated_flr()
|