Re: [Intel-gfx] [PATCH 06/12] drm/i915: Pass plane to vlv_compute_drain_latency()

2015-03-02 Thread Daniel Vetter
On Fri, Feb 27, 2015 at 08:09:20PM +0200, Ville Syrjälä wrote: On Fri, Feb 27, 2015 at 09:57:20AM -0800, Jesse Barnes wrote: On 02/10/2015 05:28 AM, ville.syrj...@linux.intel.com wrote: From: Ville Syrjälä ville.syrj...@linux.intel.com Now that we have drm_planes for the cursor and

Re: [Intel-gfx] [PATCH 06/12] drm/i915: Pass plane to vlv_compute_drain_latency()

2015-03-02 Thread Ville Syrjälä
On Mon, Mar 02, 2015 at 03:44:58PM +0100, Daniel Vetter wrote: On Fri, Feb 27, 2015 at 08:09:20PM +0200, Ville Syrjälä wrote: On Fri, Feb 27, 2015 at 09:57:20AM -0800, Jesse Barnes wrote: On 02/10/2015 05:28 AM, ville.syrj...@linux.intel.com wrote: From: Ville Syrjälä

Re: [Intel-gfx] [PATCH 06/12] drm/i915: Pass plane to vlv_compute_drain_latency()

2015-02-27 Thread Jesse Barnes
On 02/10/2015 05:28 AM, ville.syrj...@linux.intel.com wrote: From: Ville Syrjälä ville.syrj...@linux.intel.com Now that we have drm_planes for the cursor and primary we can move the pixel_size handling into vlv_compute_drain_latency() and just pass the appropriate plane to it.

Re: [Intel-gfx] [PATCH 06/12] drm/i915: Pass plane to vlv_compute_drain_latency()

2015-02-27 Thread Ville Syrjälä
On Fri, Feb 27, 2015 at 09:57:20AM -0800, Jesse Barnes wrote: On 02/10/2015 05:28 AM, ville.syrj...@linux.intel.com wrote: From: Ville Syrjälä ville.syrj...@linux.intel.com Now that we have drm_planes for the cursor and primary we can move the pixel_size handling into

Re: [Intel-gfx] [PATCH 06/12] drm/i915: Pass plane to vlv_compute_drain_latency()

2015-02-27 Thread Jesse Barnes
On 02/27/2015 10:09 AM, Ville Syrjälä wrote: On Fri, Feb 27, 2015 at 09:57:20AM -0800, Jesse Barnes wrote: On 02/10/2015 05:28 AM, ville.syrj...@linux.intel.com wrote: From: Ville Syrjälä ville.syrj...@linux.intel.com Now that we have drm_planes for the cursor and primary we can move the

[Intel-gfx] [PATCH 06/12] drm/i915: Pass plane to vlv_compute_drain_latency()

2015-02-10 Thread ville . syrjala
From: Ville Syrjälä ville.syrj...@linux.intel.com Now that we have drm_planes for the cursor and primary we can move the pixel_size handling into vlv_compute_drain_latency() and just pass the appropriate plane to it. Signed-off-by: Ville Syrjälä ville.syrj...@linux.intel.com ---