]> Git Repo - J-linux.git/blob - drivers/gpu/drm/i915/gt/intel_sa_media.h
Merge tag 'vfs-6.13-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
[J-linux.git] / drivers / gpu / drm / i915 / gt / intel_sa_media.h
1 /* SPDX-License-Identifier: MIT */
2 /*
3  * Copyright © 2021 Intel Corporation
4  */
5 #ifndef __INTEL_SA_MEDIA__
6 #define __INTEL_SA_MEDIA__
7
8 #include <linux/types.h>
9
10 struct intel_gt;
11
12 int intel_sa_mediagt_setup(struct intel_gt *gt, phys_addr_t phys_addr,
13                            u32 gsi_offset);
14
15 #endif /* __INTEL_SA_MEDIA_H__ */
This page took 0.027399 seconds and 4 git commands to generate.