On Thu, Dec 11, 2014 at 07:20:57AM -0800, Matt Roper wrote:
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
Yeah makes sense, pulled into drm misc branch. -Daniel