Home
last modified time | relevance | path

Searched refs:next_mode (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/mpc/dcn20/
H A Ddcn20_mpc.c408 enum dc_lut_mode next_mode) in apply_DEDCN20_305_wa() argument
427 next_mode == LUT_RAM_A ? 1:2); in apply_DEDCN20_305_wa()
436 enum dc_lut_mode next_mode; in mpc2_set_output_gamma() local
451 next_mode = LUT_RAM_B; 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()
463 apply_DEDCN20_305_wa(mpc, mpcc_id, current_mode, next_mode); in mpc2_set_output_gamma()
469 next_mode == LUT_RAM_A ? 1:2); in mpc2_set_output_gamma()
/linux/drivers/gpu/drm/amd/display/dc/dpp/dcn30/
H A Ddcn30_dpp_cm.c219 enum dc_lut_mode next_mode; in dpp3_program_gamcor_lut() local
236 next_mode = LUT_RAM_B; 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()
243 if (next_mode == LUT_RAM_B) { 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()
H A Ddcn30_dpp.c805 enum dc_lut_mode next_mode; in dpp3_program_blnd_lut() local
816 next_mode = LUT_RAM_A; in dpp3_program_blnd_lut()
818 next_mode = LUT_RAM_B; 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()
1217 enum dc_lut_mode next_mode; in dpp3_program_shaper() local
1233 next_mode = LUT_RAM_B; in dpp3_program_shaper()
1235 next_mode = LUT_RAM_A; in dpp3_program_shaper()
1237 dpp3_configure_shaper_lut(dpp_base, next_mode == LUT_RAM_A); in dpp3_program_shaper()
[all …]
/linux/drivers/gpu/drm/amd/display/dc/dwb/dcn30/
H A Ddcn30_dwb_cm.c239 enum dc_lut_mode next_mode; in dwb3_program_ogam_lut() local
253 next_mode = LUT_RAM_B; 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()
/linux/drivers/gpu/drm/amd/display/dc/dpp/dcn20/
H A Ddcn20_dpp_cm.c526 enum dc_lut_mode next_mode; in dpp20_program_blnd_lut() local
535 next_mode = LUT_RAM_B; 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()
936 enum dc_lut_mode next_mode; in dpp20_program_shaper() local
947 next_mode = LUT_RAM_B; 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 …]
/linux/drivers/gpu/drm/amd/display/dc/mpc/dcn32/
H A Ddcn32_mpc.c267 enum dc_lut_mode next_mode; in mpc32_program_post1dlut() local
279 next_mode = LUT_RAM_A; in mpc32_program_post1dlut()
281 next_mode = LUT_RAM_B; 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()
718 enum dc_lut_mode next_mode; in mpc32_program_shaper() local
732 next_mode = LUT_RAM_B; 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()
[all …]
/linux/drivers/net/wireless/ath/ath6kl/
H A Dcfg80211.c601 vif->nw_type = vif->next_mode; in ath6kl_cfg80211_connect()
1229 if (vif->next_mode == AP_NETWORK && key_type == WEP_CRYPT && in ath6kl_cfg80211_add_key()
1355 if (vif->next_mode == AP_NETWORK && !test_bit(CONNECTED, &vif->flags)) in ath6kl_cfg80211_set_default_key()
1604 vif->next_mode = INFRA_NETWORK; in ath6kl_cfg80211_change_iface()
1607 vif->next_mode = ADHOC_NETWORK; in ath6kl_cfg80211_change_iface()
1611 vif->next_mode = AP_NETWORK; in ath6kl_cfg80211_change_iface()
1669 vif->nw_type = vif->next_mode; in ath6kl_cfg80211_join_ibss()
2784 if (vif->next_mode != AP_NETWORK) in ath6kl_start_ap()
2893 vif->nw_type = vif->next_mode; in ath6kl_start_ap()
2968 if (vif->next_mode != AP_NETWORK) in ath6kl_change_beacon()
[all …]
H A Dcore.h617 u8 next_mode; member