drm/amd/amdgpu: set disabled vcn to no_schduler
authorJingwen Chen <Jingwen.Chen2@amd.com>
Wed, 2 Mar 2022 09:44:38 +0000 (17:44 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 4 Mar 2022 18:03:30 +0000 (13:03 -0500)
commit8c7442f026d2e36e1185b9dd79db51601d875b7b
tree3b23278db94e8d83ce6b40f05382af3d5de5a396
parentd18b8eadd83e3d8d63a45f9479478640dbcfca02
drm/amd/amdgpu: set disabled vcn to no_schduler

[Why]
after the reset domain introduced, the sched.ready will be init after
hw_init, which will overwrite the setup in vcn hw_init, and lead to
vcn ib test fail.

[How]
set disabled vcn to no_scheduler

Fixes: 5fd8518d187ed0 ("drm/amdgpu: Move scheduler init to after XGMI is ready")
Signed-off-by: Jingwen Chen <Jingwen.Chen2@amd.com>
Acked-by: Andrey Grodzovsky <andrey.grodzovsky@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/vcn_v3_0.c