Searched refs:query_info (Results 1 – 6 of 6) sorted by relevance
481 if (!query_info->queries) in v3d_get_cpu_timestamp_query_params()547 if (!query_info->queries) in v3d_get_cpu_reset_timestamp_params()569 query_info->count = reset.count; in v3d_get_cpu_reset_timestamp_params()611 if (!query_info->queries) in v3d_get_cpu_copy_query_results_params()639 query_info->count = copy.count; in v3d_get_cpu_copy_query_results_params()741 query_info->queries = in v3d_get_cpu_reset_performance_params()745 if (!query_info->queries) in v3d_get_cpu_reset_performance_params()757 query_info->count = reset.count; in v3d_get_cpu_reset_performance_params()790 query_info->queries = in v3d_get_cpu_copy_performance_query_params()794 if (!query_info->queries) in v3d_get_cpu_copy_performance_query_params()[all …]
77 v3d_timestamp_query_info_free(struct v3d_timestamp_query_info *query_info, in v3d_timestamp_query_info_free() argument80 if (query_info->queries) { in v3d_timestamp_query_info_free()84 drm_syncobj_put(query_info->queries[i].syncobj); in v3d_timestamp_query_info_free()86 kvfree(query_info->queries); in v3d_timestamp_query_info_free()91 v3d_performance_query_info_free(struct v3d_performance_query_info *query_info, in v3d_performance_query_info_free() argument94 if (query_info->queries) { in v3d_performance_query_info_free()98 drm_syncobj_put(query_info->queries[i].syncobj); in v3d_performance_query_info_free()99 kvfree(query_info->queries[i].kperfmon_ids); in v3d_performance_query_info_free()102 kvfree(query_info->queries); in v3d_performance_query_info_free()
602 void v3d_timestamp_query_info_free(struct v3d_timestamp_query_info *query_info,604 void v3d_performance_query_info_free(struct v3d_performance_query_info *query_info,
1605 struct ras_query_if *query_info) in amdgpu_ras_query_error_count_helper() argument1609 if (!query_info) in amdgpu_ras_query_error_count_helper()1613 ret = amdgpu_ras_query_error_status(adev, query_info); in amdgpu_ras_query_error_count_helper()1617 *ce_count += query_info->ce_count; in amdgpu_ras_query_error_count_helper()1618 *ue_count += query_info->ue_count; in amdgpu_ras_query_error_count_helper()1649 struct ras_query_if *query_info) in amdgpu_ras_query_error_count() argument1666 if (!query_info) { in amdgpu_ras_query_error_count()4145 struct ras_query_if *query_info; in amdgpu_ras_block_late_init() local4190 query_info = kzalloc(sizeof(*query_info), GFP_KERNEL); in amdgpu_ras_block_late_init()4191 if (!query_info) in amdgpu_ras_block_late_init()[all …]
753 struct ras_query_if *query_info);
163 static int query_info(struct ism_dev *ism) in query_info() function576 query_info(ism); in ism_dev_init()
Completed in 838 milliseconds