Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/amd/display/dc/dcn20/
Ddcn20_mpc.c367 enum dc_lut_mode next_mode) in apply_DEDCN20_305_wa() argument
386 next_mode == LUT_RAM_A ? 1:2); in apply_DEDCN20_305_wa()
395 enum dc_lut_mode next_mode; in mpc2_set_output_gamma() local
410 next_mode = LUT_RAM_B; in mpc2_set_output_gamma()
412 next_mode = LUT_RAM_A; in mpc2_set_output_gamma()
415 mpc20_configure_ogam_lut(mpc, mpcc_id, next_mode == LUT_RAM_A ? true:false); in mpc2_set_output_gamma()
417 if (next_mode == LUT_RAM_A) in mpc2_set_output_gamma()
422 apply_DEDCN20_305_wa(mpc, mpcc_id, current_mode, next_mode); in mpc2_set_output_gamma()
428 next_mode == LUT_RAM_A ? 1:2); in mpc2_set_output_gamma()
Ddcn20_dpp_cm.c319 enum dc_lut_mode next_mode; in dpp20_program_blnd_lut() local
328 next_mode = LUT_RAM_B; in dpp20_program_blnd_lut()
330 next_mode = LUT_RAM_A; in dpp20_program_blnd_lut()
333 dpp20_configure_blnd_lut(dpp_base, next_mode == LUT_RAM_A ? true:false); in dpp20_program_blnd_lut()
335 if (next_mode == LUT_RAM_A) in dpp20_program_blnd_lut()
344 next_mode == LUT_RAM_A ? 1:2); in dpp20_program_blnd_lut()
729 enum dc_lut_mode next_mode; in dpp20_program_shaper() local
740 next_mode = LUT_RAM_B; in dpp20_program_shaper()
742 next_mode = LUT_RAM_A; in dpp20_program_shaper()
744 dpp20_configure_shaper_lut(dpp_base, next_mode == LUT_RAM_A ? true:false); in dpp20_program_shaper()
[all …]
/Linux-v5.4/drivers/gpu/drm/rockchip/
Drk3066_hdmi.c102 u8 current_mode, next_mode; in rk3066_hdmi_set_power_mode() local
115 next_mode = current_mode / 2; in rk3066_hdmi_set_power_mode()
118 next_mode = HDMI_SYS_POWER_MODE_A; in rk3066_hdmi_set_power_mode()
120 next_mode = current_mode * 2; in rk3066_hdmi_set_power_mode()
123 DRM_DEV_DEBUG(hdmi->dev, "%d: next_mode :%d\n", i, next_mode); in rk3066_hdmi_set_power_mode()
125 if (next_mode != HDMI_SYS_POWER_MODE_D) { in rk3066_hdmi_set_power_mode()
127 HDMI_SYS_POWER_MODE_MASK, next_mode); in rk3066_hdmi_set_power_mode()
140 current_mode = next_mode; in rk3066_hdmi_set_power_mode()
142 } while ((next_mode != mode) && (i < 5)); in rk3066_hdmi_set_power_mode()
/Linux-v5.4/drivers/net/wireless/ath/ath6kl/
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()
1600 vif->next_mode = INFRA_NETWORK; in ath6kl_cfg80211_change_iface()
1603 vif->next_mode = ADHOC_NETWORK; in ath6kl_cfg80211_change_iface()
1607 vif->next_mode = AP_NETWORK; in ath6kl_cfg80211_change_iface()
1665 vif->nw_type = vif->next_mode; in ath6kl_cfg80211_join_ibss()
2780 if (vif->next_mode != AP_NETWORK) in ath6kl_start_ap()
2889 vif->nw_type = vif->next_mode; in ath6kl_start_ap()
2964 if (vif->next_mode != AP_NETWORK) in ath6kl_change_beacon()
[all …]
Dcore.h617 u8 next_mode; member