Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/host1x/
Dsyncpt.c150 for (i = 0; i < host1x_syncpt_nb_bases(host); i++) in host1x_syncpt_restore()
174 for (i = 0; i < host1x_syncpt_nb_bases(host); i++) in host1x_syncpt_save()
478 unsigned int host1x_syncpt_nb_bases(struct host1x *host) in host1x_syncpt_nb_bases() function
Dsyncpt.h62 unsigned int host1x_syncpt_nb_bases(struct host1x *host);
Ddebug.c111 for (i = 0; i < host1x_syncpt_nb_bases(m); i++) { in show_syncpts()