drm/amdgpu: Init the cp MQD if it's not be initialized before
authorshaoyunl <shaoyun.liu@amd.com>
Tue, 16 Feb 2021 16:27:04 +0000 (11:27 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 24 Mar 2021 03:10:33 +0000 (23:10 -0400)
commita330b52a9e59167a77e42844fd66a1610051811e
tree27c2e6ae4de3d45cc2c493239d841ba61635315e
parent8e2712e71bfc975c1cf6cd72c94914533cf704f2
drm/amdgpu: Init the cp MQD if it's not be initialized before

The MQD might not be initialized duirng first init period if the device need to be reset
druing probe. Driver need to proper init them in gpu recovery period

Signed-off-by: shaoyunl <shaoyun.liu@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_v9_0.c