Searched defs:drm_i915_display_funcs (Results 1 – 1 of 1) sorted by relevance
290 struct drm_i915_display_funcs { struct291 bool (*fbc_enabled)(struct drm_device *dev);292 void (*enable_fbc)(struct drm_crtc *crtc, unsigned long interval);293 void (*disable_fbc)(struct drm_device *dev);294 int (*get_display_clock_speed)(struct drm_device *dev);295 int (*get_fifo_size)(struct drm_device *dev, int plane);296 void (*update_wm)(struct drm_device *dev);297 void (*update_sprite_wm)(struct drm_device *dev, int pipe,299 void (*update_linetime_wm)(struct drm_device *dev, int pipe,301 void (*modeset_global_resources)(struct drm_device *dev);[all …]