Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/radeon/
H A Drs690.c258 u32 lb_request_fifo_depth; member
285 wm->lb_request_fifo_depth = 4; in rs690_crtc_bandwidth_compute()
315 wm->lb_request_fifo_depth = 4; in rs690_crtc_bandwidth_compute()
317 wm->lb_request_fifo_depth = dfixed_trunc(request_fifo_depth); in rs690_crtc_bandwidth_compute()
427 if ((2+wm->lb_request_fifo_depth) >= dfixed_trunc(request_fifo_depth)) { in rs690_crtc_bandwidth_compute()
430 tolerable_latency.full = dfixed_const(wm->lb_request_fifo_depth - 2); in rs690_crtc_bandwidth_compute()
631 tmp = (wm0_high.lb_request_fifo_depth - 1); in rs690_bandwidth_update()
632 tmp |= (wm1_high.lb_request_fifo_depth - 1) << 16; in rs690_bandwidth_update()
H A Drv515.c937 u32 lb_request_fifo_depth; member
963 wm->lb_request_fifo_depth = 4; in rv515_crtc_bandwidth_compute()
990 wm->lb_request_fifo_depth = 4; in rv515_crtc_bandwidth_compute()
992 wm->lb_request_fifo_depth = dfixed_trunc(request_fifo_depth); in rv515_crtc_bandwidth_compute()
1073 if ((2+wm->lb_request_fifo_depth) >= dfixed_trunc(request_fifo_depth)) { in rv515_crtc_bandwidth_compute()
1076 tolerable_latency.full = dfixed_const(wm->lb_request_fifo_depth - 2); in rv515_crtc_bandwidth_compute()
1251 tmp = wm0_high.lb_request_fifo_depth; in rv515_bandwidth_avivo_update()
1252 tmp |= wm1_high.lb_request_fifo_depth << 16; in rv515_bandwidth_avivo_update()