Searched refs:lb_request_fifo_depth (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
1266 lb_request_fifo_depth = 4;
1268 lb_request_fifo_depth = request_fifo_depth;
1277 max_req = lb_request_fifo_depth - 1;
1279 max_req = lb_request_fifo_depth;
1349 if ((2 + lb_request_fifo_depth) >= request_fifo_depth)
1352 tolerable_latency = line_time - (request_fifo_depth - lb_request_fifo_depth - 2) * chunk_time;

Completed in 3 milliseconds