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

  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_rs690.c 593 struct rs690_watermark wm0_high, wm0_low; local in function:rs690_bandwidth_update
631 rs690_crtc_bandwidth_compute(rdev, rdev->mode_info.crtcs[0], &wm0_high, false);
637 tmp = (wm0_high.lb_request_fifo_depth - 1);
642 &wm0_high, &wm1_high,
radeon_rv515.c 1244 struct rv515_watermark wm0_high, wm0_low; local in function:rv515_bandwidth_avivo_update
1256 rv515_crtc_bandwidth_compute(rdev, rdev->mode_info.crtcs[0], &wm0_high, false);
1262 tmp = wm0_high.lb_request_fifo_depth;
1267 &wm0_high, &wm1_high,

Completed in 15 milliseconds