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

/linux-4.1.27/drivers/gpu/drm/radeon/
H A Drs690.c268 fixed20_12 pclk, request_fifo_depth, tolerable_latency, estimated_width; rs690_crtc_bandwidth_compute() local
302 request_fifo_depth.full = dfixed_mul(a, wm->num_line_pair); rs690_crtc_bandwidth_compute()
303 request_fifo_depth.full = dfixed_ceil(request_fifo_depth); rs690_crtc_bandwidth_compute()
307 wm->lb_request_fifo_depth = dfixed_trunc(request_fifo_depth); rs690_crtc_bandwidth_compute()
417 if ((2+wm->lb_request_fifo_depth) >= dfixed_trunc(request_fifo_depth)) { rs690_crtc_bandwidth_compute()
421 tolerable_latency.full = request_fifo_depth.full - tolerable_latency.full; rs690_crtc_bandwidth_compute()
H A Drv515.c960 fixed20_12 pclk, request_fifo_depth, tolerable_latency, estimated_width; rv515_crtc_bandwidth_compute() local
991 request_fifo_depth.full = dfixed_mul(a, wm->num_line_pair); rv515_crtc_bandwidth_compute()
992 request_fifo_depth.full = dfixed_ceil(request_fifo_depth); rv515_crtc_bandwidth_compute()
996 wm->lb_request_fifo_depth = dfixed_trunc(request_fifo_depth); rv515_crtc_bandwidth_compute()
1077 if ((2+wm->lb_request_fifo_depth) >= dfixed_trunc(request_fifo_depth)) { rv515_crtc_bandwidth_compute()
1081 tolerable_latency.full = request_fifo_depth.full - tolerable_latency.full; rv515_crtc_bandwidth_compute()

Completed in 98 milliseconds