kernel/drivers/gpu/drm/imx/ipuv3-plane.h
.. .. @@ -48,5 +48,6 @@ 48 48 49 49 void ipu_plane_disable(struct ipu_plane *ipu_plane, bool disable_dp_channel); 50 50 void ipu_plane_disable_deferred(struct drm_plane *plane); 51 +bool ipu_plane_atomic_update_pending(struct drm_plane *plane);51 52 52 53 #endif