Commits
Tomi Valkeinen committed c67cc38607d
drm/omap: cleanup omap_plane_atomic_check() commit 70dd2a62aa35687ee01c756ea201ea3e970c28ad upstream. Clean up omap_plane_atomic_check() with: - Check state->fb first. If no fb, return 0. - use drm_atomic_get_existing_crtc_state() instead of drm_atomic_get_crtc_state() Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>