summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/display/dmub
diff options
context:
space:
mode:
authorRoman Li <roman.li@amd.com>2022-06-28 18:21:32 -0400
committerAlex Deucher <alexander.deucher@amd.com>2022-07-13 20:57:05 -0400
commit5439c41a80c00e993d18d1cd4407a6a82b35d963 (patch)
tree9dae9dcf5904537c7f74e7dd74fdf53351911371 /drivers/gpu/drm/amd/display/dmub
parent41529d79ce1655bd7463c01d9813d0abb6fb08a4 (diff)
downloadlinux-stable-5439c41a80c00e993d18d1cd4407a6a82b35d963.tar.gz
linux-stable-5439c41a80c00e993d18d1cd4407a6a82b35d963.tar.bz2
linux-stable-5439c41a80c00e993d18d1cd4407a6a82b35d963.zip
drm/amd/display: Add DCN314 version identifiers
DCN 3.1.4 version and family ids Signed-off-by: Roman Li <roman.li@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/display/dmub')
-rw-r--r--drivers/gpu/drm/amd/display/dmub/dmub_srv.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/display/dmub/dmub_srv.h b/drivers/gpu/drm/amd/display/dmub/dmub_srv.h
index 04049dc5d9df..ced176d17bae 100644
--- a/drivers/gpu/drm/amd/display/dmub/dmub_srv.h
+++ b/drivers/gpu/drm/amd/display/dmub/dmub_srv.h
@@ -98,6 +98,7 @@ enum dmub_asic {
DMUB_ASIC_DCN303,
DMUB_ASIC_DCN31,
DMUB_ASIC_DCN31B,
+ DMUB_ASIC_DCN314,
DMUB_ASIC_DCN315,
DMUB_ASIC_DCN316,
DMUB_ASIC_DCN32,