Searched refs:rgam_lut_mode (Results 1 – 4 of 4) 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()
108 CM_RGAM_LUT_MODE, &s->rgam_lut_mode); in dpp_read_state()
322 (s.rgam_lut_mode == 0) ? "Bypass" : in dcn10_log_hw_state()323 ((s.rgam_lut_mode == 1) ? "sRGB" : in dcn10_log_hw_state()324 ((s.rgam_lut_mode == 2) ? "Ycc" : in dcn10_log_hw_state()325 ((s.rgam_lut_mode == 3) ? "RAM" : in dcn10_log_hw_state()326 ((s.rgam_lut_mode == 4) ? "RAM" : in dcn10_log_hw_state()
143 uint32_t rgam_lut_mode; member