Searched refs:LUT_RAM_A (Results 1 – 9 of 9) sorted by relevance
509 mode = LUT_RAM_A; in dpp20_get_blndgam_current()534 if (current_mode == LUT_BYPASS || current_mode == LUT_RAM_A) in dpp20_program_blnd_lut()537 next_mode = LUT_RAM_A; in dpp20_program_blnd_lut()540 dpp20_configure_blnd_lut(dpp_base, next_mode == LUT_RAM_A); in dpp20_program_blnd_lut()542 if (next_mode == LUT_RAM_A) in dpp20_program_blnd_lut()551 next_mode == LUT_RAM_A ? 1:2); in dpp20_program_blnd_lut()602 mode = LUT_RAM_A; in dpp20_get_shaper_current()946 if (current_mode == LUT_BYPASS || current_mode == LUT_RAM_A) in dpp20_program_shaper()949 next_mode = LUT_RAM_A; in dpp20_program_shaper()951 dpp20_configure_shaper_lut(dpp_base, next_mode == LUT_RAM_A); in dpp20_program_shaper()[all …]
113 mode = LUT_RAM_A; in mpc32_get_post1dlut_current()279 next_mode = LUT_RAM_A; in mpc32_program_post1dlut()284 mpc32_configure_post1dlut(mpc, mpcc_id, next_mode == LUT_RAM_A); in mpc32_program_post1dlut()286 if (next_mode == LUT_RAM_A) in mpc32_program_post1dlut()296 MPCC_MCM_1DLUT_SELECT, next_mode == LUT_RAM_A ? 0 : 1); in mpc32_program_post1dlut()314 mode = LUT_RAM_A; in mpc32_get_shaper_current()731 if (current_mode == LUT_BYPASS || current_mode == LUT_RAM_A) in mpc32_program_shaper()734 next_mode = LUT_RAM_A; in mpc32_program_shaper()736 mpc32_configure_shaper_lut(mpc, next_mode == LUT_RAM_A, mpcc_id); in mpc32_program_shaper()738 if (next_mode == LUT_RAM_A) in mpc32_program_shaper()[all …]
161 mode = LUT_RAM_A; in dwb3_get_ogam_current()252 if (current_mode == LUT_BYPASS || current_mode == LUT_RAM_A) in dwb3_program_ogam_lut()255 next_mode = LUT_RAM_A; in dwb3_program_ogam_lut()257 dwb3_configure_ogam_lut(dwbc30, next_mode == LUT_RAM_A); in dwb3_program_ogam_lut()259 if (next_mode == LUT_RAM_A) in dwb3_program_ogam_lut()267 REG_UPDATE(DWB_OGAM_CONTROL, DWB_OGAM_SELECT, next_mode == LUT_RAM_A ? 0 : 1); in dwb3_program_ogam_lut()
63 s->gamcor_mode = LUT_RAM_A; // Otherwise, LUT_RAM_B in dpp30_read_state()82 s->rgam_lut_mode = LUT_RAM_A; // Otherwise, LUT_RAM_B in dpp30_read_state()789 mode = LUT_RAM_A; in dpp3_get_blndgam_current()816 next_mode = LUT_RAM_A; in dpp3_program_blnd_lut()821 dpp3_configure_blnd_lut(dpp_base, next_mode == LUT_RAM_A); in dpp3_program_blnd_lut()823 if (next_mode == LUT_RAM_A) in dpp3_program_blnd_lut()833 CM_BLNDGAM_SELECT, next_mode == LUT_RAM_A ? 0 : 1); in dpp3_program_blnd_lut()884 mode = LUT_RAM_A; in dpp3_get_shaper_current()1232 if (current_mode == LUT_BYPASS || current_mode == LUT_RAM_A) in dpp3_program_shaper()1235 next_mode = LUT_RAM_A; in dpp3_program_shaper()[all …]
69 mode = LUT_RAM_A; in dpp30_get_gamcor_current()235 if (current_mode == LUT_BYPASS || current_mode == LUT_RAM_A) in dpp3_program_gamcor_lut()238 next_mode = LUT_RAM_A; in dpp3_program_gamcor_lut()241 dpp3_configure_gamcor_lut(dpp_base, next_mode == LUT_RAM_A); in dpp3_program_gamcor_lut()296 next_mode == LUT_RAM_A); in dpp3_program_gamcor_lut()299 REG_UPDATE(CM_GAMCOR_CONTROL, CM_GAMCOR_SELECT, next_mode == LUT_RAM_A ? 0:1); in dpp3_program_gamcor_lut()
150 mode = LUT_RAM_A; in mpc3_get_ogam_current()364 next_mode = LUT_RAM_A; in mpc3_set_output_gamma()365 else if (current_mode == LUT_RAM_A) in mpc3_set_output_gamma()368 next_mode = LUT_RAM_A; in mpc3_set_output_gamma()371 mpc3_configure_ogam_lut(mpc, mpcc_id, next_mode == LUT_RAM_A); in mpc3_set_output_gamma()373 if (next_mode == LUT_RAM_A) in mpc3_set_output_gamma()383 MPCC_OGAM_SELECT, next_mode == LUT_RAM_A ? 0:1); in mpc3_set_output_gamma()460 mode = LUT_RAM_A; in mpc3_get_shaper_current()883 if (current_mode == LUT_BYPASS || current_mode == LUT_RAM_A) in mpc3_program_shaper()886 next_mode = LUT_RAM_A; in mpc3_program_shaper()[all …]
309 mode = LUT_RAM_A; in mpc20_get_ogam_current()427 next_mode == LUT_RAM_A ? 1:2); in apply_DEDCN20_305_wa()450 if (current_mode == LUT_BYPASS || current_mode == LUT_RAM_A) in mpc2_set_output_gamma()453 next_mode = LUT_RAM_A; in mpc2_set_output_gamma()456 mpc20_configure_ogam_lut(mpc, mpcc_id, next_mode == LUT_RAM_A); in mpc2_set_output_gamma()458 if (next_mode == LUT_RAM_A) in mpc2_set_output_gamma()469 next_mode == LUT_RAM_A ? 1:2); in mpc2_set_output_gamma()
87 mode = LUT_RAM_A; in get3dlut_config()113 const enum dc_lut_mode next_mode = lut_bank_a ? LUT_RAM_A : LUT_RAM_B; in mpc401_populate_lut()132 mpc32_configure_post1dlut(mpc, mpcc_id, next_mode == LUT_RAM_A); in mpc401_populate_lut()134 if (next_mode == LUT_RAM_A) in mpc401_populate_lut()149 mpc32_configure_shaper_lut(mpc, next_mode == LUT_RAM_A, mpcc_id); in mpc401_populate_lut()151 if (next_mode == LUT_RAM_A) in mpc401_populate_lut()
332 LUT_RAM_A, enumerator