Searched refs:cachelist (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/drivers/gpu/drm/i915/gt/uc/ |
| H A D | guc_capture_fwif.h | 206 struct list_head cachelist; member
|
| 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-6.15/drivers/gpu/drm/xe/ |
| H A D | xe_guc_capture.c | 280 struct list_head cachelist; member 862 guc_capture_add_node_to_list(node, &gc->cachelist); in guc_capture_add_node_to_cachelist() 1075 if (!list_empty(&guc->capture->cachelist)) { in guc_capture_get_prealloc_node() 1079 list_for_each_entry_safe(n, ntmp, &guc->capture->cachelist, link) { in guc_capture_get_prealloc_node() 2014 INIT_LIST_HEAD(&guc->capture->cachelist); in xe_guc_capture_init()
|