Home
last modified time | relevance | path

Searched refs:classid_vm_table (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/host1x/
H A Ddev.c282 .classid_vm_table = { 0x1404, 25 },
320 for (i = 0; i < info->classid_vm_table.count; i++) { in host1x_setup_virtualization_tables()
322 host1x_hypervisor_writel(host, 0xff, info->classid_vm_table.base + 4 * i); in host1x_setup_virtualization_tables()
H A Ddev.h113 struct host1x_table_desc classid_vm_table; member