diff options
| author | Roman Li <[email protected]> | 2022-06-13 16:21:59 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2022-07-25 13:31:02 +0000 |
| commit | 869b10ac8d2300327f554d83f4dbab041bf27d49 (patch) | |
| tree | 1c009cf28b0d776e8fcf553840fcde87cff085d7 /drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c | |
| parent | drm/amd/display: Disable dmcu fw loading for dcn314 (diff) | |
| download | kernel-869b10ac8d2300327f554d83f4dbab041bf27d49.tar.gz kernel-869b10ac8d2300327f554d83f4dbab041bf27d49.zip | |
drm/amdgpu: add dm ip block for dcn 3.1.4
Adding dm ip block to enable display on dcn 3.1.4.
Signed-off-by: Roman Li <[email protected]>
Reviewed-by: Alex Deucher <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c')
| -rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c index 0ba56e2ebf09..242d1847c4aa 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c @@ -1716,6 +1716,7 @@ static int amdgpu_discovery_set_display_ip_blocks(struct amdgpu_device *adev) case IP_VERSION(3, 0, 1): case IP_VERSION(3, 1, 2): case IP_VERSION(3, 1, 3): + case IP_VERSION(3, 1, 4): case IP_VERSION(3, 1, 5): case IP_VERSION(3, 1, 6): case IP_VERSION(3, 2, 0): |
