Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn401/
H A Ddcn401_hwseq.c424 if (cm->blend_func.type == TF_TYPE_HWPWL) in dcn401_set_mcm_luts()
425 m_lut_params.pwl = &cm->blend_func.pwl; in dcn401_set_mcm_luts()
426 else if (cm->blend_func.type == TF_TYPE_DISTRIBUTED_POINTS) { in dcn401_set_mcm_luts()
428 &cm->blend_func, in dcn401_set_mcm_luts()
/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc.h1450 struct dc_transfer_func blend_func; member