diff options
| author | Aurabindo Pillai <[email protected]> | 2022-03-15 18:53:24 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2022-03-22 14:53:39 +0000 |
| commit | c5c948aa894a831f96fccd025e47186b1ee41615 (patch) | |
| tree | 96cd29c55a7f9e9410eb604c1bb95a501991b0e3 /drivers/gpu/drm/amd/amdgpu/ObjectID.h | |
| parent | Merge tag 'amd-drm-next-5.18-2022-03-18' of https://gitlab.freedesktop.org/ag... (diff) | |
| download | kernel-c5c948aa894a831f96fccd025e47186b1ee41615.tar.gz kernel-c5c948aa894a831f96fccd025e47186b1ee41615.zip | |
drm/amd: Add USBC connector ID
[Why&How] Add a dedicated AMDGPU specific ID for use with
newer ASICs that support USB-C output
Signed-off-by: Aurabindo Pillai <[email protected]>
Reviewed-by: Alex Deucher <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/ObjectID.h')
| -rw-r--r-- | drivers/gpu/drm/amd/amdgpu/ObjectID.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/ObjectID.h b/drivers/gpu/drm/amd/amdgpu/ObjectID.h index 5b393622f592..a0f0a17e224f 100644 --- a/drivers/gpu/drm/amd/amdgpu/ObjectID.h +++ b/drivers/gpu/drm/amd/amdgpu/ObjectID.h @@ -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 */ |
