Re: [Mesa-dev] [PATCH] intel/isl: Add assertion for aux surface pitch

2018-02-06 Thread Anuj Phogat
On Tue, Feb 6, 2018 at 4:22 PM, Nanley Chery wrote: > On Mon, Feb 05, 2018 at 04:07:19PM -0800, Anuj Phogat wrote: > > I don't have a test case hitting this assert. But, it's nice to have > > an assert checking the limit. > > > > Signed-off-by: Anuj Phogat > > --- > > src/intel/isl/isl_surface_

Re: [Mesa-dev] [PATCH] intel/isl: Add assertion for aux surface pitch

2018-02-06 Thread Nanley Chery
On Mon, Feb 05, 2018 at 04:07:19PM -0800, Anuj Phogat wrote: > I don't have a test case hitting this assert. But, it's nice to have > an assert checking the limit. > > Signed-off-by: Anuj Phogat > --- > src/intel/isl/isl_surface_state.c | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a

[Mesa-dev] [PATCH] intel/isl: Add assertion for aux surface pitch

2018-02-05 Thread Anuj Phogat
I don't have a test case hitting this assert. But, it's nice to have an assert checking the limit. Signed-off-by: Anuj Phogat --- src/intel/isl/isl_surface_state.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/intel/isl/isl_surface_state.c b/src/intel/isl/isl_surface_state.c index b