[PATCH 2/5] drm/i915: move checks of intel_crtc_cursor_set_obj() out

2014-09-19 Thread Ville Syrjälä
On Thu, Sep 18, 2014 at 04:43:13PM -0300, Gustavo Padovan wrote: > From: Gustavo Padovan > > Move checks inside intel_crtc_cursor_set_obj() to > intel_check_cursor_plane(), we only use they there so move them out to > make the merge of intel_crtc_cursor_set_obj() into > intel_check_cursor_plane()

[PATCH 2/5] drm/i915: move checks of intel_crtc_cursor_set_obj() out

2014-09-18 Thread Gustavo Padovan
From: Gustavo Padovan Move checks inside intel_crtc_cursor_set_obj() to intel_check_cursor_plane(), we only use they there so move them out to make the merge of intel_crtc_cursor_set_obj() into intel_check_cursor_plane() easier. This is another step toward the atomic modesetting support and unif