refactor: move iaf headers to separate folder

add documentation about sources of linux kernel headers

Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
Mateusz Jablonski
2024-03-29 10:40:18 +00:00
committed by Compute-Runtime-Automation
parent 9123b5d5b0
commit 089927406b
13 changed files with 49 additions and 3927 deletions

24
third_party/uapi/README.md vendored Normal file
View File

@@ -0,0 +1,24 @@
<!---
Copyright (C) 2024 Intel Corporation
SPDX-License-Identifier: MIT
-->
Source locations of Linux kernel interface headers:
1. https://repositories.intel.com/graphics/kernel-api/index.html
- dg1/i915_drm.h
2. https://git.kernel.org/stable/h/v6.8.1
- drm/drm.h
- drm/drm_mode.h
- drm/drm_fourcc.h
- i915/i915.h
- xe/xe_drm.h
3. https://github.com/intel-gpu/drm-uapi-helper/releases/tag/v2.0-rc24
- i915/prelim/i915.h
- i915/prelim/i915_prelim.h
- iaf/iaf_netlink.h

View File

@@ -1,2 +0,0 @@
Source location of Linux kernel DRM/i915 interface headers:
https://repositories.intel.com/graphics/kernel-api/index.html

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -1,6 +1,6 @@
/* SPDX-License-Identifier: MIT */
/*
* Copyright(c) 2021 Intel Corporation.
* Copyright(c) 2021 - 2023 Intel Corporation.
*
*/