]> Git Repo - linux.git/blob - drivers/gpu/drm/i915/selftests/igt_mmap.h
Merge tag 'amd-drm-next-6.5-2023-06-09' of https://gitlab.freedesktop.org/agd5f/linux...
[linux.git] / drivers / gpu / drm / i915 / selftests / igt_mmap.h
1 /*
2  * SPDX-License-Identifier: MIT
3  *
4  * Copyright © 2019 Intel Corporation
5  */
6
7 #ifndef IGT_MMAP_H
8 #define IGT_MMAP_H
9
10 #include <linux/types.h>
11
12 struct drm_i915_private;
13 struct drm_vma_offset_node;
14
15 unsigned long igt_mmap_offset(struct drm_i915_private *i915,
16                               u64 offset,
17                               unsigned long size,
18                               unsigned long prot,
19                               unsigned long flags);
20
21 #endif /* IGT_MMAP_H */
This page took 0.034425 seconds and 4 git commands to generate.