[PATCH v4 5/6] drm/xe/xe_query: Pass drm file to query funcs

2025-02-20 Thread Jonathan Cavitt
Pass the drm file to the query funcs in xe_query.c. This will be necessary for a future query. Signed-off-by: Jonathan Cavitt --- drivers/gpu/drm/xe/xe_query.c | 39 --- 1 file changed, 27 insertions(+), 12 deletions(-) diff --git a/drivers/gpu/drm/xe/xe_query.c

[PATCH v4 5/6] drm/xe/xe_query: Pass drm file to query funcs

2025-02-19 Thread Jonathan Cavitt
Pass the drm file to the query funcs in xe_query.c. This will be necessary for a future query. Signed-off-by: Jonathan Cavitt --- drivers/gpu/drm/xe/xe_query.c | 39 --- 1 file changed, 27 insertions(+), 12 deletions(-) diff --git a/drivers/gpu/drm/xe/xe_query.c