commit | dbbf2728d50343b7947001a81f4c8cc98e4b44e5 | [log] [tgz] |
---|---|---|
author | Sonny Jiang <sonny.jiang@amd.com> | Fri Nov 20 02:38:09 2020 -0500 |
committer | Alex Deucher <alexander.deucher@amd.com> | Tue Nov 24 12:30:37 2020 -0500 |
tree | 9a565016d4ed3b7ddc14ff7f1f82c2c34e37cb29 | |
parent | 4d6a95366117b241bb3298e1c318a36ebb7544d0 [diff] |
drm/amdgpu: fix a page fault The UVD firmware is copied to cpu addr in uvd_resume, so it should be used after that. This is to fix a bug introduced by patch drm/amdgpu: fix SI UVD firmware validate resume fail. Signed-off-by: Sonny Jiang <sonny.jiang@amd.com> Reviewed-by: Leo Liu <leo.liu@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com> CC: stable@vger.kernel.org