Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dsc/
H A Damdgpu_dc_dsc.c119 static bool dsc_line_buff_depth_from_dpcd(int dpcd_line_buff_bit_depth, int *line_buff_bit_depth) in dsc_line_buff_depth_from_dpcd() argument
121 if (0 <= dpcd_line_buff_bit_depth && dpcd_line_buff_bit_depth <= 7) in dsc_line_buff_depth_from_dpcd()
122 *line_buff_bit_depth = dpcd_line_buff_bit_depth + 9; in dsc_line_buff_depth_from_dpcd()
123 else if (dpcd_line_buff_bit_depth == 8) in dsc_line_buff_depth_from_dpcd()