Searched refs:rgam_lut_mode (Results 1 – 8 of 8) sorted by relevance
365 (s.rgam_lut_mode == 0) ? "Bypass" : in dcn10_get_cm_states()366 ((s.rgam_lut_mode == 1) ? "sRGB" : in dcn10_get_cm_states()367 ((s.rgam_lut_mode == 2) ? "Ycc" : in dcn10_get_cm_states()368 ((s.rgam_lut_mode == 3) ? "RAM" : in dcn10_get_cm_states()369 ((s.rgam_lut_mode == 4) ? "RAM" : in dcn10_get_cm_states()
47 uint32_t gamcor_lut_mode, rgam_lut_mode; in dpp30_read_state() local78 REG_GET(CM_BLNDGAM_CONTROL, CM_BLNDGAM_MODE_CURRENT, &s->rgam_lut_mode); in dpp30_read_state()79 if (s->rgam_lut_mode) { in dpp30_read_state()80 REG_GET(CM_BLNDGAM_CONTROL, CM_BLNDGAM_SELECT_CURRENT, &rgam_lut_mode); in dpp30_read_state()81 if (!rgam_lut_mode) in dpp30_read_state()82 s->rgam_lut_mode = LUT_RAM_A; // Otherwise, LUT_RAM_B in dpp30_read_state()
180 uint32_t rgam_lut_mode; member
74 CM_BLNDGAM_CONFIG_STATUS, &s->rgam_lut_mode); in dpp20_read_state()
108 CM_RGAM_LUT_MODE, &s->rgam_lut_mode); in dpp_read_state()
122 (s.rgam_lut_mode == 0) ? "Bypass" : in dcn30_log_color_state()123 ((s.rgam_lut_mode == 1) ? "RAM A" : in dcn30_log_color_state()
327 (s.rgam_lut_mode == 0) ? "Bypass" : in dcn10_log_color_state()328 ((s.rgam_lut_mode == 1) ? "sRGB" : in dcn10_log_color_state()329 ((s.rgam_lut_mode == 2) ? "Ycc" : in dcn10_log_color_state()330 ((s.rgam_lut_mode == 3) ? "RAM" : in dcn10_log_color_state()331 ((s.rgam_lut_mode == 4) ? "RAM" : in dcn10_log_color_state()
116 (s.rgam_lut_mode == 1) ? "RAM A" : in dcn20_log_color_state()117 ((s.rgam_lut_mode == 1) ? "RAM B" : "Bypass"), in dcn20_log_color_state()