HomeSort by: relevance | last modified time | path
    Searched defs:request_fifo_depth (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_rs690.c 284 fixed20_12 pclk, request_fifo_depth, tolerable_latency, estimated_width; local in function:rs690_crtc_bandwidth_compute
318 request_fifo_depth.full = dfixed_mul(a, wm->num_line_pair);
319 request_fifo_depth.full = dfixed_ceil(request_fifo_depth);
323 wm->lb_request_fifo_depth = dfixed_trunc(request_fifo_depth);
433 if ((2+wm->lb_request_fifo_depth) >= dfixed_trunc(request_fifo_depth)) {
437 tolerable_latency.full = request_fifo_depth.full - tolerable_latency.full;
radeon_rv515.c 967 fixed20_12 pclk, request_fifo_depth, tolerable_latency, estimated_width; local in function:rv515_crtc_bandwidth_compute
998 request_fifo_depth.full = dfixed_mul(a, wm->num_line_pair);
999 request_fifo_depth.full = dfixed_ceil(request_fifo_depth);
1003 wm->lb_request_fifo_depth = dfixed_trunc(request_fifo_depth);
1084 if ((2+wm->lb_request_fifo_depth) >= dfixed_trunc(request_fifo_depth)) {
1088 tolerable_latency.full = request_fifo_depth.full - tolerable_latency.full;

Completed in 14 milliseconds