drm/vtables: Fix typo
[linux-2.6-microblaze.git] / include / drm / drm_modeset_helper_vtables.h
index 0656984..16646c4 100644 (file)
@@ -266,22 +266,6 @@ struct drm_crtc_helper_funcs {
                                    struct drm_framebuffer *fb, int x, int y,
                                    enum mode_set_atomic);
 
-       /**
-        * @load_lut:
-        *
-        * Load a LUT prepared with the &drm_fb_helper_funcs.gamma_set vfunc.
-        *
-        * This callback is optional and is only used by the fbdev emulation
-        * helpers.
-        *
-        * FIXME:
-        *
-        * This callback is functionally redundant with the core gamma table
-        * support and simply exists because the fbdev hasn't yet been
-        * refactored to use the core gamma table interfaces.
-        */
-       void (*load_lut)(struct drm_crtc *crtc);
-
        /**
         * @disable:
         *
@@ -330,7 +314,7 @@ struct drm_crtc_helper_funcs {
         * implementation in drm_atomic_helper_check().
         *
         * When using drm_atomic_helper_check_planes() this hook is called
-        * after the &drm_plane_helper_funcs.atomc_check hook for planes, which
+        * after the &drm_plane_helper_funcs.atomic_check hook for planes, which
         * allows drivers to assign shared resources requested by planes in this
         * callback here. For more complicated dependencies the driver can call
         * the provided check helpers multiple times until the computed state
@@ -1179,9 +1163,9 @@ struct drm_plane_helper_funcs {
         *  - It only works for single plane updates
         *  - Async Pageflips are not supported yet
         *  - Some hw might still scan out the old buffer until the next
-        *  vblank, however we let go of the fb references as soon as
-        *  we run this hook. For now drivers must implement their own workers
-        *  for deferring if needed, until a common solution is created.
+        *    vblank, however we let go of the fb references as soon as
+        *    we run this hook. For now drivers must implement their own workers
+        *    for deferring if needed, until a common solution is created.
         */
        void (*atomic_async_update)(struct drm_plane *plane,
                                    struct drm_plane_state *new_state);