Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/drm2/radeon/
HDrs690.c237 fixed20_12 pclk, request_fifo_depth, tolerable_latency, estimated_width; in rs690_crtc_bandwidth_compute() local
254 request_fifo_depth.full = dfixed_mul(a, wm->num_line_pair); in rs690_crtc_bandwidth_compute()
255 request_fifo_depth.full = dfixed_ceil(request_fifo_depth); in rs690_crtc_bandwidth_compute()
259 wm->lb_request_fifo_depth = dfixed_trunc(request_fifo_depth); in rs690_crtc_bandwidth_compute()
369 if ((2+wm->lb_request_fifo_depth) >= dfixed_trunc(request_fifo_depth)) { in rs690_crtc_bandwidth_compute()
373 tolerable_latency.full = request_fifo_depth.full - tolerable_latency.full; in rs690_crtc_bandwidth_compute()
HDrv515.c946 fixed20_12 pclk, request_fifo_depth, tolerable_latency, estimated_width; in rv515_crtc_bandwidth_compute() local
963 request_fifo_depth.full = dfixed_mul(a, wm->num_line_pair); in rv515_crtc_bandwidth_compute()
964 request_fifo_depth.full = dfixed_ceil(request_fifo_depth); in rv515_crtc_bandwidth_compute()
968 wm->lb_request_fifo_depth = dfixed_trunc(request_fifo_depth); in rv515_crtc_bandwidth_compute()
1049 if ((2+wm->lb_request_fifo_depth) >= dfixed_trunc(request_fifo_depth)) { in rv515_crtc_bandwidth_compute()
1053 tolerable_latency.full = request_fifo_depth.full - tolerable_latency.full; in rv515_crtc_bandwidth_compute()