[Intel-gfx] [PATCH v3 04/11] drm/i915: move check of intel_crtc_cursor_set_obj() out

2014-10-08 Thread Daniel Vetter
On Tue, Oct 07, 2014 at 06:01:10PM +0300, Ville Syrj?l? wrote: > On Tue, Oct 07, 2014 at 05:47:52PM +0300, Ville Syrj?l? wrote: > > On Wed, Sep 24, 2014 at 02:20:25PM -0300, Gustavo Padovan wrote: > > > From: Gustavo Padovan > > > > > > Move check inside intel_crtc_cursor_set_obj() to > > > intel_

[PATCH v3 04/11] drm/i915: move check of intel_crtc_cursor_set_obj() out

2014-10-07 Thread Ville Syrjälä
On Tue, Oct 07, 2014 at 05:47:52PM +0300, Ville Syrj?l? wrote: > On Wed, Sep 24, 2014 at 02:20:25PM -0300, Gustavo Padovan wrote: > > From: Gustavo Padovan > > > > Move check inside intel_crtc_cursor_set_obj() to > > intel_check_cursor_plane(), we only use it there so move them out to > > make th

[PATCH v3 04/11] drm/i915: move check of intel_crtc_cursor_set_obj() out

2014-10-07 Thread Ville Syrjälä
On Wed, Sep 24, 2014 at 02:20:25PM -0300, Gustavo Padovan wrote: > From: Gustavo Padovan > > Move check inside intel_crtc_cursor_set_obj() to > intel_check_cursor_plane(), we only use it there so move them out to > make the merge of intel_crtc_cursor_set_obj() into > intel_check_cursor_plane() ea

[PATCH v3 04/11] drm/i915: move check of intel_crtc_cursor_set_obj() out

2014-09-24 Thread Gustavo Padovan
From: Gustavo Padovan Move check inside intel_crtc_cursor_set_obj() to intel_check_cursor_plane(), we only use it 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 unifica