Re: [Intel-gfx] [PATCH v4 4/8] drm/i915: Shuffle stride checking code around

2019-05-10 Thread Daniel Vetter
On Thu, May 09, 2019 at 03:21:55PM +0300, Ville Syrjala wrote: > From: Ville Syrjälä > > Reorganize some fb stride checking code a bit to prepare for > gtt remapping. And do a bit of s/pitch/stride/ renaming in the > process for a bit more uniformity (apart from the whole > fb->pitches[] thing).

[Intel-gfx] [PATCH v4 4/8] drm/i915: Shuffle stride checking code around

2019-05-09 Thread Ville Syrjala
From: Ville Syrjälä Reorganize some fb stride checking code a bit to prepare for gtt remapping. And do a bit of s/pitch/stride/ renaming in the process for a bit more uniformity (apart from the whole fb->pitches[] thing). Cc: Daniel Vetter Signed-off-by: Ville Syrjälä --- drivers/gpu/drm/i915