diff options
Diffstat (limited to 'drivers/gpu/drm/drm_plane_helper.c')
| -rw-r--r-- | drivers/gpu/drm/drm_plane_helper.c | 5 | 
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/gpu/drm/drm_plane_helper.c b/drivers/gpu/drm/drm_plane_helper.c index 865bd999b187..c91e454eba09 100644 --- a/drivers/gpu/drm/drm_plane_helper.c +++ b/drivers/gpu/drm/drm_plane_helper.c @@ -28,7 +28,6 @@  #include <drm/drm_atomic.h>  #include <drm/drm_atomic_helper.h>  #include <drm/drm_atomic_uapi.h> -#include <drm/drm_crtc_helper.h>  #include <drm/drm_device.h>  #include <drm/drm_drv.h>  #include <drm/drm_encoder.h> @@ -298,7 +297,9 @@ EXPORT_SYMBOL(drm_plane_helper_destroy);   * scale and positioning are not expected to change since the plane is always   * a fullscreen scanout buffer.   * - * This is often the case for the primary plane of simple framebuffers. + * This is often the case for the primary plane of simple framebuffers. See + * also drm_crtc_helper_atomic_check() for the respective CRTC-state check + * helper function.   *   * RETURNS:   * Zero on success, or an errno code otherwise.  |