drm: drop DRM_IOCTL_MODE_REPLACEFB, add+remove works just as well.
[deliverable/linux.git] / include / drm / drm_crtc.h
index 395c6139c89319187fbbf14e1995472e108effa8..0acb07f31fa43b6559214611b866f4d8a9d3bd12 100644 (file)
@@ -510,7 +510,6 @@ struct drm_mode_set {
  * the CRTC<->connector mappings as needed and update its view of the screen.
  */
 struct drm_mode_config_funcs {
-       int (*resize_fb)(struct drm_device *dev, struct drm_file *file_priv, struct drm_framebuffer *fb, struct drm_mode_fb_cmd *mode_cmd);
        struct drm_framebuffer *(*fb_create)(struct drm_device *dev, struct drm_file *file_priv, struct drm_mode_fb_cmd *mode_cmd);
        int (*fb_changed)(struct drm_device *dev);
 };
This page took 0.03055 seconds and 5 git commands to generate.