diff options
| author | Aurabindo Pillai <[email protected]> | 2022-02-21 15:49:20 -0500 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2022-06-03 16:43:36 -0400 |
| commit | 79b470e5ee83e979f8ff465efa8b7ced160bcae7 (patch) | |
| tree | 846abba367d8eb2b8f577b57c3a6e1ea4fcf23b1 /drivers/gpu/drm/amd/display/dmub/dmub_srv.h | |
| parent | b801d8ad1b516a951535241c9cf60cac8f9a5c2b (diff) | |
drm/amd/display: Add DCN32/321 version identifiers
Add DCN3.2 asic identifiers.
Signed-off-by: Aurabindo Pillai <[email protected]>
Acked-by: Alex Deucher <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/display/dmub/dmub_srv.h')
| -rw-r--r-- | drivers/gpu/drm/amd/display/dmub/dmub_srv.h | 2 |
1 files changed, 2 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 f5cb8932bd5c..7dbc9fb55459 100644 --- a/drivers/gpu/drm/amd/display/dmub/dmub_srv.h +++ b/drivers/gpu/drm/amd/display/dmub/dmub_srv.h @@ -100,6 +100,8 @@ enum dmub_asic { DMUB_ASIC_DCN31B, DMUB_ASIC_DCN315, DMUB_ASIC_DCN316, + DMUB_ASIC_DCN32, + DMUB_ASIC_DCN321, DMUB_ASIC_MAX, }; |