Searched refs:ctxlist (Results 1 - 7 of 7) sorted by relevance
| /kernel/linux/linux-5.10/drivers/gpu/drm/ |
| H A D | drm_context.c | 145 list_for_each_entry_safe(pos, tmp, &dev->ctxlist, head) { in drm_legacy_ctxbitmap_flush() 401 list_add(&ctx_entry->head, &dev->ctxlist); in drm_legacy_addctx() 509 if (!list_empty(&dev->ctxlist)) { in drm_legacy_rmctx() 512 list_for_each_entry_safe(pos, n, &dev->ctxlist, head) { in drm_legacy_rmctx()
|
| H A D | drm_legacy_misc.c | 47 INIT_LIST_HEAD(&dev->ctxlist); in drm_legacy_init_members()
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/ |
| H A D | drm_context.c | 141 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 D | drm_legacy_misc.c | 45 INIT_LIST_HEAD(&dev->ctxlist); in drm_legacy_init_members()
|
| /kernel/linux/linux-5.10/include/drm/ |
| H A D | drm_device.h | 336 struct list_head ctxlist; member 338 /* Context handle management - mutex for &ctxlist */
|
| /kernel/linux/linux-6.6/include/drm/ |
| H A D | drm_device.h | 344 struct list_head ctxlist; member 346 /* Context handle management - mutex for &ctxlist */
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/via/ |
| H A D | via_mm.c | 87 if (list_is_singular(&dev->ctxlist)) { in via_final_context()
|
Completed in 6 milliseconds