Re: [Intel-gfx] [PATCH 5/6] drm/i915: check for the supported strides on HSW+ FBC

2015-07-14 Thread Paulo Zanoni
2015-07-09 14:28 GMT-03:00 Paulo Zanoni : > 2015-07-09 14:15 GMT-03:00 Daniel Vetter : >> Plus igt testcases to make sure we check for this (since >> right now it seems like we don't). > > It's on the TODO list but it's not a priority since the Kernel checks > are very straightforward. One of the p

[Intel-gfx] [PATCH 5/6] drm/i915: check for the supported strides on HSW+ FBC

2015-07-09 Thread Paulo Zanoni
From: Paulo Zanoni I could only find the restrictions for HSW+, but I think it's safe to assume that the older platforms also can't support the configurations HSW can't support. The older platforms probably have additional restrictions, so we need to figure out those and implement them later. Let

Re: [Intel-gfx] [PATCH 5/6] drm/i915: check for the supported strides on HSW+ FBC

2015-07-09 Thread Paulo Zanoni
2015-07-09 14:15 GMT-03:00 Daniel Vetter : > On Wed, Jul 08, 2015 at 05:58:58PM -0300, Paulo Zanoni wrote: >> From: Paulo Zanoni >> >> I could only find the restrictions for HSW+, but I think it's safe to >> assume that the older platforms also can't support the configurations >> HSW can't support

Re: [Intel-gfx] [PATCH 5/6] drm/i915: check for the supported strides on HSW+ FBC

2015-07-09 Thread Daniel Vetter
On Wed, Jul 08, 2015 at 05:58:58PM -0300, Paulo Zanoni wrote: > From: Paulo Zanoni > > I could only find the restrictions for HSW+, but I think it's safe to > assume that the older platforms also can't support the configurations > HSW can't support. The older platforms probably have additional >

[Intel-gfx] [PATCH 5/6] drm/i915: check for the supported strides on HSW+ FBC

2015-07-08 Thread Paulo Zanoni
From: Paulo Zanoni I could only find the restrictions for HSW+, but I think it's safe to assume that the older platforms also can't support the configurations HSW can't support. The older platforms probably have additional restrictions, so we need to figure out those and implement them later. Let