mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
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:
parent
438eac25d0
commit
f2a5002541
1 changed files with 3 additions and 0 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue