Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/bios/dce112/
H A Damdgpu_command_table_helper_dce112.c337 uint8_t atomColorDepth = 0; in transmitter_color_depth_to_atom() local
341 atomColorDepth = PIXEL_CLOCK_V7_DEEPCOLOR_RATIO_DIS; in transmitter_color_depth_to_atom()
344 atomColorDepth = PIXEL_CLOCK_V7_DEEPCOLOR_RATIO_5_4; in transmitter_color_depth_to_atom()
347 atomColorDepth = PIXEL_CLOCK_V7_DEEPCOLOR_RATIO_3_2; in transmitter_color_depth_to_atom()
350 atomColorDepth = PIXEL_CLOCK_V7_DEEPCOLOR_RATIO_2_1; in transmitter_color_depth_to_atom()
357 return atomColorDepth; in transmitter_color_depth_to_atom()
H A Damdgpu_command_table_helper2_dce112.c337 uint8_t atomColorDepth = 0; in transmitter_color_depth_to_atom() local
341 atomColorDepth = PIXEL_CLOCK_V7_DEEPCOLOR_RATIO_DIS; in transmitter_color_depth_to_atom()
344 atomColorDepth = PIXEL_CLOCK_V7_DEEPCOLOR_RATIO_5_4; in transmitter_color_depth_to_atom()
347 atomColorDepth = PIXEL_CLOCK_V7_DEEPCOLOR_RATIO_3_2; in transmitter_color_depth_to_atom()
350 atomColorDepth = PIXEL_CLOCK_V7_DEEPCOLOR_RATIO_2_1; in transmitter_color_depth_to_atom()
357 return atomColorDepth; in transmitter_color_depth_to_atom()