Re: [Mesa-dev] [PATCH 01/12] panfrost: Cleanup needless if in create_bo

2019-03-11 Thread Tomeu Vizoso
On Sun, 10 Mar 2019 at 07:50, Alyssa Rosenzweig wrote: > > I'm not sure why we were checking for these additional criteria (likely > inherited from some other driver); remove the needless checks to cleanup > the code and perhaps fix some bugs down the line. > > Signed-off-by: Alyssa Rosenzweig R

[Mesa-dev] [PATCH 01/12] panfrost: Cleanup needless if in create_bo

2019-03-09 Thread Alyssa Rosenzweig
I'm not sure why we were checking for these additional criteria (likely inherited from some other driver); remove the needless checks to cleanup the code and perhaps fix some bugs down the line. Signed-off-by: Alyssa Rosenzweig --- src/gallium/drivers/panfrost/pan_resource.c | 56 ++-