Re: [Intel-gfx] [PATCH 07/12] drm/i915: Limit fb x offset due to fences

2016-05-05 Thread Sivakumar Thulasimani
Reviewed-by: Sivakumar Thulasimani On Tuesday 03 May 2016 09:09 PM, ville.syrj...@linux.intel.com wrote: From: Ville Syrjälä If there's a fence on the object it will be aligned to the start of the object, and hence CPU rendering to any fb that straddles the fence edge will come out wrong due

[Intel-gfx] [PATCH 07/12] drm/i915: Limit fb x offset due to fences

2016-05-03 Thread ville . syrjala
From: Ville Syrjälä If there's a fence on the object it will be aligned to the start of the object, and hence CPU rendering to any fb that straddles the fence edge will come out wrong due to lines wrapping at the wrong place. We have no API to manage fences on a sub-object level, so we can't rea