Searched refs:wm1_high (Results 1 – 2 of 2) sorted by relevance
/openbsd/sys/dev/pci/drm/radeon/ |
H A D | rs690.c | 589 struct rs690_watermark wm1_high, wm1_low; in rs690_bandwidth_update() local 627 rs690_crtc_bandwidth_compute(rdev, rdev->mode_info.crtcs[1], &wm1_high, false); in rs690_bandwidth_update() 633 tmp |= (wm1_high.lb_request_fifo_depth - 1) << 16; in rs690_bandwidth_update() 637 &wm0_high, &wm1_high, in rs690_bandwidth_update()
|
H A D | rv515.c | 1208 struct rv515_watermark wm1_high, wm1_low; in rv515_bandwidth_avivo_update() local 1220 rv515_crtc_bandwidth_compute(rdev, rdev->mode_info.crtcs[1], &wm1_high, false); in rv515_bandwidth_avivo_update() 1226 tmp |= wm1_high.lb_request_fifo_depth << 16; in rv515_bandwidth_avivo_update() 1230 &wm0_high, &wm1_high, in rv515_bandwidth_avivo_update()
|