Re: [Intel-gfx] [PATCH 5/5] drm/i915: remove intel_pipe_set_base() (v3)

2014-11-18 Thread Jesse Barnes
On Mon, 17 Nov 2014 18:10:39 -0800 Matt Roper wrote: > -static int > -intel_pipe_set_base(struct drm_crtc *crtc, int x, int y, > - struct drm_framebuffer *fb) > -{ I'm gonna miss this old function... But on the plus side I won't confuse pipe_set_base and set_pipe_base anymore, a

Re: [Intel-gfx] [PATCH 5/5] drm/i915: remove intel_pipe_set_base() (v3)

2014-11-18 Thread Ville Syrjälä
On Mon, Nov 17, 2014 at 06:10:39PM -0800, Matt Roper wrote: > From: Gustavo Padovan > > After some refactor intel_primary_plane_setplane() does the same > as intel_pipe_set_base() so we can get rid of it and replace the calls > with intel_primary_plane_setplane(). > > v2: take Ville's comments:

Re: [Intel-gfx] [PATCH 5/5] drm/i915: remove intel_pipe_set_base() (v3)

2014-11-18 Thread shuang . he
Tested-By: PRC QA PRTS (Patch Regression Test System Contact: shuang...@intel.com) -Summary- Platform: baseline_drm_intel_nightly_pass_rate->patch_applied_pass_rate BYT: pass/total=290/291->291/291 PNV: pass/total=356/356->356

[Intel-gfx] [PATCH 5/5] drm/i915: remove intel_pipe_set_base() (v3)

2014-11-17 Thread Matt Roper
From: Gustavo Padovan After some refactor intel_primary_plane_setplane() does the same as intel_pipe_set_base() so we can get rid of it and replace the calls with intel_primary_plane_setplane(). v2: take Ville's comments: - get the right arguments for update_plane() - use drm_crt

Re: [Intel-gfx] [PATCH 5/5] drm/i915: remove intel_pipe_set_base()

2014-09-22 Thread Ville Syrjälä
On Fri, Sep 19, 2014 at 06:31:25PM -0300, Gustavo Padovan wrote: > 2014-09-19 Ville Syrjälä : > > > On Thu, Sep 18, 2014 at 04:43:16PM -0300, Gustavo Padovan wrote: > > > From: Gustavo Padovan > > > > > > After some refactor intel_primary_plane_setplane() does the same > > > as intel_pipe_set_ba

Re: [Intel-gfx] [PATCH 5/5] drm/i915: remove intel_pipe_set_base()

2014-09-19 Thread Gustavo Padovan
2014-09-19 Ville Syrjälä : > On Thu, Sep 18, 2014 at 04:43:16PM -0300, Gustavo Padovan wrote: > > From: Gustavo Padovan > > > > After some refactor intel_primary_plane_setplane() does the same > > as intel_pipe_set_base() so we can get rid of it and replace the calls > > with intel_primary_plane

Re: [Intel-gfx] [PATCH 5/5] drm/i915: remove intel_pipe_set_base()

2014-09-19 Thread Ville Syrjälä
On Thu, Sep 18, 2014 at 04:43:16PM -0300, Gustavo Padovan wrote: > From: Gustavo Padovan > > After some refactor intel_primary_plane_setplane() does the same > as intel_pipe_set_base() so we can get rid of it and replace the calls > with intel_primary_plane_setplane(). > > Signed-off-by: Gustavo

[Intel-gfx] [PATCH 5/5] drm/i915: remove intel_pipe_set_base()

2014-09-18 Thread Gustavo Padovan
From: Gustavo Padovan After some refactor intel_primary_plane_setplane() does the same as intel_pipe_set_base() so we can get rid of it and replace the calls with intel_primary_plane_setplane(). Signed-off-by: Gustavo Padovan --- drivers/gpu/drm/i915/intel_display.c | 79 --