Skip to content

Commit

Permalink
drm/amd/display: Set dcn32 caps.seamless_odm
Browse files Browse the repository at this point in the history
[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>
  • Loading branch information
Hersen Wu authored and Alex Deucher committed Mar 23, 2023
1 parent 4c94e57 commit f9537b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/gpu/drm/amd/display/dc/dcn32/dcn32_resource.c
Original file line number Diff line number Diff line change
Expand Up @@ -2186,6 +2186,7 @@ static bool dcn32_resource_construct(
dc->caps.edp_dsc_support = true;
dc->caps.extended_aux_timeout_support = true;
dc->caps.dmcub_support = true;
dc->caps.seamless_odm = true;

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

0 comments on commit f9537b1

Please sign in to comment.