diff options
author | Pavle Kotarac <[email protected]> | 2022-09-01 15:15:37 -0400 |
---|---|---|
committer | Alex Deucher <[email protected]> | 2022-09-19 15:14:05 -0400 |
commit | db25e5d51f58add0740b17d8ea5cfd4cb051e3ce (patch) | |
tree | b919de6faf42eaf1dd6006f484dc482a91eb55c1 | |
parent | 796d6a37ff5ffaf9f2dc0f3f4bf9f4a1034c00de (diff) |
drm/amd/display: Added new DCN301 Asic Id
[WHY]
Adding new asic id for dcn301
Reviewed-by: Charlene Liu <[email protected]>
Acked-by: Wayne Lin <[email protected]>
Signed-off-by: Pavle Kotarac <[email protected]>
Tested-by: Daniel Wheeler <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
-rw-r--r-- | drivers/gpu/drm/amd/display/include/dal_asic_id.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/display/include/dal_asic_id.h b/drivers/gpu/drm/amd/display/include/dal_asic_id.h index 9f3558c0ef11..c3089c673975 100644 --- a/drivers/gpu/drm/amd/display/include/dal_asic_id.h +++ b/drivers/gpu/drm/amd/display/include/dal_asic_id.h @@ -215,6 +215,7 @@ enum { #define DEVICE_ID_NV_143F 0x143F #define FAMILY_VGH 144 #define DEVICE_ID_VGH_163F 0x163F +#define DEVICE_ID_VGH_1435 0x1435 #define VANGOGH_A0 0x01 #define VANGOGH_UNKNOWN 0xFF |