Home
last modified time | relevance | path

Searched refs:shaper_lut (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dcn30/
Ddcn30_hwseq.c104 const struct pwl_params *shaper_lut = NULL; in dcn30_set_mpc_shaper_3dlut() local
108 shaper_lut = &stream->func_shaper->pwl; in dcn30_set_mpc_shaper_3dlut()
113 shaper_lut = &dpp_base->shaper_params; in dcn30_set_mpc_shaper_3dlut()
136 result = mpc->funcs->program_shaper(mpc, shaper_lut, in dcn30_set_mpc_shaper_3dlut()
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dcn32/
Ddcn32_hwseq.c524 const struct pwl_params *shaper_lut = NULL; in dcn32_set_mpc_shaper_3dlut() local
528 shaper_lut = &stream->func_shaper->pwl; in dcn32_set_mpc_shaper_3dlut()
533 shaper_lut = &dpp_base->shaper_params; in dcn32_set_mpc_shaper_3dlut()
545 shaper_lut, in dcn32_set_mpc_shaper_3dlut()
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dcn20/
Ddcn20_hwseq.c891 struct pwl_params *shaper_lut = NULL; in dcn20_set_shaper_3dlut() local
895 shaper_lut = &plane_state->in_shaper_func->pwl; in dcn20_set_shaper_3dlut()
900 shaper_lut = &dpp_base->shaper_params; in dcn20_set_shaper_3dlut()
904 result = dpp_base->funcs->dpp_program_shaper_lut(dpp_base, shaper_lut); in dcn20_set_shaper_3dlut()