ac: treat Mullins as Kabini, remove the enum

it's the same design
This commit is contained in:
Marek Olšák
2019-05-15 14:33:34 -04:00
parent 37af75f88c
commit b257956021
10 changed files with 20 additions and 37 deletions

View File

@@ -1600,8 +1600,7 @@ static void si_multiwave_lds_size_workaround(struct radv_device *device,
* It applies to workgroup sizes of more than one wavefront.
*/
if (device->physical_device->rad_info.family == CHIP_BONAIRE ||
device->physical_device->rad_info.family == CHIP_KABINI ||
device->physical_device->rad_info.family == CHIP_MULLINS)
device->physical_device->rad_info.family == CHIP_KABINI)
*lds_size = MAX2(*lds_size, 8);
}