summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/display/include
diff options
context:
space:
mode:
authorSamson Tam <Samson.Tam@amd.com>2022-03-16 01:06:42 -0400
committerAlex Deucher <alexander.deucher@amd.com>2022-03-31 23:05:53 -0400
commit8cb3c169fc7574cb889deb3b59a3c8e783fb4685 (patch)
treeee7241f7e0a5d9cb0ca20fb80988aa3344131da8 /drivers/gpu/drm/amd/display/include
parent84d1ce0631c746c7fe025cbb49da6ade1aa80a1f (diff)
downloadlinux-stable-8cb3c169fc7574cb889deb3b59a3c8e783fb4685.tar.gz
linux-stable-8cb3c169fc7574cb889deb3b59a3c8e783fb4685.tar.bz2
linux-stable-8cb3c169fc7574cb889deb3b59a3c8e783fb4685.zip
drm/amd/display: Add support for USBC connector
[Why] Add support for CONNECTOR_ID_USBC Reviewed-by: Alvin Lee <Alvin.Lee2@amd.com> Acked-by: Alex Hung <alex.hung@amd.com> Signed-off-by: Samson Tam <Samson.Tam@amd.com> Tested-by: Daniel Wheeler <daniel.wheeler@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/display/include')
-rw-r--r--drivers/gpu/drm/amd/display/include/grph_object_id.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/display/include/grph_object_id.h b/drivers/gpu/drm/amd/display/include/grph_object_id.h
index fed1edc038d8..c6bbd262f1ac 100644
--- a/drivers/gpu/drm/amd/display/include/grph_object_id.h
+++ b/drivers/gpu/drm/amd/display/include/grph_object_id.h
@@ -162,6 +162,7 @@ enum connector_id {
CONNECTOR_ID_MXM = 21,
CONNECTOR_ID_WIRELESS = 22,
CONNECTOR_ID_MIRACAST = 23,
+ CONNECTOR_ID_USBC = 24,
CONNECTOR_ID_VIRTUAL = 100
};