Re: [Mesa-dev] [PATCH 2/2] intel/isl: Add the maximum surface size limit

2017-05-23 Thread Anuj Phogat
On Tue, May 23, 2017 at 2:37 PM, Anuj Phogat wrote: > This limit was first introduced in Skylake PRM. But looking at > the huge limit of 2^38 bytes (~275 GB), I think it is safe to > apply it to all the previous generations as well. My assumption is wrong. Pre-gen9 has a limit of 2 GB for surface

[Mesa-dev] [PATCH 2/2] intel/isl: Add the maximum surface size limit

2017-05-23 Thread Anuj Phogat
This limit was first introduced in Skylake PRM. But looking at the huge limit of 2^38 bytes (~275 GB), I think it is safe to apply it to all the previous generations as well. Signed-off-by: Anuj Phogat --- src/intel/isl/isl.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/intel/isl/i