Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dpp/dcn30/
H A Ddcn30_dpp.c47 uint32_t gamcor_lut_mode, rgam_lut_mode; in dpp30_read_state() local
78 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()
/linux/drivers/gpu/drm/amd/display/dc/inc/hw/
H A Ddpp.h180 uint32_t rgam_lut_mode; member
/linux/drivers/gpu/drm/amd/display/dc/dpp/dcn20/
H A Ddcn20_dpp.c74 CM_BLNDGAM_CONFIG_STATUS, &s->rgam_lut_mode); in dpp20_read_state()
/linux/drivers/gpu/drm/amd/display/dc/dpp/dcn10/
H A Ddcn10_dpp.c108 CM_RGAM_LUT_MODE, &s->rgam_lut_mode); in dpp_read_state()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn30/
H A Ddcn30_hwseq.c122 (s.rgam_lut_mode == 0) ? "Bypass" : in dcn30_log_color_state()
123 ((s.rgam_lut_mode == 1) ? "RAM A" : in dcn30_log_color_state()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn20/
H A Ddcn20_hwseq.c116 (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()