Skip to content

Commit

Permalink
drm/amd/display: Remove unnecessary call to REG_SEQ_SUBMIT|WAIT_DONE
Browse files Browse the repository at this point in the history
[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>
  • Loading branch information
Rodrigo Siqueira authored and Alex Deucher committed Aug 13, 2024
1 parent 8f9b23a commit 267c587
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions drivers/gpu/drm/amd/display/dc/dpp/dcn10/dcn10_dpp_cm.c
Original file line number Diff line number Diff line change
Expand Up @@ -684,9 +684,6 @@ void dpp1_set_degamma(
BREAK_TO_DEBUGGER();
break;
}

REG_SEQ_SUBMIT();
REG_SEQ_WAIT_DONE();
}

void dpp1_degamma_ram_select(
Expand Down

0 comments on commit 267c587

Please sign in to comment.