Searched defs:drm_i915_display_funcs (Results 1 – 1 of 1) sorted by relevance
211 struct drm_i915_display_funcs { struct212 void (*dpms)(struct drm_crtc *crtc, int mode);213 bool (*fbc_enabled)(struct drm_device *dev);214 void (*enable_fbc)(struct drm_crtc *crtc, unsigned long interval);215 void (*disable_fbc)(struct drm_device *dev);216 int (*get_display_clock_speed)(struct drm_device *dev);217 int (*get_fifo_size)(struct drm_device *dev, int plane);218 void (*update_wm)(struct drm_device *dev);219 void (*update_sprite_wm)(struct drm_device *dev, int pipe,221 int (*crtc_mode_set)(struct drm_crtc *crtc,[all …]