/* * SPDX-License-Identifier: MIT * * Copyright © 2019 Intel Corporation */ #include <drm/drm_file.h> #include "i915_drv.h" #include "igt_mmap.h" unsigned long igt_mmap_offset(struct drm_i915_private *i915, u64 offset, unsigned long size, unsigned long prot, unsigned long flags) { … }