Commit 1f6c9ab0 authored by Charlene Liu's avatar Charlene Liu Committed by Alex Deucher

drm/amd/display: remove dmcub_support cap dependency

[why]
matching the dmcub_support with all other dcn version.
Reviewed-by: default avatarSung joon Kim <Sungjoon.Kim@amd.com>
Reviewed-by: default avatarMartin Leung <Martin.Leung@amd.com>
Acked-by: default avatarAnson Jacob <Anson.Jacob@amd.com>
Tested-by: default avatarDaniel Wheeler <daniel.wheeler@amd.com>
Signed-off-by: default avatarCharlene Liu <Charlene.Liu@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent f0d0c391
......@@ -1449,9 +1449,7 @@ static bool dcn301_resource_construct(
dc->caps.post_blend_color_processing = true;
dc->caps.force_dp_tps4_for_cp2520 = true;
dc->caps.extended_aux_timeout_support = true;
#ifdef CONFIG_DRM_AMD_DC_DMUB
dc->caps.dmcub_support = true;
#endif
/* Color pipeline capabilities */
dc->caps.color.dpp.dcn_arch = 1;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment