]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - include/drm/drm_framebuffer.h
fs/libfs.c: fix kernel-doc warning
[linux.git] / include / drm / drm_framebuffer.h
index c23016748e3fc9f109b100da6664890b7bf9bc9f..c0e0256e3e988f87df08b761db8c3ca1b2799e26 100644 (file)
@@ -87,6 +87,9 @@ struct drm_framebuffer_funcs {
         * for more information as all the semantics and arguments have a one to
         * one mapping on this function.
         *
+        * Atomic drivers should use drm_atomic_helper_dirtyfb() to implement
+        * this hook.
+        *
         * RETURNS:
         *
         * 0 on success or a negative error code on failure.