mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
synced 2026-04-18 03:23:53 -04:00
drm/amdgpu/sdma: set sched.ready status after ring/IB test in sdma
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>
This commit is contained in:
committed by
Alex Deucher
parent
a569552f76
commit
61c31b8b6c
@@ -685,8 +685,6 @@ static void sdma_v4_4_2_gfx_resume(struct amdgpu_device *adev, unsigned int i)
|
||||
#endif
|
||||
/* enable DMA IBs */
|
||||
WREG32_SDMA(i, regSDMA_GFX_IB_CNTL, ib_cntl);
|
||||
|
||||
ring->sched.ready = true;
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -776,8 +774,6 @@ static void sdma_v4_4_2_page_resume(struct amdgpu_device *adev, unsigned int i)
|
||||
#endif
|
||||
/* enable DMA IBs */
|
||||
WREG32_SDMA(i, regSDMA_PAGE_IB_CNTL, ib_cntl);
|
||||
|
||||
ring->sched.ready = true;
|
||||
}
|
||||
|
||||
static void sdma_v4_4_2_init_pg(struct amdgpu_device *adev)
|
||||
|
||||
Reference in New Issue
Block a user