commit | 70dd2a62aa35687ee01c756ea201ea3e970c28ad | [log] [tgz] |
---|---|---|
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | Fri Jun 10 12:50:53 2016 +0300 |
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | Wed Nov 02 10:38:28 2016 +0200 |
tree | 9c501163813b7ce5892018e1877915fa9a237130 | |
parent | aaf7642e98917fc95c260cbee98d2f426754b265 [diff] |
drm/omap: cleanup omap_plane_atomic_check() 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>