[Intel-gfx] [PATCH 04/12] drm/i915: Pass around plane_state instead of fb+rotation

2016-08-10 Thread ville . syrjala
From: Ville Syrjälä intel_compute_tile_offset() and intel_add_fb_offsets() get passed the fb and the rotation. As both of those come from the plane state we can just pass that in instead. For extra consitency pass the plane state to intel_fb_xy_to_linear() as well even though it only really need

Re: [Intel-gfx] [PATCH 04/12] drm/i915: Pass around plane_state instead of fb+rotation

2016-05-05 Thread Thulasimani, Sivakumar
Reviewed-by: Sivakumar Thulasimani On 5/3/2016 9:09 PM, ville.syrj...@linux.intel.com wrote: From: Ville Syrjälä intel_compute_tile_offset() and intel_add_fb_offsets() get passed the fb and the rotation. As both of those come from the plane state we can just pass that in instead. For extra

[Intel-gfx] [PATCH 04/12] drm/i915: Pass around plane_state instead of fb+rotation

2016-05-03 Thread ville . syrjala
From: Ville Syrjälä intel_compute_tile_offset() and intel_add_fb_offsets() get passed the fb and the rotation. As both of those come from the plane state we can just pass that in instead. For extra consitency pass the plane state to intel_fb_xy_to_linear() as well even though it only really need