Searched refs:next_mode (Results 1 - 10 of 10) sorted by relevance

/linux-master/drivers/gpu/drm/amd/display/dc/dcn30/
H A Ddcn30_dpp_cm.c219 enum dc_lut_mode next_mode; local
236 next_mode = LUT_RAM_B;
238 next_mode = LUT_RAM_A;
241 dpp3_configure_gamcor_lut(dpp_base, next_mode == LUT_RAM_A);
243 if (next_mode == LUT_RAM_B) {
296 next_mode == LUT_RAM_A);
299 REG_UPDATE(CM_GAMCOR_CONTROL, CM_GAMCOR_SELECT, next_mode == LUT_RAM_A ? 0:1);
H A Ddcn30_dwb_cm.c239 enum dc_lut_mode next_mode; local
253 next_mode = LUT_RAM_B;
255 next_mode = LUT_RAM_A;
257 dwb3_configure_ogam_lut(dwbc30, next_mode == LUT_RAM_A);
259 if (next_mode == LUT_RAM_A)
267 REG_UPDATE(DWB_OGAM_CONTROL, DWB_OGAM_SELECT, next_mode == LUT_RAM_A ? 0 : 1);
H A Ddcn30_mpc.c330 enum dc_lut_mode next_mode; local
347 next_mode = LUT_RAM_A;
349 next_mode = LUT_RAM_B;
351 next_mode = LUT_RAM_A;
354 mpc3_configure_ogam_lut(mpc, mpcc_id, next_mode == LUT_RAM_A);
356 if (next_mode == LUT_RAM_A)
366 MPCC_OGAM_SELECT, next_mode == LUT_RAM_A ? 0:1);
852 enum dc_lut_mode next_mode; local
867 next_mode = LUT_RAM_B;
869 next_mode
[all...]
H A Ddcn30_dpp.c787 enum dc_lut_mode next_mode; local
799 next_mode = LUT_RAM_A;
801 next_mode = LUT_RAM_B;
804 dpp3_configure_blnd_lut(dpp_base, next_mode == LUT_RAM_A);
806 if (next_mode == LUT_RAM_A)
816 CM_BLNDGAM_SELECT, next_mode == LUT_RAM_A ? 0 : 1);
1200 enum dc_lut_mode next_mode; local
1217 next_mode = LUT_RAM_B;
1219 next_mode = LUT_RAM_A;
1221 dpp3_configure_shaper_lut(dpp_base, next_mode
[all...]
/linux-master/drivers/gpu/drm/amd/display/dc/dcn20/
H A Ddcn20_mpc.c405 enum dc_lut_mode next_mode)
424 next_mode == LUT_RAM_A ? 1:2);
433 enum dc_lut_mode next_mode; local
448 next_mode = LUT_RAM_B;
450 next_mode = LUT_RAM_A;
453 mpc20_configure_ogam_lut(mpc, mpcc_id, next_mode == LUT_RAM_A);
455 if (next_mode == LUT_RAM_A)
460 apply_DEDCN20_305_wa(mpc, mpcc_id, current_mode, next_mode);
466 next_mode == LUT_RAM_A ? 1:2);
403 apply_DEDCN20_305_wa(struct mpc *mpc, int mpcc_id, enum dc_lut_mode current_mode, enum dc_lut_mode next_mode) argument
H A Ddcn20_dpp_cm.c526 enum dc_lut_mode next_mode; local
535 next_mode = LUT_RAM_B;
537 next_mode = LUT_RAM_A;
540 dpp20_configure_blnd_lut(dpp_base, next_mode == LUT_RAM_A);
542 if (next_mode == LUT_RAM_A)
551 next_mode == LUT_RAM_A ? 1:2);
936 enum dc_lut_mode next_mode; local
947 next_mode = LUT_RAM_B;
949 next_mode = LUT_RAM_A;
951 dpp20_configure_shaper_lut(dpp_base, next_mode
[all...]
/linux-master/drivers/gpu/drm/amd/display/dc/dcn32/
H A Ddcn32_mpc.c267 enum dc_lut_mode next_mode; local
279 next_mode = LUT_RAM_A;
281 next_mode = LUT_RAM_B;
284 mpc32_configure_post1dlut(mpc, mpcc_id, next_mode == LUT_RAM_A);
286 if (next_mode == LUT_RAM_A)
296 MPCC_MCM_1DLUT_SELECT, next_mode == LUT_RAM_A ? 0 : 1);
714 enum dc_lut_mode next_mode; local
729 next_mode = LUT_RAM_B;
731 next_mode = LUT_RAM_A;
733 mpc32_configure_shaper_lut(mpc, next_mode
[all...]
/linux-master/drivers/gpu/drm/rockchip/
H A Drk3066_hdmi.c112 u8 current_mode, next_mode; local
125 next_mode = current_mode / 2;
128 next_mode = HDMI_SYS_POWER_MODE_A;
130 next_mode = current_mode * 2;
133 DRM_DEV_DEBUG(hdmi->dev, "%d: next_mode :%d\n", i, next_mode);
135 if (next_mode != HDMI_SYS_POWER_MODE_D) {
137 HDMI_SYS_POWER_MODE_MASK, next_mode);
150 current_mode = next_mode;
152 } while ((next_mode !
[all...]
/linux-master/drivers/net/wireless/ath/ath6kl/
H A Dcfg80211.c601 vif->nw_type = vif->next_mode;
1229 if (vif->next_mode == AP_NETWORK && key_type == WEP_CRYPT &&
1355 if (vif->next_mode == AP_NETWORK && !test_bit(CONNECTED, &vif->flags))
1600 vif->next_mode = INFRA_NETWORK;
1603 vif->next_mode = ADHOC_NETWORK;
1607 vif->next_mode = AP_NETWORK;
1665 vif->nw_type = vif->next_mode;
2780 if (vif->next_mode != AP_NETWORK)
2889 vif->nw_type = vif->next_mode;
2964 if (vif->next_mode !
[all...]
H A Dcore.h617 u8 next_mode; member in struct:ath6kl_vif

Completed in 384 milliseconds