Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/gpu/drm/amd/display/dc/dcn30/
Ddcn30_hwseq.c103 const struct pwl_params *shaper_lut = NULL; in dcn30_set_mpc_shaper_3dlut() local
107 shaper_lut = &stream->func_shaper->pwl; in dcn30_set_mpc_shaper_3dlut()
111 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.6/drivers/gpu/drm/amd/display/dc/dcn32/
Ddcn32_hwseq.c443 const struct pwl_params *shaper_lut = NULL; in dcn32_set_mpc_shaper_3dlut() local
447 shaper_lut = &stream->func_shaper->pwl; in dcn32_set_mpc_shaper_3dlut()
452 shaper_lut = &dpp_base->shaper_params; in dcn32_set_mpc_shaper_3dlut()
464 shaper_lut, in dcn32_set_mpc_shaper_3dlut()
/Linux-v6.6/drivers/gpu/drm/amd/display/dc/dcn20/
Ddcn20_hwseq.c915 struct pwl_params *shaper_lut = NULL; in dcn20_set_shaper_3dlut() local
919 shaper_lut = &plane_state->in_shaper_func->pwl; in dcn20_set_shaper_3dlut()
924 shaper_lut = &dpp_base->shaper_params; in dcn20_set_shaper_3dlut()
928 result = dpp_base->funcs->dpp_program_shaper_lut(dpp_base, shaper_lut); in dcn20_set_shaper_3dlut()