Re: [Mesa-dev] [PATCH] anv: Always set has_context_priority

2018-02-28 Thread Kenneth Graunke
On Wednesday, February 28, 2018 3:29:00 PM PST Jason Ekstrand wrote: > We don't zalloc the physical device so we need to unconditionally set > everything. Crucible helpfully initializes all allocations to 139 so it > was getting true regardless of whether or not the kernel actually > supports

[Mesa-dev] [PATCH] anv: Always set has_context_priority

2018-02-28 Thread Jason Ekstrand
We don't zalloc the physical device so we need to unconditionally set everything. Crucible helpfully initializes all allocations to 139 so it was getting true regardless of whether or not the kernel actually supports context priorities. Fixes: 6d8ab53303331 "anv: implement VK_EXT_global_priority