Searched refs:m_lut_params (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/gpu/drm/amd/display/dc/hwss/dcn401/ |
| H A D | dcn401_hwseq.c | 411 union mcm_lut_params m_lut_params; in dcn401_populate_mcm_luts() local 429 memset(&m_lut_params, 0, sizeof(m_lut_params)); in dcn401_populate_mcm_luts() 431 m_lut_params.pwl = &mcm_luts.lut1d_func->pwl; in dcn401_populate_mcm_luts() 436 m_lut_params.pwl = rval ? &dpp_base->regamma_params : NULL; in dcn401_populate_mcm_luts() 438 if (m_lut_params.pwl) { in dcn401_populate_mcm_luts() 440 mpc->funcs->populate_lut(mpc, MCM_LUT_1DLUT, m_lut_params, lut_bank_a, mpcc_id); in dcn401_populate_mcm_luts() 443 …mpc->funcs->program_lut_mode(mpc, MCM_LUT_1DLUT, lut1d_xable && m_lut_params.pwl, lut_bank_a, mpcc… in dcn401_populate_mcm_luts() 448 memset(&m_lut_params, 0, sizeof(m_lut_params)); in dcn401_populate_mcm_luts() 450 m_lut_params.pwl = &mcm_luts.shaper->pwl; in dcn401_populate_mcm_luts() 456 m_lut_params.pwl = rval ? &dpp_base->regamma_params : NULL; in dcn401_populate_mcm_luts() [all …]
|