Commits
Liu Ying committed 8ccda946f54
drm/imx: dpu: crtc: Remove WARN_ON(!crtc->state->event) The DRM atomic core ensures crtc->state->event is not NULL when calling the ->atomic_disable() or the ->atomic_flush() callbacks. So, let's remove the unnecessary NULL check warning on it. Signed-off-by: Liu Ying <victor.liu@nxp.com>