Home
last modified time | relevance | path

Searched refs:has_wide_gather (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/gpu/host1x/
H A Ddev.c92 .has_wide_gather = false,
107 .has_wide_gather = false,
122 .has_wide_gather = false,
137 .has_wide_gather = false,
167 .has_wide_gather = true,
203 .has_wide_gather = true,
251 .has_wide_gather = true,
442 if (!domain && !host->info->has_wide_gather) in host1x_iommu_init()
H A Ddev.h105 bool has_wide_gather; /* supports GATHER_W opcode */ member
H A Dcdma.c469 if (i == 0 && host1x->info->has_wide_gather) { in host1x_cdma_update_sync_queue()