i915_getparam.h 302 B

123456789101112131415
  1. /* SPDX-License-Identifier: MIT */
  2. /*
  3. * Copyright © 2021 Intel Corporation
  4. */
  5. #ifndef __I915_GETPARAM_H__
  6. #define __I915_GETPARAM_H__
  7. struct drm_device;
  8. struct drm_file;
  9. int i915_getparam_ioctl(struct drm_device *dev, void *data,
  10. struct drm_file *file_priv);
  11. #endif /* __I915_GETPARAM_H__ */