[Mesa-dev] [PATCH 1/2] anv: Ensure discreteQueuePriorities is at least 2
Jason Ekstrand
jason at jlekstrand.net
Mon Aug 27 02:54:05 UTC 2018
We only have one queue but sure, why not?
Reviewed-by: Jason Ekstrand <jason at jlekstrand.net>
On Sun, Aug 26, 2018 at 1:49 PM Gabriel Majeri <gabriel.majeri6 at gmail.com>
wrote:
> This is the minimum value according to the spec.
> ---
> src/intel/vulkan/anv_device.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/src/intel/vulkan/anv_device.c b/src/intel/vulkan/anv_device.c
> index d85615caae..85e497f1dd 100644
> --- a/src/intel/vulkan/anv_device.c
> +++ b/src/intel/vulkan/anv_device.c
> @@ -1035,7 +1035,7 @@ void anv_GetPhysicalDeviceProperties(
> .maxClipDistances = 8,
> .maxCullDistances = 8,
> .maxCombinedClipAndCullDistances = 8,
> - .discreteQueuePriorities = 1,
> + .discreteQueuePriorities = 2,
> .pointSizeRange = { 0.125, 255.875 },
> .lineWidthRange = { 0.0, 7.9921875 },
> .pointSizeGranularity = (1.0 / 8.0),
> --
> 2.18.0
>
> _______________________________________________
> mesa-dev mailing list
> mesa-dev at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/mesa-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/mesa-dev/attachments/20180826/4f5d5322/attachment.html>
More information about the mesa-dev
mailing list