Home
last modified time | relevance | path

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

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