diff options
author | Flora Cui | 2019-05-17 11:33:56 +0800 |
---|---|---|
committer | Alex Deucher | 2019-05-20 12:47:05 -0500 |
commit | 379109351f4f6f2405cf54e7a296055f589c3ad1 (patch) | |
tree | cfca640ec7458e445f487f9e6a155c0369da784e /drivers/gpu | |
parent | 0a5a9c276c335870a1cecc4f02b76d6d6f663c8b (diff) |
drm/amdgpu: keep stolen memory on picasso
otherwise screen corrupts during modprobe.
Signed-off-by: Flora Cui <flora.cui@amd.com>
Reviewed-by: Feifei Xu <Feifei.Xu@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c b/drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c index 3fd79e07944d..4e6fcaeb1303 100644 --- a/drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c +++ b/drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c @@ -626,6 +626,7 @@ static bool gmc_v9_0_keep_stolen_memory(struct amdgpu_device *adev) case CHIP_VEGA10: return true; case CHIP_RAVEN: + return (adev->pdev->device == 0x15d8); case CHIP_VEGA12: case CHIP_VEGA20: default: |