Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpu/drm/tegra/
Dsubmit.c247 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()
254 buf->reloc.gather_offset_words = array_index_nospec(buf->reloc.gather_offset_words, in submit_write_reloc()
257 bo->gather_data[buf->reloc.gather_offset_words] = written_ptr; in submit_write_reloc()
/linux-5.19.10/include/uapi/drm/
Dtegra_drm.h820 __u32 gather_offset_words; member