Home
last modified time | relevance | path

Searched refs:host1x_syncpt_nb_pts (Results 1 – 4 of 4) sorted by relevance

/linux-6.3-rc2/drivers/gpu/host1x/
A Dsyncpt.h60 unsigned int host1x_syncpt_nb_pts(struct host1x *host);
123 return sp->id < host1x_syncpt_nb_pts(sp->host); in host1x_syncpt_is_valid()
A Dsyncpt.c141 for (i = 0; i < host1x_syncpt_nb_pts(host); i++) { in host1x_syncpt_restore()
168 for (i = 0; i < host1x_syncpt_nb_pts(host); i++) { in host1x_syncpt_save()
419 unsigned int host1x_syncpt_nb_pts(struct host1x *host) in host1x_syncpt_nb_pts() function
A Dintr.c107 for (id = 0; id < host1x_syncpt_nb_pts(host); ++id) { in host1x_intr_init()
A Ddebug.c91 for (i = 0; i < host1x_syncpt_nb_pts(m); i++) { in show_syncpts()

Completed in 5 milliseconds