diff options
| author | 2019-03-01 16:23:55 -0500 | |
|---|---|---|
| committer | 2019-07-18 14:18:00 -0500 | |
| commit | e149a2f6ed2c84d10087e4a4f9bb1e7d8893a965 (patch) | |
| tree | ba76970c7964b1eef126fec486900c712e94124c /drivers/gpu/drm/amd/amdgpu/nv.c | |
| parent | drm/amd/display: skip to load dmcu firmware for navi14 (diff) | |
| download | wireguard-linux-e149a2f6ed2c84d10087e4a4f9bb1e7d8893a965.tar.xz wireguard-linux-e149a2f6ed2c84d10087e4a4f9bb1e7d8893a965.zip | |
drm/amdgpu: Enable VCN on navi14
Add navi14 vcn firmware, and enable VCN on navi14.
Signed-off-by: James Zhu <James.Zhu@amd.com>
Reviewed-by: Leo Liu <leo.liu@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/nv.c')
| -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 102927c5f8f2..eadf86b5f0f0 100644 --- a/drivers/gpu/drm/amd/amdgpu/nv.c +++ b/drivers/gpu/drm/amd/amdgpu/nv.c @@ -418,6 +418,7 @@ int nv_set_ip_blocks(struct amdgpu_device *adev) amdgpu_device_ip_block_add(adev, &dm_ip_block); amdgpu_device_ip_block_add(adev, &gfx_v10_0_ip_block); amdgpu_device_ip_block_add(adev, &sdma_v5_0_ip_block); + amdgpu_device_ip_block_add(adev, &vcn_v2_0_ip_block); break; default: return -EINVAL; |
