Lines Matching refs:acm
2278 struct acm_data *acm = &conn_state->disp_info->acm_data; in vop3_post_acm_config() local
2289 if (!acm->acm_enable) { in vop3_post_acm_config()
2298 value = (acm->acm_enable & 0x1) + ((mode->hdisplay & 0xfff) << 8) + in vop3_post_acm_config()
2302 value = (acm->y_gain & 0x3ff) + ((acm->h_gain << 10) & 0xffc00) + in vop3_post_acm_config()
2303 ((acm->s_gain << 20) & 0x3ff00000); in vop3_post_acm_config()
2306 lut_y = &acm->gain_lut_hy[0]; in vop3_post_acm_config()
2307 lut_h = &acm->gain_lut_hy[ACM_GAIN_LUT_HY_LENGTH]; in vop3_post_acm_config()
2308 lut_s = &acm->gain_lut_hy[ACM_GAIN_LUT_HY_LENGTH * 2]; in vop3_post_acm_config()
2315 lut_y = &acm->gain_lut_hs[0]; in vop3_post_acm_config()
2316 lut_h = &acm->gain_lut_hs[ACM_GAIN_LUT_HS_LENGTH]; in vop3_post_acm_config()
2317 lut_s = &acm->gain_lut_hs[ACM_GAIN_LUT_HS_LENGTH * 2]; in vop3_post_acm_config()
2324 lut_y = &acm->delta_lut_h[0]; in vop3_post_acm_config()
2325 lut_h = &acm->delta_lut_h[ACM_DELTA_LUT_H_LENGTH]; in vop3_post_acm_config()
2326 lut_s = &acm->delta_lut_h[ACM_DELTA_LUT_H_LENGTH * 2]; in vop3_post_acm_config()
2375 struct acm_data *acm = &conn_state->disp_info->acm_data; in vop3_post_csc_config() local
2391 if (acm->acm_enable) { in vop3_post_csc_config()