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

2017-06-15 Thread Anuj Phogat
On Thu, Jun 15, 2017 at 1:51 PM, Nanley Chery wrote: > On Tue, May 23, 2017 at 04:12:38PM -0700, Anuj Phogat wrote: >> V2: Use 2^31 bytes (2GB) surface size limit on pre-gen9 and >> 2^38 bytes for gen9+. >> >> Signed-off-by: Anuj Phogat >> --- >> src/intel/isl/isl.c | 22

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

2017-06-15 Thread Nanley Chery
On Tue, May 23, 2017 at 04:12:38PM -0700, Anuj Phogat wrote: > V2: Use 2^31 bytes (2GB) surface size limit on pre-gen9 and > 2^38 bytes for gen9+. > > Signed-off-by: Anuj Phogat > --- > src/intel/isl/isl.c | 22 ++ > 1 file changed, 22 insertions(+) > > diff --git a/src/

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

2017-05-23 Thread Anuj Phogat
V2: Use 2^31 bytes (2GB) surface size limit on pre-gen9 and 2^38 bytes for gen9+. Signed-off-by: Anuj Phogat --- src/intel/isl/isl.c | 22 ++ 1 file changed, 22 insertions(+) diff --git a/src/intel/isl/isl.c b/src/intel/isl/isl.c index 32aa698..812d106 100644 --- a/src/i