Searched refs:edp_max_bpp_x16 (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/sys/dev/pci/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.c5867 u32 edp_min_bpp_x16, edp_max_bpp_x16; local
5879 edp_max_bpp_x16 = 8 * 16;
5881 if (edp_max_bpp_x16 > dsc_caps->edp_max_bits_per_pixel)
5882 edp_max_bpp_x16 = dsc_caps->edp_max_bits_per_pixel;
5884 if (edp_max_bpp_x16 < edp_min_bpp_x16)
5885 edp_min_bpp_x16 = edp_max_bpp_x16;
5889 edp_min_bpp_x16, edp_max_bpp_x16,
5905 stream->timing.dsc_cfg.bits_per_pixel = edp_max_bpp_x16;

Completed in 191 milliseconds