Re: [Mesa-dev] [PATCH] anv: Fill out protected memory properties

2018-09-29 Thread Jason Ekstrand
Turns out Samuel already fixed this some time ago and I just hadn't rebased that branch. ☹️ On September 28, 2018 17:15:37 Chad Versace wrote: On Fri 28 Sep 2018, Jason Ekstrand wrote: We don't support the protected memory feature but it's easy enough to fill out the properties struct to

Re: [Mesa-dev] [PATCH] anv: Fill out protected memory properties

2018-09-28 Thread Chad Versace
On Fri 28 Sep 2018, Jason Ekstrand wrote: > We don't support the protected memory feature but it's easy enough to > fill out the properties struct to say that we don't support no-fault > either. > > Fixes: 9c8b40001dde9 "anv: Support querying for protected memory" > --- >

Re: [Mesa-dev] [PATCH] anv: Fill out protected memory properties

2018-09-28 Thread Bas Nieuwenhuizen
Reviewed-by: Bas Nieuwenhuizen On Fri, Sep 28, 2018 at 5:02 PM Jason Ekstrand wrote: > > We don't support the protected memory feature but it's easy enough to > fill out the properties struct to say that we don't support no-fault > either. > > Fixes: 9c8b40001dde9 "anv: Support querying for

[Mesa-dev] [PATCH] anv: Fill out protected memory properties

2018-09-28 Thread Jason Ekstrand
We don't support the protected memory feature but it's easy enough to fill out the properties struct to say that we don't support no-fault either. Fixes: 9c8b40001dde9 "anv: Support querying for protected memory" --- src/intel/vulkan/anv_device.c | 7 +++ 1 file changed, 7 insertions(+)