Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/amd/display/dc/inc/hw/
Ddpp.h48 uint32_t igam_lut_mode; member
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/dcn10/
Ddcn10_dpp.c107 CM_IGAM_LUT_MODE, &s->igam_lut_mode); in dpp_read_state()
Ddcn10_hw_sequencer.c255 (s.igam_lut_mode == 0) ? "BypassFixed" : in dcn10_log_hw_state()
256 ((s.igam_lut_mode == 1) ? "BypassFloat" : in dcn10_log_hw_state()
257 ((s.igam_lut_mode == 2) ? "RAM" : in dcn10_log_hw_state()
258 ((s.igam_lut_mode == 3) ? "RAM" : in dcn10_log_hw_state()