]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amd/display: polling vid stream status in hpo dp blank
authorWenjing Liu <wenjing.liu@amd.com>
Thu, 15 Sep 2022 19:23:38 +0000 (15:23 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 29 Sep 2022 13:41:45 +0000 (09:41 -0400)
commite3d5d6a35f4311588066370db951305a20f3ef41
treecc4d1f382b47583d948dca7d0911551165692efc
parent685ba958a76583abc3357a6536420a45eda574c3
drm/amd/display: polling vid stream status in hpo dp blank

[why]
vid stream control is double bufferred, if we don't wait for video
stream enable set to 0, we may get temporary image corruption
showing on the stream when setting PIXEL_TO_SYMBOL_FIFO_ENABLE to 0.

Reviewed-by: Ariel Bernstein <Eric.Bernstein@amd.com>
Acked-by: Jasdeep Dhillon <jdhillon@amd.com>
Signed-off-by: Wenjing Liu <wenjing.liu@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/dcn31/dcn31_hpo_dp_stream_encoder.c