drm/amd/display: Remove unnecessary call to REG_SEQ_SUBMIT|WAIT_DONE
authorRodrigo Siqueira <Rodrigo.Siqueira@amd.com>
Fri, 2 Aug 2024 18:33:20 +0000 (12:33 -0600)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 13 Aug 2024 16:12:51 +0000 (12:12 -0400)
commit267c5876c977d5f2d5a89f377d74adf42b5c38a5
tree6c5277ee9f214e183ef987dce5075c19fb34fefb
parent8f9b23abbae5ffcd64856facd26a86b67195bc2f
drm/amd/display: Remove unnecessary call to REG_SEQ_SUBMIT|WAIT_DONE

[why & how]
Remove unnecessary call to REG_SEQ_SUBMIT and REG_SEQ_WAIT_DONE, since
those macros are not necessary anymore at the dpp1 set degamma. Those
are part of an old implementation.

Acked-by: Wayne Lin <wayne.lin@amd.com>
Signed-off-by: Rodrigo Siqueira <Rodrigo.Siqueira@amd.com>
Signed-off-by: Tom Chung <chiahsuan.chung@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/dpp/dcn10/dcn10_dpp_cm.c