Home
last modified time | relevance | path

Searched refs:rgam_lut_mode (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn10/
Ddcn10_hw_sequencer_debug.c364 (s.rgam_lut_mode == 0) ? "Bypass" : in dcn10_get_cm_states()
365 ((s.rgam_lut_mode == 1) ? "sRGB" : in dcn10_get_cm_states()
366 ((s.rgam_lut_mode == 2) ? "Ycc" : in dcn10_get_cm_states()
367 ((s.rgam_lut_mode == 3) ? "RAM" : in dcn10_get_cm_states()
368 ((s.rgam_lut_mode == 4) ? "RAM" : in dcn10_get_cm_states()
Ddcn10_dpp.c108 CM_RGAM_LUT_MODE, &s->rgam_lut_mode); in dpp_read_state()
Ddcn10_hw_sequencer.c310 (s.rgam_lut_mode == 0) ? "Bypass" : in dcn10_log_hw_state()
311 ((s.rgam_lut_mode == 1) ? "sRGB" : in dcn10_log_hw_state()
312 ((s.rgam_lut_mode == 2) ? "Ycc" : in dcn10_log_hw_state()
313 ((s.rgam_lut_mode == 3) ? "RAM" : in dcn10_log_hw_state()
314 ((s.rgam_lut_mode == 4) ? "RAM" : in dcn10_log_hw_state()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/inc/hw/
Ddpp.h106 uint32_t rgam_lut_mode; member