Lines Matching defs:xe
41 static size_t calc_hw_engine_info_size(struct xe_device *xe) in calc_hw_engine_info_size()
108 query_engine_cycles(struct xe_device *xe, in query_engine_cycles()
181 static int query_engines(struct xe_device *xe, in query_engines()
234 static size_t calc_mem_regions_size(struct xe_device *xe) in calc_mem_regions_size()
246 static int query_mem_regions(struct xe_device *xe, in query_mem_regions()
317 static int query_config(struct xe_device *xe, struct drm_xe_device_query *query) in query_config()
358 static int query_gt_list(struct xe_device *xe, struct drm_xe_device_query *query) in query_gt_list()
421 static int query_hwconfig(struct xe_device *xe, in query_hwconfig()
453 static size_t calc_topo_query_size(struct xe_device *xe) in calc_topo_query_size()
479 static int query_gt_topology(struct xe_device *xe, in query_gt_topology()
536 struct xe_device *xe = to_xe_device(dev); in xe_query_ioctl() local