drm/amd/display: Set compbuf size to min at prep prevent overbook crb
authorDuncan Ma <duncanma@amd.com>
Tue, 8 Feb 2022 20:05:09 +0000 (15:05 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 23 Feb 2022 19:21:43 +0000 (14:21 -0500)
commit2e6e14c9e47dac61e341d4b8128184e3e0eb3568
tree87bb9bee910574a1c7cbcb1654aac6199b38a2be
parente0adbe73d75e46e3665cf0fb30f2cfc00dd78c04
drm/amd/display: Set compbuf size to min at prep prevent overbook crb

[Why]
Detbuffer size is dynamically set for dcn31x. At certain moment,
compbuf+(def size * num pipes) > config return buffer size causing
flickering. This is easily reproducible when MPO is
enabled with two displays.

[How]
At prepare BW, use the min comp buffer size. When it is to
optimize BW, set compbuf size back to maximum possible size.

Reviewed-by: Charlene Liu <Charlene.Liu@amd.com>
Acked-by: Solomon Chiu <solomon.chiu@amd.com>
Signed-off-by: Duncan Ma <duncanma@amd.com>
Tested-by: Daniel Wheeler <daniel.wheeler@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c
drivers/gpu/drm/amd/display/dc/dml/display_mode_structs.h