Searched refs:clear_state_size (Results 1 – 11 of 11) sorted by relevance
/linux-6.1.9/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_rlc.h | 196 u32 clear_state_size; member
|
D | amdgpu_rlc.c | 131 adev->gfx.rlc.clear_state_size = dws = adev->gfx.rlc.funcs->get_csb_size(adev); in amdgpu_gfx_rlc_init_csb()
|
D | gfx_v6_0.c | 2374 adev->gfx.rlc.clear_state_size = gfx_v6_0_get_csb_size(adev); in gfx_v6_0_rlc_init() 2375 dws = adev->gfx.rlc.clear_state_size + (256 / 4); in gfx_v6_0_rlc_init() 2393 dst_ptr[2] = cpu_to_le32(adev->gfx.rlc.clear_state_size); in gfx_v6_0_rlc_init()
|
D | gfx_v7_0.c | 3870 WREG32(mmRLC_GPM_SCRATCH_DATA, adev->gfx.rlc.clear_state_size); in gfx_v7_0_init_gfx_cgpg()
|
D | gfx_v10_0.c | 5113 WREG32_SOC15_RLC(GC, 0, mmRLC_CSIB_LENGTH, adev->gfx.rlc.clear_state_size); in gfx_v10_0_init_csb() 5119 WREG32_SOC15(GC, 0, mmRLC_CSIB_LENGTH, adev->gfx.rlc.clear_state_size); in gfx_v10_0_init_csb()
|
D | gfx_v11_0.c | 1703 WREG32_SOC15(GC, 0, regRLC_CSIB_LENGTH, adev->gfx.rlc.clear_state_size); in gfx_v11_0_init_csb()
|
D | gfx_v9_0.c | 2527 adev->gfx.rlc.clear_state_size); in gfx_v9_0_init_csb()
|
D | gfx_v8_0.c | 3900 adev->gfx.rlc.clear_state_size); in gfx_v8_0_init_csb()
|
/linux-6.1.9/drivers/gpu/drm/radeon/ |
D | evergreen.c | 4235 rdev->rlc.clear_state_size = dws = cik_get_csb_size(rdev); in sumo_rlc_init() 4237 rdev->rlc.clear_state_size = si_get_csb_size(rdev); in sumo_rlc_init() 4238 dws = rdev->rlc.clear_state_size + (256 / 4); in sumo_rlc_init() 4250 rdev->rlc.clear_state_size = dws; in sumo_rlc_init() 4291 dst_ptr[2] = cpu_to_le32(rdev->rlc.clear_state_size); in sumo_rlc_init()
|
D | radeon.h | 995 u32 clear_state_size; member
|
D | cik.c | 6620 WREG32(RLC_GPM_SCRATCH_DATA, rdev->rlc.clear_state_size); in cik_init_gfx_cgpg()
|