Home
last modified time | relevance | path

Searched defs:vmw_validation_context (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/
Dvmwgfx_validation.h60 struct vmw_validation_context { struct
61 struct vmw_sw_context *sw_context;
62 struct list_head resource_list;
63 struct list_head resource_ctx_list;
64 struct list_head bo_list;
65 struct list_head page_list;
66 struct ww_acquire_ctx ticket;
67 struct mutex *res_mutex;
68 unsigned int merge_dups;
92 struct vmw_validation_context _name = \ argument
/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/
Dvmwgfx_validation.h75 struct vmw_validation_context { struct
76 struct drm_open_hash *ht;
77 struct list_head resource_list;
78 struct list_head resource_ctx_list;
79 struct list_head bo_list;
80 struct list_head page_list;
81 struct ww_acquire_ctx ticket;
82 struct mutex *res_mutex;
83 unsigned int merge_dups;
107 struct vmw_validation_context _name = \ argument