Re: [Intel-gfx] [RFC] drm/i915: Add gen check for fb size

2015-07-13 Thread Daniel Vetter
On Fri, Jul 10, 2015 at 04:45:12PM +0530, Vandana Kannan wrote: > From gen7, the platform can support fb of size < 3x3. > Adding this check for gen along with fb width & height. > Note: IVB is gen7 but its not clear if it can support width < 3 and > height < 3. > > This patch has been tested in An

[Intel-gfx] [RFC] drm/i915: Add gen check for fb size

2015-07-10 Thread Vandana Kannan
From gen7, the platform can support fb of size < 3x3. Adding this check for gen along with fb width & height. Note: IVB is gen7 but its not clear if it can support width < 3 and height < 3. This patch has been tested in Android environment. Signed-off-by: Vandana Kannan --- drivers/gpu/drm/i915