Searched refs:rv515_crtc_bandwidth_compute (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/gpu/drm/radeon/ |
D | rv515.c | 953 static void rv515_crtc_bandwidth_compute(struct radeon_device *rdev, in rv515_crtc_bandwidth_compute() function 1249 rv515_crtc_bandwidth_compute(rdev, rdev->mode_info.crtcs[0], &wm0_high, false); in rv515_bandwidth_avivo_update() 1250 rv515_crtc_bandwidth_compute(rdev, rdev->mode_info.crtcs[1], &wm1_high, false); in rv515_bandwidth_avivo_update() 1252 rv515_crtc_bandwidth_compute(rdev, rdev->mode_info.crtcs[0], &wm0_low, false); in rv515_bandwidth_avivo_update() 1253 rv515_crtc_bandwidth_compute(rdev, rdev->mode_info.crtcs[1], &wm1_low, false); in rv515_bandwidth_avivo_update()
|