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

/freebsd-11-stable/sys/dev/drm2/radeon/
H A Drs690.c237 fixed20_12 pclk, request_fifo_depth, tolerable_latency, estimated_width; local
370 tolerable_latency.full = line_time.full;
372 tolerable_latency.full = dfixed_const(wm->lb_request_fifo_depth - 2);
373 tolerable_latency.full = request_fifo_depth.full - tolerable_latency.full;
374 tolerable_latency.full = dfixed_mul(tolerable_latency, chunk_time);
375 tolerable_latency.full = line_time.full - tolerable_latency.full;
389 estimated_width.full = tolerable_latency
[all...]
H A Drv515.c946 fixed20_12 pclk, request_fifo_depth, tolerable_latency, estimated_width; local
1050 tolerable_latency.full = line_time.full;
1052 tolerable_latency.full = dfixed_const(wm->lb_request_fifo_depth - 2);
1053 tolerable_latency.full = request_fifo_depth.full - tolerable_latency.full;
1054 tolerable_latency.full = dfixed_mul(tolerable_latency, chunk_time);
1055 tolerable_latency.full = line_time.full - tolerable_latency.full;
1069 estimated_width.full = tolerable_latency
[all...]

Completed in 155 milliseconds