/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;
|
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;
|
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;
|