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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/gpu/drm/radeon/
H A Drs690.c233 fixed20_12 pclk, request_fifo_depth, tolerable_latency, estimated_width; local
249 request_fifo_depth.full = dfixed_mul(a, wm->num_line_pair);
250 request_fifo_depth.full = dfixed_ceil(request_fifo_depth);
254 wm->lb_request_fifo_depth = dfixed_trunc(request_fifo_depth);
362 if ((2+wm->lb_request_fifo_depth) >= dfixed_trunc(request_fifo_depth)) {
366 tolerable_latency.full = request_fifo_depth.full - tolerable_latency.full;
H A Drv515.c789 fixed20_12 pclk, request_fifo_depth, tolerable_latency, estimated_width; local
805 request_fifo_depth.full = dfixed_mul(a, wm->num_line_pair);
806 request_fifo_depth.full = dfixed_ceil(request_fifo_depth);
810 wm->lb_request_fifo_depth = dfixed_trunc(request_fifo_depth);
891 if ((2+wm->lb_request_fifo_depth) >= dfixed_trunc(request_fifo_depth)) {
895 tolerable_latency.full = request_fifo_depth.full - tolerable_latency.full;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/gpu/drm/radeon/
H A Drs690.c233 fixed20_12 pclk, request_fifo_depth, tolerable_latency, estimated_width; local
249 request_fifo_depth.full = dfixed_mul(a, wm->num_line_pair);
250 request_fifo_depth.full = dfixed_ceil(request_fifo_depth);
254 wm->lb_request_fifo_depth = dfixed_trunc(request_fifo_depth);
362 if ((2+wm->lb_request_fifo_depth) >= dfixed_trunc(request_fifo_depth)) {
366 tolerable_latency.full = request_fifo_depth.full - tolerable_latency.full;
H A Drv515.c789 fixed20_12 pclk, request_fifo_depth, tolerable_latency, estimated_width; local
805 request_fifo_depth.full = dfixed_mul(a, wm->num_line_pair);
806 request_fifo_depth.full = dfixed_ceil(request_fifo_depth);
810 wm->lb_request_fifo_depth = dfixed_trunc(request_fifo_depth);
891 if ((2+wm->lb_request_fifo_depth) >= dfixed_trunc(request_fifo_depth)) {
895 tolerable_latency.full = request_fifo_depth.full - tolerable_latency.full;

Completed in 123 milliseconds