Searched refs:host1x_syncpt_is_expired (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/host1x/ |
H A D | syncpt.c | 195 return host1x_syncpt_is_expired(sp, thresh); in syncpt_load_min_is_expired() 218 if (host1x_syncpt_is_expired(sp, thresh)) { in host1x_syncpt_wait() 227 if (host1x_syncpt_is_expired(sp, thresh)) { in host1x_syncpt_wait() 266 if (remain > 0 || host1x_syncpt_is_expired(sp, thresh)) { in host1x_syncpt_wait() 307 bool host1x_syncpt_is_expired(struct host1x_syncpt *sp, u32 thresh) in host1x_syncpt_is_expired() function
|
H A D | syncpt.h | 96 bool host1x_syncpt_is_expired(struct host1x_syncpt *sp, u32 thresh);
|
H A D | cdma.c | 331 if (!host1x_syncpt_is_expired(sp, job->syncpt_end)) { in update_cdma_locked()
|
/kernel/linux/linux-6.6/drivers/gpu/host1x/ |
H A D | syncpt.c | 231 if (host1x_syncpt_is_expired(sp, thresh)) in host1x_syncpt_wait() 257 if (wait_err == 0 && !host1x_syncpt_is_expired(sp, thresh)) in host1x_syncpt_wait() 269 bool host1x_syncpt_is_expired(struct host1x_syncpt *sp, u32 thresh) in host1x_syncpt_is_expired() function
|
H A D | syncpt.h | 106 bool host1x_syncpt_is_expired(struct host1x_syncpt *sp, u32 thresh);
|
H A D | fence.c | 37 if (host1x_syncpt_is_expired(sf->sp, sf->threshold)) in host1x_syncpt_fence_enable_signaling()
|
H A D | cdma.c | 323 if (!host1x_syncpt_is_expired(sp, job->syncpt_end) && in update_cdma_locked()
|
Completed in 5 milliseconds