xref: /kernel/linux/linux-5.10/drivers/gpu/drm/i915/i915_query.h
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-5.10/drivers/gpu/drm/i915/
18c2ecf20Sopenharmony_ci/*
28c2ecf20Sopenharmony_ci * SPDX-License-Identifier: MIT
38c2ecf20Sopenharmony_ci *
48c2ecf20Sopenharmony_ci * Copyright © 2018 Intel Corporation
58c2ecf20Sopenharmony_ci */
68c2ecf20Sopenharmony_ci
78c2ecf20Sopenharmony_ci#ifndef _I915_QUERY_H_
88c2ecf20Sopenharmony_ci#define _I915_QUERY_H_
98c2ecf20Sopenharmony_ci
108c2ecf20Sopenharmony_cistruct drm_device;
118c2ecf20Sopenharmony_cistruct drm_file;
128c2ecf20Sopenharmony_ci
138c2ecf20Sopenharmony_ciint i915_query_ioctl(struct drm_device *dev, void *data, struct drm_file *file);
148c2ecf20Sopenharmony_ci
158c2ecf20Sopenharmony_ci#endif
16

Indexes created Thu Nov 07 10:32:03 CST 2024