Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/radeon/
Drs690.c587 struct rs690_watermark wm1_high, wm1_low; in rs690_bandwidth_update() local
625 rs690_crtc_bandwidth_compute(rdev, rdev->mode_info.crtcs[1], &wm1_high, false); in rs690_bandwidth_update()
631 tmp |= (wm1_high.lb_request_fifo_depth - 1) << 16; in rs690_bandwidth_update()
635 &wm0_high, &wm1_high, in rs690_bandwidth_update()
Drv515.c1235 struct rv515_watermark wm1_high, wm1_low; in rv515_bandwidth_avivo_update() local
1247 rv515_crtc_bandwidth_compute(rdev, rdev->mode_info.crtcs[1], &wm1_high, false); in rv515_bandwidth_avivo_update()
1253 tmp |= wm1_high.lb_request_fifo_depth << 16; in rv515_bandwidth_avivo_update()
1257 &wm0_high, &wm1_high, in rv515_bandwidth_avivo_update()