Searched refs:acm (Results 1 – 2 of 2) sorted by relevance
2278 struct acm_data *acm = &conn_state->disp_info->acm_data; in vop3_post_acm_config() local2289 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()[all …]
102 korat powerpc ppc4xx 5043045d 2015-03-17 Larry Johnson <lrj@acm.org>