Home
last modified time | relevance | path

Searched refs:host1x_syncpt_check_max (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/gpu/host1x/
H A Dsyncpt.h74 static inline bool host1x_syncpt_check_max(struct host1x_syncpt *sp, u32 real) in host1x_syncpt_check_max() function
/openbmc/linux/drivers/gpu/host1x/hw/
H A Dsyncpt_hw.c64 if (!host1x_syncpt_check_max(sp, live)) in syncpt_load()