Searched refs:m_lut_params (Results 1 – 1 of 1) sorted by relevance
491 union mcm_lut_params m_lut_params; in dcn401_populate_mcm_luts() local510 memset(&m_lut_params, 0, sizeof(m_lut_params)); in dcn401_populate_mcm_luts()512 m_lut_params.pwl = &mcm_luts.lut1d_func->pwl; in dcn401_populate_mcm_luts()517 m_lut_params.pwl = rval ? &dpp_base->regamma_params : NULL; in dcn401_populate_mcm_luts()519 if (m_lut_params.pwl) { in dcn401_populate_mcm_luts()521 mpc->funcs->populate_lut(mpc, MCM_LUT_1DLUT, m_lut_params, lut_bank_a, mpcc_id); in dcn401_populate_mcm_luts()529 memset(&m_lut_params, 0, sizeof(m_lut_params)); in dcn401_populate_mcm_luts()531 m_lut_params.pwl = &mcm_luts.shaper->pwl; in dcn401_populate_mcm_luts()537 m_lut_params.pwl = rval ? &dpp_base->regamma_params : NULL; in dcn401_populate_mcm_luts()539 if (m_lut_params.pwl) { in dcn401_populate_mcm_luts()[all …]