Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/host1x/
Ddev.c243 .streamid_vm_table = { 0x1004, 128 },
277 for (i = 0; i < info->streamid_vm_table.count; i++) { in host1x_setup_virtualization_tables()
279 host1x_hypervisor_writel(host, 0xff, info->streamid_vm_table.base + 4 * i); in host1x_setup_virtualization_tables()
Ddev.h111 struct host1x_table_desc streamid_vm_table; member