Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/host1x/
Dsyncpt.h50 unsigned int host1x_syncpt_nb_pts(struct host1x *host);
113 return sp->id < host1x_syncpt_nb_pts(sp->host); in host1x_syncpt_is_valid()
Dsyncpt.c124 for (i = 0; i < host1x_syncpt_nb_pts(host); i++) in host1x_syncpt_restore()
142 for (i = 0; i < host1x_syncpt_nb_pts(host); i++) { in host1x_syncpt_save()
507 unsigned int host1x_syncpt_nb_pts(struct host1x *host) in host1x_syncpt_nb_pts() function
Dintr.c264 u32 nb_pts = host1x_syncpt_nb_pts(host); in host1x_intr_init()
308 u32 nb_pts = host1x_syncpt_nb_pts(host); in host1x_intr_stop()
Ddebug.c76 for (i = 0; i < host1x_syncpt_nb_pts(m); i++) { in show_syncpts()