Searched refs:cachelist (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/gpu/drm/i915/gt/uc/ |
| H A D | intel_guc_capture.c | 908 list_for_each_entry_safe(n, ntmp, &guc->capture->cachelist, link) in guc_capture_delete_prealloc_nodes() 930 guc_capture_add_node_to_list(node, &gc->cachelist); in guc_capture_add_node_to_cachelist() 956 if (!list_empty(&guc->capture->cachelist)) { in guc_capture_get_prealloc_node() 960 list_for_each_entry_safe(n, ntmp, &guc->capture->cachelist, link) { in guc_capture_get_prealloc_node() 1649 INIT_LIST_HEAD(&guc->capture->cachelist); in intel_guc_capture_init()
|
| /linux/drivers/gpu/drm/xe/ |
| H A D | xe_guc_capture.c | 307 struct list_head cachelist; member 902 guc_capture_add_node_to_list(node, &gc->cachelist); in guc_capture_add_node_to_cachelist() 1115 if (!list_empty(&guc->capture->cachelist)) { in guc_capture_get_prealloc_node() 1119 list_for_each_entry_safe(n, ntmp, &guc->capture->cachelist, link) { in guc_capture_get_prealloc_node() 2054 INIT_LIST_HEAD(&guc->capture->cachelist); in xe_guc_capture_init()
|