Home
last modified time | relevance | path

Searched refs:STATIC_PER_CU_PG_ENABLE (Results 1 – 4 of 4) sorted by relevance

/dragonfly/sys/dev/drm/radeon/
HDcikd.h1429 # define STATIC_PER_CU_PG_ENABLE (1 << 3) macro
HDcik.c6635 data |= STATIC_PER_CU_PG_ENABLE; in cik_enable_gfx_static_mgpg()
6637 data &= ~STATIC_PER_CU_PG_ENABLE; in cik_enable_gfx_static_mgpg()
/dragonfly/sys/dev/drm/amd/amdgpu/
HDgfx_v9_0.c2162 STATIC_PER_CU_PG_ENABLE, in gfx_v9_0_enable_gfx_static_mg_power_gating()
HDgfx_v8_0.c5616 WREG32_FIELD(RLC_PG_CNTL, STATIC_PER_CU_PG_ENABLE, enable ? 1 : 0); in gfx_v8_0_enable_gfx_static_mg_power_gating()