anv/device: Remove a bogus finishme comment

We've been properly detecting bit6 swizzling for a long time now.
This commit is contained in:
Jason Ekstrand 2016-11-25 21:45:02 -08:00
parent 2a7db18890
commit fa6bbb5c00
1 changed files with 0 additions and 1 deletions

View File

@ -179,7 +179,6 @@ anv_physical_device_init(struct anv_physical_device *device,
if (result != VK_SUCCESS)
goto fail;
/* XXX: Actually detect bit6 swizzling */
isl_device_init(&device->isl_dev, &device->info, swizzled);
return VK_SUCCESS;