mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-06 01:59:54 -04:00
drm/amd/display: Update code comment to be more accurate
Tested-by: Daniel Wheeler <daniel.wheeler@amd.com> Reviewed-by: Aurabindo Pillai <aurabindo.pillai@amd.com> Signed-off-by: Rodrigo Siqueira <Rodrigo.Siqueira@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
committed by
Alex Deucher
parent
d3e78612e9
commit
107d678f6a
@@ -1521,7 +1521,7 @@ static void program_timing_sync(
|
||||
|
||||
}
|
||||
|
||||
/* remove any other pipes that are already been synced */
|
||||
/* remove any other unblanked pipes as they have already been synced */
|
||||
if (dc->config.use_pipe_ctx_sync_logic) {
|
||||
/* check pipe's syncd to decide which pipe to be removed */
|
||||
for (j = 1; j < group_size; j++) {
|
||||
@@ -1534,6 +1534,7 @@ static void program_timing_sync(
|
||||
pipe_set[j]->pipe_idx_syncd = pipe_set[0]->pipe_idx_syncd;
|
||||
}
|
||||
} else {
|
||||
/* remove any other pipes by checking valid plane */
|
||||
for (j = j + 1; j < group_size; j++) {
|
||||
bool is_blanked;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user