From: Grazvydas Ignotas Date: Fri, 14 Apr 2017 16:54:35 +0000 (+0300) Subject: radv: remove irrelevant comment X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=bffdb434b7cc086c7bdaba27b7289dca4bae3e5e;p=mesa.git radv: remove irrelevant comment A leftover from anv. Signed-off-by: Grazvydas Ignotas Reviewed-by: Bas Nieuwenhuizen --- diff --git a/src/amd/vulkan/radv_device.c b/src/amd/vulkan/radv_device.c index 62514983649..12040a04eb9 100644 --- a/src/amd/vulkan/radv_device.c +++ b/src/amd/vulkan/radv_device.c @@ -676,7 +676,7 @@ void radv_GetPhysicalDeviceProperties( .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);