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

/xsrc/external/mit/xf86-video-ati/dist/src/
H A Datombios_crtc.c1197 int num_line_pair, request_fifo_depth, lb_request_fifo_depth; local in function:RADEONInitDispBandwidthAVIVO
1253 num_line_pair = 2;
1255 num_line_pair = 1;
1258 num_line_pair = 2;
1260 num_line_pair = 1;
1264 request_fifo_depth = ceil(width/256) * num_line_pair;
1331 if (num_line_pair > 1)
1336 if (num_line_pair > 1)
1464 fill_rate = sclkfreq / dxbpp / num_line_pair;
1466 fill_rate = sclkfreq / num_line_pair;
[all...]

Completed in 3 milliseconds