Home
last modified time | relevance | path

Searched refs:query_info (Results 1 – 6 of 6) sorted by relevance

/drivers/gpu/drm/v3d/
A Dv3d_submit.c481 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 …]
A Dv3d_sched.c77 v3d_timestamp_query_info_free(struct v3d_timestamp_query_info *query_info, in v3d_timestamp_query_info_free() argument
80 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() argument
94 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()
A Dv3d_drv.h602 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,
/drivers/gpu/drm/amd/amdgpu/
A Damdgpu_ras.c1605 struct ras_query_if *query_info) in amdgpu_ras_query_error_count_helper() argument
1609 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() argument
1666 if (!query_info) { in amdgpu_ras_query_error_count()
4145 struct ras_query_if *query_info; in amdgpu_ras_block_late_init() local
4190 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 …]
A Damdgpu_ras.h753 struct ras_query_if *query_info);
/drivers/s390/net/
A Dism_drv.c163 static int query_info(struct ism_dev *ism) in query_info() function
576 query_info(ism); in ism_dev_init()

Completed in 838 milliseconds