projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f3cd57e
)
drm/amdgpu: add dm ip block for dcn 3.1.4
author
Roman Li
<Roman.Li@amd.com>
Mon, 13 Jun 2022 16:21:59 +0000
(12:21 -0400)
committer
Alex Deucher
<alexander.deucher@amd.com>
Mon, 25 Jul 2022 13:31:02 +0000
(09:31 -0400)
Adding dm ip block to enable display on dcn 3.1.4.
Signed-off-by: Roman Li <Roman.Li@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c
b/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c
index 0ba56e2ebf09b3c6f84f7487bf7d7d21b2d7651a..242d1847c4aa561ce1d7eb1475707bb970aad944 100644
(file)
--- 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):