Lines Matching refs:timeout
34 host1x_syncpt_incr(cdma->timeout.syncpt);
37 host1x_syncpt_load(cdma->timeout.syncpt);
86 * state (where DMA GET is set to DMA PUT), on a timeout we restore
242 * If this timeout fires, it indicates the current sync_queue entry has
254 timeout.wq);
262 if (!cdma->timeout.client) {
272 syncpt_val = host1x_syncpt_load(cdma->timeout.syncpt);
275 if ((s32)(syncpt_val - cdma->timeout.syncpt_val) >= 0) {
284 dev_warn(host1x->dev, "%s: timeout: %u (%s), HW thresh %d, done %d\n",
285 __func__, cdma->timeout.syncpt->id, cdma->timeout.syncpt->name,
286 syncpt_val, cdma->timeout.syncpt_val);
296 * Init timeout resources
300 INIT_DELAYED_WORK(&cdma->timeout.wq, cdma_timeout_handler);
301 cdma->timeout.initialized = true;
307 * Clean up timeout resources
311 if (cdma->timeout.initialized)
312 cancel_delayed_work(&cdma->timeout.wq);
314 cdma->timeout.initialized = false;