Searched refs:VDECCLK_GATE_D (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/ |
H A D | intel_reset.c | 226 rmw_set_fw(uncore, VDECCLK_GATE_D, VCP_UNIT_CLOCK_GATE_DISABLE); in g4x_do_reset() 227 intel_uncore_posting_read_fw(uncore, VDECCLK_GATE_D); in g4x_do_reset() 248 rmw_clear_fw(uncore, VDECCLK_GATE_D, VCP_UNIT_CLOCK_GATE_DISABLE); in g4x_do_reset() 249 intel_uncore_posting_read_fw(uncore, VDECCLK_GATE_D); in g4x_do_reset()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/ |
H A D | intel_reset.c | 205 intel_uncore_rmw_fw(uncore, VDECCLK_GATE_D, 0, VCP_UNIT_CLOCK_GATE_DISABLE); in g4x_do_reset() 206 intel_uncore_posting_read_fw(uncore, VDECCLK_GATE_D); in g4x_do_reset() 227 intel_uncore_rmw_fw(uncore, VDECCLK_GATE_D, VCP_UNIT_CLOCK_GATE_DISABLE, 0); in g4x_do_reset() 228 intel_uncore_posting_read_fw(uncore, VDECCLK_GATE_D); in g4x_do_reset()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/ |
H A D | i915_reg.h | 1694 #define VDECCLK_GATE_D _MMIO(0x620C) /* g4x only */ macro
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/ |
H A D | i915_reg.h | 3698 #define VDECCLK_GATE_D _MMIO(0x620C) /* g4x only */ macro
|
Completed in 93 milliseconds