Home
last modified time | relevance | path

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

/drivers/gpu/drm/amd/display/dc/bios/dce112/
A Dcommand_table_helper2_dce112.c230 uint8_t atomColorDepth = 0; in transmitter_color_depth_to_atom() local
234 atomColorDepth = PIXEL_CLOCK_V7_DEEPCOLOR_RATIO_DIS; in transmitter_color_depth_to_atom()
237 atomColorDepth = PIXEL_CLOCK_V7_DEEPCOLOR_RATIO_5_4; in transmitter_color_depth_to_atom()
240 atomColorDepth = PIXEL_CLOCK_V7_DEEPCOLOR_RATIO_3_2; in transmitter_color_depth_to_atom()
243 atomColorDepth = PIXEL_CLOCK_V7_DEEPCOLOR_RATIO_2_1; in transmitter_color_depth_to_atom()
250 return atomColorDepth; in transmitter_color_depth_to_atom()
A Dcommand_table_helper_dce112.c228 uint8_t atomColorDepth = 0; in transmitter_color_depth_to_atom() local
232 atomColorDepth = PIXEL_CLOCK_V7_DEEPCOLOR_RATIO_DIS; in transmitter_color_depth_to_atom()
235 atomColorDepth = PIXEL_CLOCK_V7_DEEPCOLOR_RATIO_5_4; in transmitter_color_depth_to_atom()
238 atomColorDepth = PIXEL_CLOCK_V7_DEEPCOLOR_RATIO_3_2; in transmitter_color_depth_to_atom()
241 atomColorDepth = PIXEL_CLOCK_V7_DEEPCOLOR_RATIO_2_1; in transmitter_color_depth_to_atom()
248 return atomColorDepth; in transmitter_color_depth_to_atom()

Completed in 3 milliseconds