OSDN Git Service

drm/amd/display: remove compbuf size wait
authorDmytro Laktyushkin <Dmytro.Laktyushkin@amd.com>
Fri, 25 Jun 2021 13:09:09 +0000 (09:09 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 21 Jul 2021 17:39:25 +0000 (13:39 -0400)
commitdce7e5318d4e599f3422b3fb327a902a89096f1e
treee3ac1e7f4c121257ca4465c93115ee9bc06cc072
parent360d1b65449356f56287e49d1b3d7579e758ca29
drm/amd/display: remove compbuf size wait

This tends to take miliseconds in certain scenarios and we'd rather not
wait that long. Due to how this interacts with det size update and
locking waiting should not be necessary as compbuf updates before
unlock.

Add a watch for config error instead as that is something we actually do
care about.

Acked-by: Rodrigo Siqueira <Rodrigo.Siqueira@amd.com>
Signed-off-by: Dmytro Laktyushkin <Dmytro.Laktyushkin@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubbub.h
drivers/gpu/drm/amd/display/dc/dcn31/dcn31_hubbub.c
drivers/gpu/drm/amd/display/dc/dcn31/dcn31_hubbub.h