anv/icl: Use gen11 functions
Signed-off-by: Anuj Phogat <anuj.phogat@gmail.com> Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
This commit is contained in:
@@ -1482,6 +1482,9 @@ VkResult anv_CreateDevice(
|
||||
case 10:
|
||||
result = gen10_init_device_state(device);
|
||||
break;
|
||||
case 11:
|
||||
result = gen11_init_device_state(device);
|
||||
break;
|
||||
default:
|
||||
/* Shouldn't get here as we don't create physical devices for any other
|
||||
* gens. */
|
||||
|
Reference in New Issue
Block a user