Home
last modified time | relevance | path

Searched refs:VCP_UNIT_CLOCK_GATE_DISABLE (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/gpu/drm/i915/gt/
H A Dintel_reset.c205 intel_uncore_rmw_fw(uncore, VDECCLK_GATE_D, 0, VCP_UNIT_CLOCK_GATE_DISABLE); in g4x_do_reset()
227 intel_uncore_rmw_fw(uncore, VDECCLK_GATE_D, VCP_UNIT_CLOCK_GATE_DISABLE, 0); in g4x_do_reset()
/openbmc/linux/drivers/gpu/drm/i915/
H A Di915_reg.h1695 #define VCP_UNIT_CLOCK_GATE_DISABLE (1 << 4) macro