Lines Matching defs:xe
46 static size_t calc_hw_engine_info_size(struct xe_device *xe) in calc_hw_engine_info_size()
111 query_engine_cycles(struct xe_device *xe, in query_engine_cycles()
180 static int query_engines(struct xe_device *xe, in query_engines()
229 static size_t calc_mem_regions_size(struct xe_device *xe) in calc_mem_regions_size()
241 static int query_mem_regions(struct xe_device *xe, in query_mem_regions()
312 static int query_config(struct xe_device *xe, struct drm_xe_device_query *query) in query_config()
353 static int query_gt_list(struct xe_device *xe, struct drm_xe_device_query *query) in query_gt_list()
423 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()
491 static int query_gt_topology(struct xe_device *xe, in query_gt_topology()
551 query_uc_fw_version(struct xe_device *xe, struct drm_xe_device_query *query) in query_uc_fw_version()
623 static size_t calc_oa_unit_query_size(struct xe_device *xe) in calc_oa_unit_query_size()
640 static int query_oa_units(struct xe_device *xe, in query_oa_units()
716 struct xe_device *xe = to_xe_device(dev); in xe_query_ioctl() local