diff options
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/soc21.c')
| -rw-r--r-- | drivers/gpu/drm/amd/amdgpu/soc21.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/soc21.c b/drivers/gpu/drm/amd/amdgpu/soc21.c index 744be2a05623..d77162536514 100644 --- a/drivers/gpu/drm/amd/amdgpu/soc21.c +++ b/drivers/gpu/drm/amd/amdgpu/soc21.c @@ -711,7 +711,7 @@ static int soc21_common_early_init(void *handle)  			AMD_PG_SUPPORT_VCN_DPG |  			AMD_PG_SUPPORT_GFX_PG |  			AMD_PG_SUPPORT_JPEG; -		adev->external_rev_id = adev->rev_id + 0x1; +		adev->external_rev_id = adev->rev_id + 0x80;  		break;  	default:  | 
