]> git.itanic.dy.fi Git - linux-stable/commit
drm/amdgpu/gfx: set sched.ready status after ring/IB test in gfx
authorGuchun Chen <guchun.chen@amd.com>
Fri, 12 May 2023 08:10:40 +0000 (16:10 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 9 Jun 2023 14:57:11 +0000 (10:57 -0400)
commit232f2431899cbe6c00c1350e35cfba91ea0c1c0b
treeab33bdb42eb55ace956848f71093915f1847e86b
parent61c31b8b6c5e386a9c2ddc4e2cf9d8ae46c8a1f9
drm/amdgpu/gfx: set sched.ready status after ring/IB test in gfx

sched.ready is nothing with ring initialization, it needs to set
to be true after ring/IB test in amdgpu_ring_test_helper to tell
the ring is ready for submission.

Signed-off-by: Guchun Chen <guchun.chen@amd.com>
Acked-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c
drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c
drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c
drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c
drivers/gpu/drm/amd/amdgpu/gfx_v9_4_3.c