Home
last modified time | relevance | path

Searched refs:degamma_lut_selection (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dcn30/
H A Ddcn30_dpp.c133 int degamma_lut_selection = 0; in dpp3_set_pre_degam() local
141 degamma_lut_selection = 0; in dpp3_set_pre_degam()
144 degamma_lut_selection = 4; in dpp3_set_pre_degam()
147 degamma_lut_selection = 5; in dpp3_set_pre_degam()
150 degamma_lut_selection = 6; in dpp3_set_pre_degam()
153 degamma_lut_selection = 1; in dpp3_set_pre_degam()
156 degamma_lut_selection = 2; in dpp3_set_pre_degam()
159 degamma_lut_selection = 3; in dpp3_set_pre_degam()
168 PRE_DEGAM_SELECT, degamma_lut_selection); in dpp3_set_pre_degam()
H A Ddcn30_dpp.h588 uint32_t degamma_lut_selection);