Searched refs:rgam_lut_mode (Results 1 - 8 of 8) sorted by relevance

/linux-master/drivers/gpu/drm/amd/display/dc/dcn10/
H A Ddcn10_hw_sequencer_debug.c365 (s.rgam_lut_mode == 0) ? "Bypass" :
366 ((s.rgam_lut_mode == 1) ? "sRGB" :
367 ((s.rgam_lut_mode == 2) ? "Ycc" :
368 ((s.rgam_lut_mode == 3) ? "RAM" :
369 ((s.rgam_lut_mode == 4) ? "RAM" :
H A Ddcn10_dpp.c108 CM_RGAM_LUT_MODE, &s->rgam_lut_mode);
/linux-master/drivers/gpu/drm/amd/display/dc/inc/hw/
H A Ddpp.h168 uint32_t rgam_lut_mode; member in struct:dcn_dpp_state
/linux-master/drivers/gpu/drm/amd/display/dc/dcn30/
H A Ddcn30_dpp.c47 uint32_t gamcor_lut_mode, rgam_lut_mode; local
78 CM_BLNDGAM_MODE_CURRENT, &s->rgam_lut_mode);
79 if (s->rgam_lut_mode){
80 REG_GET(CM_BLNDGAM_CONTROL, CM_BLNDGAM_SELECT_CURRENT, &rgam_lut_mode);
81 if (!rgam_lut_mode)
82 s->rgam_lut_mode = LUT_RAM_A; // Otherwise, LUT_RAM_B
/linux-master/drivers/gpu/drm/amd/display/dc/dcn20/
H A Ddcn20_dpp.c74 CM_BLNDGAM_CONFIG_STATUS, &s->rgam_lut_mode);
/linux-master/drivers/gpu/drm/amd/display/dc/hwss/dcn30/
H A Ddcn30_hwseq.c122 (s.rgam_lut_mode == 0) ? "Bypass" :
123 ((s.rgam_lut_mode == 1) ? "RAM A" :
/linux-master/drivers/gpu/drm/amd/display/dc/hwss/dcn10/
H A Ddcn10_hwseq.c326 (s.rgam_lut_mode == 0) ? "Bypass" :
327 ((s.rgam_lut_mode == 1) ? "sRGB" :
328 ((s.rgam_lut_mode == 2) ? "Ycc" :
329 ((s.rgam_lut_mode == 3) ? "RAM" :
330 ((s.rgam_lut_mode == 4) ? "RAM" :
/linux-master/drivers/gpu/drm/amd/display/dc/hwss/dcn20/
H A Ddcn20_hwseq.c116 (s.rgam_lut_mode == 1) ? "RAM A" :
117 ((s.rgam_lut_mode == 1) ? "RAM B" : "Bypass"),

Completed in 166 milliseconds