xref: /kernel/linux/linux-6.6/drivers/gpu/drm/i915/i915_query.h
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-6.6/drivers/gpu/drm/i915/
162306a36Sopenharmony_ci/*
262306a36Sopenharmony_ci * SPDX-License-Identifier: MIT
362306a36Sopenharmony_ci *
462306a36Sopenharmony_ci * Copyright © 2018 Intel Corporation
562306a36Sopenharmony_ci */
662306a36Sopenharmony_ci
762306a36Sopenharmony_ci#ifndef _I915_QUERY_H_
862306a36Sopenharmony_ci#define _I915_QUERY_H_
962306a36Sopenharmony_ci
1062306a36Sopenharmony_cistruct drm_device;
1162306a36Sopenharmony_cistruct drm_file;
1262306a36Sopenharmony_ci
1362306a36Sopenharmony_ciint i915_query_ioctl(struct drm_device *dev, void *data, struct drm_file *file);
1462306a36Sopenharmony_ci
1562306a36Sopenharmony_ci#endif
16

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