diff options
author | James Zhu <[email protected]> | 2020-07-23 12:55:54 -0400 |
---|---|---|
committer | Alex Deucher <[email protected]> | 2020-10-12 14:02:12 -0400 |
commit | 0afc770ba8343a90121f3974da71a2b535b99317 (patch) | |
tree | 1fec53a95d647a5e07012cd36a3f4ab47ca07106 | |
parent | e8afbddfa1edc4e4115e97588dd7f147adb17759 (diff) |
drm/amdgpu: enable vcn3.0 for dimgrey_cavefish
Enable vcn3.0 ip block for dimgrey_cavefish.
Signed-off-by: James Zhu <[email protected]>
Reviewed-by: Leo Liu <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/nv.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/nv.c b/drivers/gpu/drm/amd/amdgpu/nv.c index 229ec1d88bb6..b96b42e4264c 100644 --- a/drivers/gpu/drm/amd/amdgpu/nv.c +++ b/drivers/gpu/drm/amd/amdgpu/nv.c @@ -634,6 +634,7 @@ int nv_set_ip_blocks(struct amdgpu_device *adev) amdgpu_device_ip_block_add(adev, &dce_virtual_ip_block); amdgpu_device_ip_block_add(adev, &gfx_v10_0_ip_block); amdgpu_device_ip_block_add(adev, &sdma_v5_2_ip_block); + amdgpu_device_ip_block_add(adev, &vcn_v3_0_ip_block); break; default: return -EINVAL; |