Searched refs:tolerable_latency (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
363 tolerable_latency.full = line_time.full;
365 tolerable_latency.full = dfixed_const(wm->lb_request_fifo_depth - 2);
366 tolerable_latency.full = request_fifo_depth.full - tolerable_latency.full;
367 tolerable_latency.full = dfixed_mul(tolerable_latency, chunk_time);
368 tolerable_latency.full = line_time.full - tolerable_latency.full;
382 estimated_width.full = tolerable_latency
[all...]
H A Drv515.c789 fixed20_12 pclk, request_fifo_depth, tolerable_latency, estimated_width; local
892 tolerable_latency.full = line_time.full;
894 tolerable_latency.full = dfixed_const(wm->lb_request_fifo_depth - 2);
895 tolerable_latency.full = request_fifo_depth.full - tolerable_latency.full;
896 tolerable_latency.full = dfixed_mul(tolerable_latency, chunk_time);
897 tolerable_latency.full = line_time.full - tolerable_latency.full;
911 estimated_width.full = tolerable_latency
[all...]
/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
363 tolerable_latency.full = line_time.full;
365 tolerable_latency.full = dfixed_const(wm->lb_request_fifo_depth - 2);
366 tolerable_latency.full = request_fifo_depth.full - tolerable_latency.full;
367 tolerable_latency.full = dfixed_mul(tolerable_latency, chunk_time);
368 tolerable_latency.full = line_time.full - tolerable_latency.full;
382 estimated_width.full = tolerable_latency
[all...]
H A Drv515.c789 fixed20_12 pclk, request_fifo_depth, tolerable_latency, estimated_width; local
892 tolerable_latency.full = line_time.full;
894 tolerable_latency.full = dfixed_const(wm->lb_request_fifo_depth - 2);
895 tolerable_latency.full = request_fifo_depth.full - tolerable_latency.full;
896 tolerable_latency.full = dfixed_mul(tolerable_latency, chunk_time);
897 tolerable_latency.full = line_time.full - tolerable_latency.full;
911 estimated_width.full = tolerable_latency
[all...]

Completed in 117 milliseconds