Searched refs:intel_get_crtc_for_plane (Results 1 – 2 of 2) sorted by relevance
1098 crtc = intel_get_crtc_for_plane(dev, plane); in g4x_compute_wm0()1189 crtc = intel_get_crtc_for_plane(dev, plane); in g4x_compute_srwm()1227 crtc = intel_get_crtc_for_plane(dev, plane); in vlv_compute_drain_latency()1488 crtc = intel_get_crtc_for_plane(dev, 0); in i9xx_update_wm()1502 crtc = intel_get_crtc_for_plane(dev, 1); in i9xx_update_wm()1679 crtc = intel_get_crtc_for_plane(dev, plane); in ironlake_compute_srwm()2056 crtc = intel_get_crtc_for_plane(dev, plane); in sandybridge_compute_sprite_wm()2096 crtc = intel_get_crtc_for_plane(dev, plane); in sandybridge_compute_sprite_srwm()
442 intel_get_crtc_for_plane(struct drm_device *dev, int plane) in intel_get_crtc_for_plane() function