Home
last modified time | relevance | path

Searched refs:list (Results 1 – 25 of 26) sorted by relevance

12

/gfx-drm/usr/src/uts/common/io/drm/
H A Ddrm_bufs.c172 if (list != NULL) { in drm_addmap_core()
182 *maplist = list; in drm_addmap_core()
197 if (list != NULL) { in drm_addmap_core()
206 *maplist = list; in drm_addmap_core()
280 list = kmalloc(sizeof(*list), GFP_KERNEL); in drm_addmap_core()
281 if (!list) { in drm_addmap_core()
287 (void) memset(list, 0, sizeof(*list)); in drm_addmap_core()
288 list->map = map; in drm_addmap_core()
291 list_add(&list->head, &dev->maplist, (caddr_t)list); in drm_addmap_core()
311 *maplist = list; in drm_addmap_core()
[all …]
H A Ddrm_modes.c1030 struct list_head *list, *temp; in drm_mode_sort() local
1039 for (list = mode_list->next, temp = list->next; in drm_mode_sort()
1041 list = temp, temp = temp->next) { in drm_mode_sort()
1042 if (drm_mode_compare(list, temp) > 0){ in drm_mode_sort()
1054 list_for_each_safe(list, temp, mode_list){ in drm_mode_sort()
1055 if (drm_mode_compare(list, cur) > 0) { in drm_mode_sort()
1057 struct list_head *p_node = list->prev; in drm_mode_sort()
1060 list->prev = cur; in drm_mode_sort()
1061 cur->next = list; in drm_mode_sort()
1067 if (list == end) { in drm_mode_sort()
H A Ddrm_gem.c798 struct drm_history_list *list; in drm_gem_object_track() local
799 list = drm_alloc(sizeof (struct drm_history_list), DRM_MEM_MAPS); in drm_gem_object_track()
800 if (list != NULL) { in drm_gem_object_track()
801 (void) memcpy(list->info, name, (strlen(name) * sizeof(char))); in drm_gem_object_track()
802 list->cur_seq = cur_seq; in drm_gem_object_track()
803 list->last_seq = last_seq; in drm_gem_object_track()
804 list->ring_ptr = ptr; in drm_gem_object_track()
805 list_add_tail(&list->head, &obj->his_list, (caddr_t)list); in drm_gem_object_track()
H A Ddrm_ioctl.c133 struct list_head *list; in drm_getmap() local
143 list_for_each(list, &dev->maplist) { in drm_getmap()
145 r_list = list_entry(list, struct drm_map_list, head); in drm_getmap()
H A Ddrm_dma.c157 switch (dma->buflist[i]->list) { in drm_core_reclaim_buffers()
162 dma->buflist[i]->list = DRM_LIST_RECLAIM; in drm_core_reclaim_buffers()
H A Ddrm_io32.c115 dest64->list = (int *)(uintptr_t)dest32.list; in copyin32_drm_buf_free()
130 dest64->list = (drm_buf_pub_t *)(uintptr_t)dest32.list; in copyin32_drm_buf_map()
H A Ddrm_sun_idr.c71 fr_get(struct idr_free_id_range *list, int start) in fr_get() argument
73 struct idr_free_id_range *entry = list; in fr_get()
81 fr_insert(struct idr_free_id_range *list, int start) in fr_insert() argument
83 struct idr_free_id_range *prev = list; in fr_insert()
H A Ddrm_edid.c2306 struct list_head list; in add_alternate_cea_modes() local
2308 INIT_LIST_HEAD(&list); in add_alternate_cea_modes()
2353 list_add_tail(&newmode->head, &list, (caddr_t)newmode); in add_alternate_cea_modes()
2356 list_for_each_entry_safe(mode, tmp, struct drm_display_mode, &list, head) { in add_alternate_cea_modes()
H A Ddrm_crtc.c75 #define DRM_ENUM_NAME_FN(fnname, list) \ argument
79 for (i = 0; i < ARRAY_SIZE(list); i++) { \
80 if (list[i].type == val) \
81 return list[i].name; \
/gfx-drm/usr/src/uts/common/drm/
H A Ddrm_linux_list.h120 #define list_splice(list, be, ne) \ argument
122 if (!list_empty(list)) { \
123 struct list_head *first = (list)->next; \
124 struct list_head *last = (list)->prev; \
H A Ddrm_io32.h95 uint32_t list; member
115 uint32_t list; /* Buffer information */ member
H A Ddrm.h384 struct drm_buf_desc *list; member
392 int *list; member
417 struct drm_buf_pub *list; /**< Buffer information */ member
H A DdrmP.h495 } list; /* Which list we're on */ member
1276 extern int drm_map_handle(struct drm_device *dev, struct drm_map_list *list);
/gfx-drm/usr/src/pkg/
H A DMakefile212 license-list
653 license-list: makesilent
663 stage-licenses: license-list FRC
669 }' license-list` > /dev/null;
/gfx-drm/usr/src/uts/common/sys/
H A DTHIRDPARTYLICENSE.agpgart9 * notice, this list of conditions and the following disclaimer.
11 * notice, this list of conditions and the following disclaimer in the
/gfx-drm/usr/src/common/libdrm/
H A DCheck-patches106 echo patches/util-double-list-h.patch
107 diff_ref util_double_list.h > $chk/util-double-list-h.patch
/gfx-drm/usr/src/cmd/mdb/i915/
H A Di915.c348 struct list_head list; in i915_obj_list_node() local
354 if (mdb_vread(&list, sizeof (struct list), addr) == -1) { in i915_obj_list_node()
359 if (list.contain_ptr == 0) { in i915_obj_list_node()
366 (uintptr_t)list.contain_ptr) == -1) { in i915_obj_list_node()
372 mdb_printf("0x%lx ", list.contain_ptr); in i915_obj_list_node()
1124 struct list_head list; in i915_request_list_node() local
1130 if (mdb_vread(&list, sizeof (struct list), addr) == -1) { in i915_request_list_node()
1135 if (list.contain_ptr == 0) { in i915_request_list_node()
1142 (uintptr_t)list.contain_ptr) == -1) { in i915_request_list_node()
1148 mdb_printf("0x%lx ", list.contain_ptr); in i915_request_list_node()
/gfx-drm/usr/src/tools/
H A Duserland-fetch145 urls = list()
185 search_list = list()
/gfx-drm/usr/src/pkg/manifests/
H A Ddriver-graphics-drm.mf57 # Note: The authoritative list of supported PCI IDs supported by
59 # This list was generated by: uts/intel/io/i915/Make-PCI-ID-list.awk
H A Ddriver-graphics-agpgart.mf47 # Note: The authoritative list of PCI IDs for this driver is
/gfx-drm/usr/src/common/libdrm/patches/
H A Dincl-drm-drm-h.patch134 struct drm_buf_pub *list; /**< Buffer information */
/gfx-drm/usr/src/uts/intel/io/i915/
H A Di915_gem.c1574 list_add_tail(&request->list, &ring->request_list, (caddr_t)request); in __i915_add_request()
1715 list_del(&request->list); in i915_gem_free_request()
1738 list); in i915_gem_reset_ring_lists()
1821 list); in i915_gem_retire_requests_ring()
H A Dintel_ringbuffer.c1425 list_for_each_entry(request, struct drm_i915_gem_request, &ring->request_list, list) { in intel_ring_wait_request()
1553 list); in intel_ring_idle()
H A Di915_irq.c1789 list_for_each_entry(request, &ring->request_list, list) in i915_gem_record_rings()
1802 list_for_each_entry(request, &ring->request_list, list) { in i915_gem_record_rings()
2294 struct drm_i915_gem_request, list); in ring_last_seqno()
H A Di915_drv.h1410 struct list_head list; member

12