Skip to content

Commit

Permalink
drm/amd: Add USBC connector ID
Browse files Browse the repository at this point in the history
[ Upstream commit c5c948a ]

[Why&How] Add a dedicated AMDGPU specific ID for use with
newer ASICs that support USB-C output

Signed-off-by: Aurabindo Pillai <aurabindo.pillai@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
  • Loading branch information
Aurabindo Pillai authored and Greg Kroah-Hartman committed Apr 20, 2022
1 parent 6f9c065 commit 9b5d1b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/gpu/drm/amd/amdgpu/ObjectID.h
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@
#define CONNECTOR_OBJECT_ID_eDP 0x14
#define CONNECTOR_OBJECT_ID_MXM 0x15
#define CONNECTOR_OBJECT_ID_LVDS_eDP 0x16
#define CONNECTOR_OBJECT_ID_USBC 0x17

/* deleted */

Expand Down

0 comments on commit 9b5d1b3

Please sign in to comment.