Searched refs:gfx_v7_0_get_csb_size (Results 1 – 1 of 1) sorted by relevance
883 static u32 gfx_v7_0_get_csb_size(struct amdgpu_device *adev);2502 r = amdgpu_ring_alloc(ring, gfx_v7_0_get_csb_size(adev) + 8); in gfx_v7_0_cp_gfx_start()3331 adev->gfx.rlc.clear_state_size = dws = gfx_v7_0_get_csb_size(adev); in gfx_v7_0_rlc_init()4013 static u32 gfx_v7_0_get_csb_size(struct amdgpu_device *adev) in gfx_v7_0_get_csb_size() function