Matt Roper 7432ca5ace drm/plane-helper: Test for plane disable earlier
drm_plane_helper_check_update() currently uses crtc before testing whether
we're disabling the plane (fb == NULL).  Move the fb test before the first crtc
usage so that crtc == NULL doesn't have to be handled by the caller.

Signed-off-by: Matt Roper <matthew.d.roper@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
2014-12-11 16:57:18 +01:00
..
2014-11-15 09:36:13 +10:00
2014-11-20 11:30:37 +10:00
2014-09-24 11:43:41 +10:00
2014-09-12 11:19:47 +02:00
2014-11-12 17:56:12 +10:00
2014-09-10 17:43:10 +10:00
2014-09-10 17:43:27 +10:00
2014-11-05 18:07:01 +01:00