/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 434 tolerable_latency.full = line_time.full; 436 tolerable_latency.full = dfixed_const(wm->lb_request_fifo_depth - 2); 437 tolerable_latency.full = request_fifo_depth.full - tolerable_latency.full; 438 tolerable_latency.full = dfixed_mul(tolerable_latency, chunk_time); 439 tolerable_latency.full = line_time.full - tolerable_latency.full; 453 estimated_width.full = tolerable_latency.full - wm->worst_case_latency.full [all...] |
radeon_rv515.c | 967 fixed20_12 pclk, request_fifo_depth, tolerable_latency, estimated_width; local in function:rv515_crtc_bandwidth_compute 1085 tolerable_latency.full = line_time.full; 1087 tolerable_latency.full = dfixed_const(wm->lb_request_fifo_depth - 2); 1088 tolerable_latency.full = request_fifo_depth.full - tolerable_latency.full; 1089 tolerable_latency.full = dfixed_mul(tolerable_latency, chunk_time); 1090 tolerable_latency.full = line_time.full - tolerable_latency.full; 1104 estimated_width.full = tolerable_latency.full - wm->worst_case_latency.full [all...] |
radeon_rs690.c | 284 fixed20_12 pclk, request_fifo_depth, tolerable_latency, estimated_width; local in function:rs690_crtc_bandwidth_compute 434 tolerable_latency.full = line_time.full; 436 tolerable_latency.full = dfixed_const(wm->lb_request_fifo_depth - 2); 437 tolerable_latency.full = request_fifo_depth.full - tolerable_latency.full; 438 tolerable_latency.full = dfixed_mul(tolerable_latency, chunk_time); 439 tolerable_latency.full = line_time.full - tolerable_latency.full; 453 estimated_width.full = tolerable_latency.full - wm->worst_case_latency.full [all...] |
radeon_rv515.c | 967 fixed20_12 pclk, request_fifo_depth, tolerable_latency, estimated_width; local in function:rv515_crtc_bandwidth_compute 1085 tolerable_latency.full = line_time.full; 1087 tolerable_latency.full = dfixed_const(wm->lb_request_fifo_depth - 2); 1088 tolerable_latency.full = request_fifo_depth.full - tolerable_latency.full; 1089 tolerable_latency.full = dfixed_mul(tolerable_latency, chunk_time); 1090 tolerable_latency.full = line_time.full - tolerable_latency.full; 1104 estimated_width.full = tolerable_latency.full - wm->worst_case_latency.full [all...] |