anv/cnl: Generate and use gen10 functions

Signed-off-by: Anuj Phogat <anuj.phogat@gmail.com>
Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
This commit is contained in:
Anuj Phogat
2017-05-26 09:11:20 -07:00
parent c17e214a6b
commit ac6bc0e034
4 changed files with 13 additions and 1 deletions

View File

@@ -1231,6 +1231,8 @@ VkResult anv_CreateDevice(
break;
case 9:
result = gen9_init_device_state(device);
case 10:
result = gen10_init_device_state(device);
break;
default:
/* Shouldn't get here as we don't create physical devices for any other