Home
last modified time | relevance | path

Searched refs:GFX_POWER_GATING_ENABLE (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/gpu/drm/radeon/
H A Devergreend.h386 # define GFX_POWER_GATING_ENABLE (1 << 7) macro
H A Devergreen.c4377 mask |= GFX_POWER_GATING_ENABLE | GFX_POWER_GATING_SRC; in evergreen_rlc_start()
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Dgfx_v6_0.c2735 WREG32_FIELD(RLC_PG_CNTL, GFX_POWER_GATING_ENABLE, 1); in gfx_v6_0_enable_gfx_cgpg()
H A Dgfx_v8_0.c5340 WREG32_FIELD(RLC_PG_CNTL, GFX_POWER_GATING_ENABLE, enable ? 1 : 0); in cz_enable_gfx_cg_power_gating()
H A Dgfx_v9_0.c2757 GFX_POWER_GATING_ENABLE, in gfx_v9_0_enable_gfx_cg_power_gating()