Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpu/drm/tegra/
Dsubmit.c39 size_t gather_data_words; member
55 dma_free_attrs(bo->dev, bo->gather_data_words * 4, bo->gather_data, bo->gather_data_dma, in gather_bo_release()
90 gather->gather_data_words * 4); in gather_bo_pin()
99 map->size = gather->gather_data_words * 4; in gather_bo_pin()
191 if (args->gather_data_words == 0) { in submit_copy_gather_data()
196 if (check_mul_overflow((size_t)args->gather_data_words, (size_t)4, &copy_len)) { in submit_copy_gather_data()
226 bo->gather_data_words = args->gather_data_words; in submit_copy_gather_data()
247 if (buf->reloc.gather_offset_words >= bo->gather_data_words) { in submit_write_reloc()
250 buf->reloc.gather_offset_words, bo->gather_data_words); in submit_write_reloc()
255 bo->gather_data_words); in submit_write_reloc()
[all …]
/linux-5.19.10/include/uapi/drm/
Dtegra_drm.h946 __u32 gather_data_words; member