Searched refs:nb_bases (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/drivers/gpu/host1x/ |
D | dev.c | 87 .nb_bases = 8, 102 .nb_bases = 12, 117 .nb_bases = 64, 132 .nb_bases = 64, 162 .nb_bases = 16, 198 .nb_bases = 0, 234 .nb_bases = 0,
|
D | syncpt.c | 28 for (i = 0; i < host->info->nb_bases; i++) in host1x_syncpt_base_request() 32 if (i >= host->info->nb_bases) in host1x_syncpt_base_request() 339 bases = devm_kcalloc(host->dev, host->info->nb_bases, sizeof(*bases), in host1x_syncpt_init() 349 for (i = 0; i < host->info->nb_bases; i++) in host1x_syncpt_init() 480 return host->info->nb_bases; in host1x_syncpt_nb_bases()
|
D | dev.h | 101 unsigned int nb_bases; /* host1x: number of syncpoint bases supported */ member
|