HomeSort by: relevance | last modified time | path
    Searched defs:wm1_high (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_rs690.c 594 struct rs690_watermark wm1_high, wm1_low; local in function:rs690_bandwidth_update
632 rs690_crtc_bandwidth_compute(rdev, rdev->mode_info.crtcs[1], &wm1_high, false);
638 tmp |= (wm1_high.lb_request_fifo_depth - 1) << 16;
642 &wm0_high, &wm1_high,
radeon_rv515.c 1245 struct rv515_watermark wm1_high, wm1_low; local in function:rv515_bandwidth_avivo_update
1257 rv515_crtc_bandwidth_compute(rdev, rdev->mode_info.crtcs[1], &wm1_high, false);
1263 tmp |= wm1_high.lb_request_fifo_depth << 16;
1267 &wm0_high, &wm1_high,

Completed in 12 milliseconds