mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-05 22:28:00 +00:00
drm/amdgpu: add picasso for amdgpu kms
Add picasso for amdgpu kms Signed-off-by: Likun Gao <Likun.Gao@amd.com> Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Reviewed-by: Huang Rui <ray.huang@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
84ad2e1bd6
commit
b95874cfa8
1 changed files with 1 additions and 1 deletions
|
@ -974,7 +974,7 @@ void amdgpu_driver_postclose_kms(struct drm_device *dev,
|
|||
|
||||
pm_runtime_get_sync(dev->dev);
|
||||
|
||||
if (adev->asic_type != CHIP_RAVEN) {
|
||||
if (adev->asic_type != CHIP_RAVEN && adev->asic_type != CHIP_PICASSO) {
|
||||
amdgpu_uvd_free_handles(adev, file_priv);
|
||||
amdgpu_vce_free_handles(adev, file_priv);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue