Home
last modified time | relevance | path

Searched refs:shaper_func (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn401/
H A Ddcn401_hwseq.c450 if (cm->shaper_func.type == TF_TYPE_HWPWL) in dcn401_set_mcm_luts()
451 m_lut_params.pwl = &cm->shaper_func.pwl; in dcn401_set_mcm_luts()
452 else if (cm->shaper_func.type == TF_TYPE_DISTRIBUTED_POINTS) { in dcn401_set_mcm_luts()
455 &cm->shaper_func, in dcn401_set_mcm_luts()
/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc.h1445 struct dc_transfer_func shaper_func; member