Skip to content

Commit f9537b1

Browse files
Hersen Wualexdeucher
authored andcommitted
drm/amd/display: Set dcn32 caps.seamless_odm
[Why & How] seamless_odm set was not picked up while merging commit 2d01718 ("drm/amd/display: Blank eDP on enable drv if odm enabled") Fixes: 2d01718 ("drm/amd/display: Blank eDP on enable drv if odm enabled") Reviewed-by: Qingqing Zhuo <qingqing.zhuo@amd.com> Acked-by: Qingqing Zhuo <qingqing.zhuo@amd.com> Signed-off-by: Hersen Wu <hersenxs.wu@amd.com> Tested-by: Daniel Wheeler <daniel.wheeler@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
1 parent 4c94e57 commit f9537b1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/gpu/drm/amd/display/dc/dcn32/dcn32_resource.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2186,6 +2186,7 @@ static bool dcn32_resource_construct(
21862186
dc->caps.edp_dsc_support = true;
21872187
dc->caps.extended_aux_timeout_support = true;
21882188
dc->caps.dmcub_support = true;
2189+
dc->caps.seamless_odm = true;
21892190

21902191
/* Color pipeline capabilities */
21912192
dc->caps.color.dpp.dcn_arch = 1;

0 commit comments

Comments
 (0)