Home
last modified time | relevance | path

Searched refs:first_userptr (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sys/dev/drm/amd/amdgpu/
H A Damdgpu_bo_list.h49 unsigned first_userptr; member
81 for (e = amdgpu_bo_list_array_entry(list, (list)->first_userptr); \
H A Damdgpu_bo_list.c62 unsigned last_entry = 0, first_userptr = num_entries; in amdgpu_bo_list_create() local
110 entry = &array[--first_userptr]; in amdgpu_bo_list_create()
132 list->first_userptr = first_userptr; in amdgpu_bo_list_create()
H A Damdgpu_cs.c602 if (p->bo_list->first_userptr != p->bo_list->num_entries) in amdgpu_cs_parser_bos()