diff options
author | Alex Deucher <alexander.deucher@amd.com> | 2018-05-16 08:39:58 -0500 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2018-05-18 16:08:18 -0500 |
commit | 2b6dc93a3d439136c3fe11291a506e581b84a327 (patch) | |
tree | 915da7bc4887d49919ae9f8dd3f01cd7f4e6e3b4 /drivers/gpu/drm/amd/display/dc/inc/dce_calcs.h | |
parent | 563e1e664d27292a3b55ca08366dc8c32db52450 (diff) | |
download | linux-2b6dc93a3d439136c3fe11291a506e581b84a327.tar.gz linux-2b6dc93a3d439136c3fe11291a506e581b84a327.tar.bz2 linux-2b6dc93a3d439136c3fe11291a506e581b84a327.zip |
drm/amdgpu/display: remove VEGAM config option
Leftover from bringup. No need to keep it around for
upstream.
Reviewed-by: Harry Wentland <harry.wentland@amd.com>
Reviewed-by: Michel Dänzer <michel.daenzer@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/display/dc/inc/dce_calcs.h')
-rw-r--r-- | drivers/gpu/drm/amd/display/dc/inc/dce_calcs.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/inc/dce_calcs.h b/drivers/gpu/drm/amd/display/dc/inc/dce_calcs.h index 933ea7a1e18b..eece165206f9 100644 --- a/drivers/gpu/drm/amd/display/dc/inc/dce_calcs.h +++ b/drivers/gpu/drm/amd/display/dc/inc/dce_calcs.h @@ -43,9 +43,7 @@ enum bw_calcs_version { BW_CALCS_VERSION_POLARIS10, BW_CALCS_VERSION_POLARIS11, BW_CALCS_VERSION_POLARIS12, -#if defined(CONFIG_DRM_AMD_DC_VEGAM) BW_CALCS_VERSION_VEGAM, -#endif BW_CALCS_VERSION_STONEY, BW_CALCS_VERSION_VEGA10 }; |