HomeSort by: relevance | last modified time | path
    Searched refs:atomColorDepth (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/bios/dce112/
amdgpu_command_table_helper2_dce112.c 337 uint8_t atomColorDepth = 0;
341 atomColorDepth = PIXEL_CLOCK_V7_DEEPCOLOR_RATIO_DIS;
344 atomColorDepth = PIXEL_CLOCK_V7_DEEPCOLOR_RATIO_5_4;
347 atomColorDepth = PIXEL_CLOCK_V7_DEEPCOLOR_RATIO_3_2;
350 atomColorDepth = PIXEL_CLOCK_V7_DEEPCOLOR_RATIO_2_1;
357 return atomColorDepth;
amdgpu_command_table_helper_dce112.c 337 uint8_t atomColorDepth = 0;
341 atomColorDepth = PIXEL_CLOCK_V7_DEEPCOLOR_RATIO_DIS;
344 atomColorDepth = PIXEL_CLOCK_V7_DEEPCOLOR_RATIO_5_4;
347 atomColorDepth = PIXEL_CLOCK_V7_DEEPCOLOR_RATIO_3_2;
350 atomColorDepth = PIXEL_CLOCK_V7_DEEPCOLOR_RATIO_2_1;
357 return atomColorDepth;

Completed in 11 milliseconds