Re: [Mesa-dev] [PATCH 1/3] anv/device: Don't even try to map memory with a size of 0

2016-11-08 Thread Jason Ekstrand
On Tue, Nov 8, 2016 at 2:11 PM, Nanley Chery wrote: > On Tue, Nov 08, 2016 at 02:01:17PM -0800, Nanley Chery wrote: > > On Tue, Nov 08, 2016 at 01:50:01PM -0800, Jason Ekstrand wrote: > > > On Tue, Nov 8, 2016 at 1:46 PM, Nanley Chery > wrote: > > > > > > > On Mon, Nov 07, 2016 at 05:28:12PM -08

Re: [Mesa-dev] [PATCH 1/3] anv/device: Don't even try to map memory with a size of 0

2016-11-08 Thread Nanley Chery
On Tue, Nov 08, 2016 at 02:01:17PM -0800, Nanley Chery wrote: > On Tue, Nov 08, 2016 at 01:50:01PM -0800, Jason Ekstrand wrote: > > On Tue, Nov 8, 2016 at 1:46 PM, Nanley Chery wrote: > > > > > On Mon, Nov 07, 2016 at 05:28:12PM -0800, Jason Ekstrand wrote: > > > > Signed-off-by: Jason Ekstrand

Re: [Mesa-dev] [PATCH 1/3] anv/device: Don't even try to map memory with a size of 0

2016-11-08 Thread Nanley Chery
On Tue, Nov 08, 2016 at 01:50:01PM -0800, Jason Ekstrand wrote: > On Tue, Nov 8, 2016 at 1:46 PM, Nanley Chery wrote: > > > On Mon, Nov 07, 2016 at 05:28:12PM -0800, Jason Ekstrand wrote: > > > Signed-off-by: Jason Ekstrand > > > Cc: "12.0 13.0" > > > --- > > > src/intel/vulkan/anv_device.c |

Re: [Mesa-dev] [PATCH 1/3] anv/device: Don't even try to map memory with a size of 0

2016-11-08 Thread Jason Ekstrand
On Tue, Nov 8, 2016 at 1:46 PM, Nanley Chery wrote: > On Mon, Nov 07, 2016 at 05:28:12PM -0800, Jason Ekstrand wrote: > > Signed-off-by: Jason Ekstrand > > Cc: "12.0 13.0" > > --- > > src/intel/vulkan/anv_device.c | 5 + > > 1 file changed, 5 insertions(+) > > > > diff --git a/src/intel/vu

Re: [Mesa-dev] [PATCH 1/3] anv/device: Don't even try to map memory with a size of 0

2016-11-08 Thread Nanley Chery
On Mon, Nov 07, 2016 at 05:28:12PM -0800, Jason Ekstrand wrote: > Signed-off-by: Jason Ekstrand > Cc: "12.0 13.0" > --- > src/intel/vulkan/anv_device.c | 5 + > 1 file changed, 5 insertions(+) > > diff --git a/src/intel/vulkan/anv_device.c b/src/intel/vulkan/anv_device.c > index 5393144..80

[Mesa-dev] [PATCH 1/3] anv/device: Don't even try to map memory with a size of 0

2016-11-07 Thread Jason Ekstrand
Signed-off-by: Jason Ekstrand Cc: "12.0 13.0" --- src/intel/vulkan/anv_device.c | 5 + 1 file changed, 5 insertions(+) diff --git a/src/intel/vulkan/anv_device.c b/src/intel/vulkan/anv_device.c index 5393144..8055893 100644 --- a/src/intel/vulkan/anv_device.c +++ b/src/intel/vulkan/anv_devi