Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

drm/amdgpu: Remove redundant check for async_gfx_ring

Remove the redundant check for async_gfx_ring,
as it is not required for gfx v12_1

Signed-off-by: Hawking Zhang <Hawking.Zhang@amd.com>
Reviewed-by: Likun Gao <Likun.Gao@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>

authored by

Hawking Zhang and committed by
Alex Deucher
b7cb3669 d0b6c5f2

+1 -3
+1 -3
drivers/gpu/drm/amd/amdgpu/gfx_v12_1.c
··· 2390 2390 2391 2391 gfx_v12_1_xcc_cp_set_doorbell_range(adev, xcc_id); 2392 2392 2393 - if (amdgpu_async_gfx_ring) { 2394 - gfx_v12_1_xcc_cp_compute_enable(adev, true, xcc_id); 2395 - } 2393 + gfx_v12_1_xcc_cp_compute_enable(adev, true, xcc_id); 2396 2394 2397 2395 if (adev->enable_mes_kiq && adev->mes.kiq_hw_init) 2398 2396 r = amdgpu_mes_kiq_hw_init(adev, xcc_id);