Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/amd/display/dc/inc/hw/
Ddpp.h51 uint32_t rgam_lut_mode; member
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/dcn10/
Ddcn10_dpp.c113 CM_RGAM_LUT_MODE, &s->rgam_lut_mode); in dpp_read_state()
Ddcn10_hw_sequencer.c266 (s.rgam_lut_mode == 0) ? "Bypass" : in dcn10_log_hw_state()
267 ((s.rgam_lut_mode == 1) ? "sRGB" : in dcn10_log_hw_state()
268 ((s.rgam_lut_mode == 2) ? "Ycc" : in dcn10_log_hw_state()
269 ((s.rgam_lut_mode == 3) ? "RAM" : in dcn10_log_hw_state()
270 ((s.rgam_lut_mode == 4) ? "RAM" : in dcn10_log_hw_state()