X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=include%2Fdrm%2Fdrm_fb_helper.h;h=db8d4780eaa27607baf7857111c72b50bbae5fd4;hb=65fc7d54efb6b03dcf61d98aa0fd68fe968c211c;hp=5b4aa35026a3d8dc336f1e9c2c882dea72c3c597;hpb=d85486d47123961bd8b08e94f6d4886c59a1fd76;p=deliverable%2Flinux.git diff --git a/include/drm/drm_fb_helper.h b/include/drm/drm_fb_helper.h index 5b4aa35026a3..db8d4780eaa2 100644 --- a/include/drm/drm_fb_helper.h +++ b/include/drm/drm_fb_helper.h @@ -212,17 +212,6 @@ struct drm_fb_helper { * needs to be reprobe when fbdev is in control again. */ bool delayed_hotplug; - - /** - * @atomic: - * - * Use atomic updates for restore_fbdev_mode(), etc. This defaults to - * true if driver has DRIVER_ATOMIC feature flag, but drivers can - * override it to true after drm_fb_helper_init() if they support atomic - * modeset but do not yet advertise DRIVER_ATOMIC (note that fb-helper - * does not require ASYNC commits). - */ - bool atomic; }; #ifdef CONFIG_DRM_FBDEV_EMULATION