Searched refs:mmVCE_CLOCK_GATING_B (Results 1 – 7 of 7) sorted by relevance
| /drivers/gpu/drm/amd/amdgpu/ |
| A D | vce_v2_0.c | 162 tmp = RREG32(mmVCE_CLOCK_GATING_B); in vce_v2_0_init_cg() 165 WREG32(mmVCE_CLOCK_GATING_B, tmp); in vce_v2_0_init_cg() 175 WREG32(mmVCE_CLOCK_GATING_B, 0xf7); in vce_v2_0_mc_resume() 321 tmp = RREG32(mmVCE_CLOCK_GATING_B); in vce_v2_0_set_sw_cg() 323 WREG32(mmVCE_CLOCK_GATING_B, tmp); in vce_v2_0_set_sw_cg() 335 tmp = RREG32(mmVCE_CLOCK_GATING_B); in vce_v2_0_set_sw_cg() 338 WREG32(mmVCE_CLOCK_GATING_B, tmp); in vce_v2_0_set_sw_cg() 358 tmp = RREG32(mmVCE_CLOCK_GATING_B); in vce_v2_0_set_dyn_cg() 364 WREG32(mmVCE_CLOCK_GATING_B, tmp); in vce_v2_0_set_dyn_cg() 368 WREG32(mmVCE_CLOCK_GATING_B, tmp); in vce_v2_0_set_dyn_cg()
|
| A D | vce_v3_0.c | 182 data = RREG32(mmVCE_CLOCK_GATING_B); in vce_v3_0_set_vce_sw_clock_gating() 185 WREG32(mmVCE_CLOCK_GATING_B, data); in vce_v3_0_set_vce_sw_clock_gating() 208 data = RREG32(mmVCE_CLOCK_GATING_B); in vce_v3_0_set_vce_sw_clock_gating() 211 WREG32(mmVCE_CLOCK_GATING_B, data); in vce_v3_0_set_vce_sw_clock_gating() 556 WREG32(mmVCE_CLOCK_GATING_B, 0x1FF); in vce_v3_0_mc_resume()
|
| A D | vce_v4_0.c | 638 WREG32(SOC15_REG_OFFSET(VCE, 0, mmVCE_CLOCK_GATING_B), 0x1FF); in vce_v4_0_mc_resume()
|
| /drivers/gpu/drm/amd/include/asic_reg/vce/ |
| A D | vce_1_0_d.h | 27 #define mmVCE_CLOCK_GATING_B 0x80BF macro
|
| A D | vce_2_0_d.h | 48 #define mmVCE_CLOCK_GATING_B 0x80bf macro
|
| A D | vce_3_0_d.h | 48 #define mmVCE_CLOCK_GATING_B 0x80bf macro
|
| A D | vce_4_0_offset.h | 94 #define mmVCE_CLOCK_GATING_B … macro
|
Completed in 17 milliseconds