drm/amd: disable GPA mode in backdoor load
GPA mode should be disabled in direct load. Signed-off-by: Yifan Zhang <yifan1.zhang@amd.com> Reviewed-by: Tim Huang <Tim.Huang@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
committed by
Alex Deucher
parent
438eac25d0
commit
f2a5002541
@@ -4563,6 +4563,9 @@ static int gfx_v11_0_hw_init(void *handle)
|
||||
if (adev->gfx.imu.funcs->start_imu)
|
||||
adev->gfx.imu.funcs->start_imu(adev);
|
||||
}
|
||||
|
||||
/* disable gpa mode in backdoor loading */
|
||||
gfx_v11_0_disable_gpa_mode(adev);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user