Re: [Intel-gfx] [PATCH v5 01/12] drm/i915: Rewrite fb rotation GTT handling

2016-05-05 Thread Thulasimani, Sivakumar
On 5/3/2016 9:09 PM, ville.syrj...@linux.intel.com wrote: From: Ville Syrjälä Redo the fb rotation handling in order to: - eliminate the NV12 special casing - handle fb->offsets[] properly - make the rotation handling reasier for the plane code typo "easier" :) thanks for uploading again. Re

Re: [Intel-gfx] [PATCH v5 01/12] drm/i915: Rewrite fb rotation GTT handling

2016-05-05 Thread Thulasimani, Sivakumar
On 5/3/2016 9:09 PM, ville.syrj...@linux.intel.com wrote: From: Ville Syrjälä Redo the fb rotation handling in order to: - eliminate the NV12 special casing - handle fb->offsets[] properly - make the rotation handling reasier for the plane code typo "easier" :) otherwise fine. thanks for upl

[Intel-gfx] [PATCH v5 01/12] drm/i915: Rewrite fb rotation GTT handling

2016-05-03 Thread ville . syrjala
From: Ville Syrjälä Redo the fb rotation handling in order to: - eliminate the NV12 special casing - handle fb->offsets[] properly - make the rotation handling reasier for the plane code To achieve these goals we reduce intel_rotation_info to only contain (for each plane) the rotated view width,