Home
last modified time | relevance | path

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

/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/net/wireless/ath/ath6kl/
H A Dcore.h617 u8 next_mode; member