Skip to content

Commit 8496244

Browse files
melissawenalexdeucher
authored andcommitted
drm/amd/display: remove assert around dpp_base replacement
There is nothing wrong if in_shaper_func type is DISTRIBUTED POINTS. Remove the assert placed for a TODO to avoid misinterpretations. Signed-off-by: Melissa Wen <[email protected]> Reviewed-by: Alex Hung <[email protected]> Signed-off-by: Alex Deucher <[email protected]> (cherry picked from commit 1714dcc)
1 parent d25b32a commit 8496244

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

drivers/gpu/drm/amd/display/dc/hwss/dcn32/dcn32_hwseq.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -502,7 +502,6 @@ bool dcn32_set_mcm_luts(
502502
lut_params = &plane_state->in_shaper_func.pwl;
503503
else if (plane_state->in_shaper_func.type == TF_TYPE_DISTRIBUTED_POINTS) {
504504
// TODO: dpp_base replace
505-
ASSERT(false);
506505
cm3_helper_translate_curve_to_hw_format(plane_state->ctx,
507506
&plane_state->in_shaper_func,
508507
&dpp_base->shaper_params, true);

0 commit comments

Comments
 (0)