Lines Matching defs:gather
70 struct gather_bo *gather = container_of(bo, struct gather_bo, base);
89 err = dma_get_sgtable(gather->dev, map->sgt, gather->gather_data, gather->gather_data_dma,
90 gather->gather_data_words * 4);
99 map->size = gather->gather_data_words * 4;
209 SUBMIT_ERR(context, "failed to allocate memory for gather data");
215 SUBMIT_ERR(context, "failed to copy gather data from userspace");
244 "relocation has too large gather offset (%u vs gather length %zu)",
363 /* Check for maximum gather size */
375 SUBMIT_ERR(context, "GATHER_UPTR command overflows gather data");
473 SUBMIT_ERR(context, "job must have at least one gather");
558 /* Allocate gather BO and copy gather words in. */
582 /* Map gather data for Host1x. */