Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/
H A Ddrm_context.c141 list_for_each_entry_safe(pos, tmp, &dev->ctxlist, head) { in drm_legacy_ctxbitmap_flush()
394 list_add(&ctx_entry->head, &dev->ctxlist); in drm_legacy_addctx()
498 if (!list_empty(&dev->ctxlist)) { in drm_legacy_rmctx()
501 list_for_each_entry_safe(pos, n, &dev->ctxlist, head) { in drm_legacy_rmctx()
H A Ddrm_legacy_misc.c45 INIT_LIST_HEAD(&dev->ctxlist); in drm_legacy_init_members()
/openbmc/linux/include/drm/
H A Ddrm_device.h344 struct list_head ctxlist; member