Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/tegra/
H A Dsubmit.c242 if (buf->reloc.gather_offset_words >= bo->gather_data_words) { in submit_write_reloc()
245 buf->reloc.gather_offset_words, bo->gather_data_words); in submit_write_reloc()
249 buf->reloc.gather_offset_words = array_index_nospec(buf->reloc.gather_offset_words, in submit_write_reloc()
252 bo->gather_data[buf->reloc.gather_offset_words] = written_ptr; in submit_write_reloc()
/openbmc/linux/include/uapi/drm/
H A Dtegra_drm.h820 __u32 gather_offset_words; member