Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn10/
H A Damdgpu_dcn10_hw_sequencer_debug.c358 (s.igam_lut_mode == 0) ? "BypassFixed" : in dcn10_get_cm_states()
359 ((s.igam_lut_mode == 1) ? "BypassFloat" : in dcn10_get_cm_states()
360 ((s.igam_lut_mode == 2) ? "RAM" : in dcn10_get_cm_states()
361 ((s.igam_lut_mode == 3) ? "RAM" : in dcn10_get_cm_states()
H A Damdgpu_dcn10_dpp.c107 CM_IGAM_LUT_MODE, &s->igam_lut_mode); in dpp_read_state()
H A Damdgpu_dcn10_hw_sequencer.c302 (s.igam_lut_mode == 0) ? "BypassFixed" : in dcn10_log_hw_state()
303 ((s.igam_lut_mode == 1) ? "BypassFloat" : in dcn10_log_hw_state()
304 ((s.igam_lut_mode == 2) ? "RAM" : in dcn10_log_hw_state()
305 ((s.igam_lut_mode == 3) ? "RAM" : in dcn10_log_hw_state()
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/inc/hw/
H A Ddpp.h105 uint32_t igam_lut_mode; member