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

/freebsd-10.3-release/sys/dev/drm2/radeon/
H A Drs690.c237 fixed20_12 pclk, request_fifo_depth, tolerable_latency, estimated_width; local
254 request_fifo_depth.full = dfixed_mul(a, wm->num_line_pair);
255 request_fifo_depth.full = dfixed_ceil(request_fifo_depth);
259 wm->lb_request_fifo_depth = dfixed_trunc(request_fifo_depth);
369 if ((2+wm->lb_request_fifo_depth) >= dfixed_trunc(request_fifo_depth)) {
373 tolerable_latency.full = request_fifo_depth.full - tolerable_latency.full;
H A Drv515.c946 fixed20_12 pclk, request_fifo_depth, tolerable_latency, estimated_width; local
963 request_fifo_depth.full = dfixed_mul(a, wm->num_line_pair);
964 request_fifo_depth.full = dfixed_ceil(request_fifo_depth);
968 wm->lb_request_fifo_depth = dfixed_trunc(request_fifo_depth);
1049 if ((2+wm->lb_request_fifo_depth) >= dfixed_trunc(request_fifo_depth)) {
1053 tolerable_latency.full = request_fifo_depth.full - tolerable_latency.full;

Completed in 104 milliseconds