Lines Matching defs:xe
48 static size_t calc_hw_engine_info_size(struct xe_device *xe) in calc_hw_engine_info_size()
113 query_engine_cycles(struct xe_device *xe, in query_engine_cycles()
185 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()
363 static int query_gt_list(struct xe_device *xe, struct drm_xe_device_query *query) in query_gt_list()
433 static int query_hwconfig(struct xe_device *xe, in query_hwconfig()
463 static size_t calc_topo_query_size(struct xe_device *xe) in calc_topo_query_size()
501 static int query_gt_topology(struct xe_device *xe, in query_gt_topology()
561 query_uc_fw_version(struct xe_device *xe, struct drm_xe_device_query *query) in query_uc_fw_version()
633 static size_t calc_oa_unit_query_size(struct xe_device *xe) in calc_oa_unit_query_size()
650 static int query_oa_units(struct xe_device *xe, in query_oa_units()
711 static int query_pxp_status(struct xe_device *xe, struct drm_xe_device_query *query) in query_pxp_status()
738 static int query_eu_stall(struct xe_device *xe, in query_eu_stall()
796 struct xe_device *xe = to_xe_device(dev); in xe_query_ioctl() local