HomeSort by: relevance | last modified time | path
    Searched defs:pixel_depth (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce110/
amdgpu_dce110_transform_v.c 639 int pixel_depth = 0; local in function:dce110_xfmv_set_pixel_storage_depth
645 pixel_depth = 2;
649 pixel_depth = 1;
653 pixel_depth = 0;
657 pixel_depth = 3;
673 pixel_depth,
675 PIXEL_DEPTH);
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn10/
amdgpu_dcn10_dpp_dscl.c 214 uint32_t pixel_depth = dpp1_dscl_get_pixel_depth_val(lb_params->depth); local in function:dpp1_dscl_set_lb
218 PIXEL_DEPTH, pixel_depth, /* Pixel depth stored in LB */
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce/
amdgpu_dce_transform.c 758 int pixel_depth, expan_mode; local in function:dce_transform_set_pixel_storage_depth
764 pixel_depth = 2;
769 pixel_depth = 1;
774 pixel_depth = 0;
779 pixel_depth = 3;
784 pixel_depth = 0;
794 PIXEL_DEPTH, pixel_depth,

Completed in 15 milliseconds