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

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