diff options
author | Alex Deucher <alexander.deucher@amd.com> | 2018-05-16 15:28:59 -0500 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2018-05-18 16:08:18 -0500 |
commit | b4b9f944e4ee3d1a268d96d7de2d519b491e8ea5 (patch) | |
tree | 52a05852a460eafdb2639716e52ab58182187c43 /drivers/gpu/drm/amd/display/include/dal_asic_id.h | |
parent | 2b6dc93a3d439136c3fe11291a506e581b84a327 (diff) | |
download | linux-b4b9f944e4ee3d1a268d96d7de2d519b491e8ea5.tar.gz linux-b4b9f944e4ee3d1a268d96d7de2d519b491e8ea5.tar.bz2 linux-b4b9f944e4ee3d1a268d96d7de2d519b491e8ea5.zip |
drm/amdgpu/display: remove VEGA20 config option
Leftover from bringup. No need to keep it around for
upstream.
Reviewed-by: Harry Wentland <harry.wentland@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/display/include/dal_asic_id.h')
-rw-r--r-- | drivers/gpu/drm/amd/display/include/dal_asic_id.h | 2 |
1 files changed, 0 insertions, 2 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 6aeb5a2902c3..cac069dd2a0e 100644 --- a/drivers/gpu/drm/amd/display/include/dal_asic_id.h +++ b/drivers/gpu/drm/amd/display/include/dal_asic_id.h @@ -115,10 +115,8 @@ /* DCE12 */ #define AI_UNKNOWN 0xFF -#ifdef CONFIG_DRM_AMD_DC_VG20 #define AI_VEGA20_P_A0 40 #define ASICREV_IS_VEGA20_P(eChipRev) ((eChipRev >= AI_VEGA20_P_A0) && (eChipRev < AI_UNKNOWN)) -#endif #define AI_GREENLAND_P_A0 1 #define AI_GREENLAND_P_A1 2 |