Home
last modified time | relevance | path

Searched refs:state_mode (Results 1 – 6 of 6) sorted by relevance

/drivers/gpu/drm/amd/display/dc/dcn30/
Ddcn30_dwb_cm.c150 uint32_t state_mode; in dwb3_get_ogam_current() local
154 DWB_OGAM_MODE_CURRENT, &state_mode, in dwb3_get_ogam_current()
157 if (state_mode == 0) { in dwb3_get_ogam_current()
159 } else if (state_mode == 2) { in dwb3_get_ogam_current()
Ddcn30_dpp_cm.c60 uint32_t state_mode; in dpp30_get_gamcor_current() local
65 CM_GAMCOR_MODE_CURRENT, &state_mode); in dpp30_get_gamcor_current()
67 if (state_mode == 0) in dpp30_get_gamcor_current()
70 if (state_mode == 2) {//Programmable RAM LUT in dpp30_get_gamcor_current()
Ddcn30_mpc.c108 uint32_t state_mode; in mpc3_get_ogam_current() local
113 MPCC_OGAM_MODE_CURRENT, &state_mode, in mpc3_get_ogam_current()
116 switch (state_mode) { in mpc3_get_ogam_current()
439 uint32_t state_mode; in mpc3_get_shaper_current() local
443 MPC_RMU_SHAPER_LUT_MODE_CURRENT, &state_mode); in mpc3_get_shaper_current()
445 switch (state_mode) { in mpc3_get_shaper_current()
Ddcn30_dpp.c771 uint32_t state_mode; in dpp3_get_shaper_current() local
775 CM_SHAPER_MODE_CURRENT, &state_mode); in dpp3_get_shaper_current()
777 switch (state_mode) { in dpp3_get_shaper_current()
/drivers/gpu/drm/amd/display/dc/dcn20/
Ddcn20_dpp_cm.c444 uint32_t state_mode; in dpp20_get_blndgam_current() local
448 CM_BLNDGAM_CONFIG_STATUS, &state_mode); in dpp20_get_blndgam_current()
450 switch (state_mode) { in dpp20_get_blndgam_current()
537 uint32_t state_mode; in dpp20_get_shaper_current() local
541 CM_SHAPER_CONFIG_STATUS, &state_mode); in dpp20_get_shaper_current()
543 switch (state_mode) { in dpp20_get_shaper_current()
Ddcn20_mpc.c299 uint32_t state_mode; in mpc20_get_ogam_current() local
303 MPCC_OGAM_CONFIG_STATUS, &state_mode); in mpc20_get_ogam_current()
305 switch (state_mode) { in mpc20_get_ogam_current()