Searched refs:RLC_LB_CNTL (Results 1 – 7 of 7) sorted by relevance
/linux-6.1.9/drivers/gpu/drm/radeon/ |
D | sid.h | 1304 #define RLC_LB_CNTL 0xC30C macro
|
D | cikd.h | 1403 #define RLC_LB_CNTL 0xC364 macro
|
D | si.c | 5847 tmp = RREG32(RLC_LB_CNTL); in si_enable_lbpw() 5852 WREG32(RLC_LB_CNTL, tmp); in si_enable_lbpw() 5877 WREG32(RLC_LB_CNTL, 0); in si_rlc_resume()
|
D | cik.c | 5773 tmp = RREG32(RLC_LB_CNTL); in cik_enable_lbpw() 5778 WREG32(RLC_LB_CNTL, tmp); in cik_enable_lbpw() 5934 WREG32(RLC_LB_CNTL, 0x80000004); in cik_rlc_resume()
|
/linux-6.1.9/drivers/gpu/drm/amd/amdgpu/ |
D | gfx_v9_0.c | 1631 data |= REG_SET_FIELD(data, RLC_LB_CNTL, CU_MASK_USED_OFF_HYST, 0x09); in gfx_v9_0_init_lbpw() 1632 data |= REG_SET_FIELD(data, RLC_LB_CNTL, RESERVED, 0x80000); in gfx_v9_0_init_lbpw() 1680 data |= REG_SET_FIELD(data, RLC_LB_CNTL, CU_MASK_USED_OFF_HYST, 0x09); in gfx_v9_4_init_lbpw() 1681 data |= REG_SET_FIELD(data, RLC_LB_CNTL, RESERVED, 0x80000); in gfx_v9_4_init_lbpw() 1690 WREG32_FIELD15(GC, 0, RLC_LB_CNTL, LOAD_BALANCE_ENABLE, enable ? 1 : 0); in gfx_v9_0_enable_lbpw()
|
D | sid.h | 1332 #define RLC_LB_CNTL 0x30C3 macro
|
D | gfx_v6_0.c | 2404 WREG32_FIELD(RLC_LB_CNTL, LOAD_BALANCE_ENABLE, enable ? 1 : 0); in gfx_v6_0_enable_lbpw()
|