Reviewed-by: Bas Nieuwenhuizen <b...@basnieuwenhuizen.nl>
On Fri, Apr 14, 2017 at 7:17 PM, Grazvydas Ignotas <nota...@gmail.com> wrote: > A leftover from anv. > > Signed-off-by: Grazvydas Ignotas <nota...@gmail.com> > --- > src/amd/vulkan/radv_device.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/src/amd/vulkan/radv_device.c b/src/amd/vulkan/radv_device.c > index 5f14394..7857e8f 100644 > --- a/src/amd/vulkan/radv_device.c > +++ b/src/amd/vulkan/radv_device.c > @@ -660,11 +660,11 @@ void radv_GetPhysicalDeviceProperties( > .driverVersion = radv_get_driver_version(), > .vendorID = 0x1002, > .deviceID = pdevice->rad_info.pci_id, > .deviceType = VK_PHYSICAL_DEVICE_TYPE_DISCRETE_GPU, > .limits = limits, > - .sparseProperties = {0}, /* Broadwell doesn't do sparse. */ > + .sparseProperties = {0}, > }; > > strcpy(pProperties->deviceName, pdevice->name); > memcpy(pProperties->pipelineCacheUUID, pdevice->uuid, VK_UUID_SIZE); > } > -- > 2.7.4 > > _______________________________________________ > mesa-dev mailing list > mesa-dev@lists.freedesktop.org > https://lists.freedesktop.org/mailman/listinfo/mesa-dev _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/mesa-dev