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 <[email protected]> Acked-by: Qingqing Zhuo <[email protected]> Signed-off-by: Hersen Wu <[email protected]> Tested-by: Daniel Wheeler <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
1 parent 4c94e57 commit f9537b1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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)