-
Notifications
You must be signed in to change notification settings - Fork 123
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3489 from Sonicadvance1/linux_v6.8
Linux: Expose support for v6.8
- Loading branch information
Showing
13 changed files
with
104 additions
and
5 deletions.
There are no files selected for viewing
Submodule drm-headers
updated
14 files
+32 −4 | include/fex-drm/amdgpu_drm.h | |
+91 −1 | include/fex-drm/drm.h | |
+7 −5 | include/fex-drm/drm_fourcc.h | |
+50 −11 | include/fex-drm/drm_mode.h | |
+70 −26 | include/fex-drm/habanalabs_accel.h | |
+10 −10 | include/fex-drm/i915_drm.h | |
+38 −8 | include/fex-drm/ivpu_accel.h | |
+3 −0 | include/fex-drm/msm_drm.h | |
+14 −0 | include/fex-drm/nouveau_drm.h | |
+1,295 −0 | include/fex-drm/pvr_drm.h | |
+21 −8 | include/fex-drm/qaic_accel.h | |
+244 −1 | include/fex-drm/v3d_drm.h | |
+2 −0 | include/fex-drm/virtgpu_drm.h | |
+1,327 −0 | include/fex-drm/xe_drm.h |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 14 additions & 0 deletions
14
Source/Tools/LinuxEmulation/LinuxSyscalls/x32/Ioctl/pvr_drm.inl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
_BASIC_META(DRM_IOCTL_PVR_DEV_QUERY) | ||
_BASIC_META(DRM_IOCTL_PVR_CREATE_BO) | ||
_BASIC_META(DRM_IOCTL_PVR_GET_BO_MMAP_OFFSET) | ||
_BASIC_META(DRM_IOCTL_PVR_CREATE_VM_CONTEXT) | ||
_BASIC_META(DRM_IOCTL_PVR_DESTROY_VM_CONTEXT) | ||
_BASIC_META(DRM_IOCTL_PVR_VM_MAP) | ||
_BASIC_META(DRM_IOCTL_PVR_VM_UNMAP) | ||
_BASIC_META(DRM_IOCTL_PVR_CREATE_CONTEXT) | ||
_BASIC_META(DRM_IOCTL_PVR_DESTROY_CONTEXT) | ||
_BASIC_META(DRM_IOCTL_PVR_CREATE_FREE_LIST) | ||
_BASIC_META(DRM_IOCTL_PVR_DESTROY_FREE_LIST) | ||
_BASIC_META(DRM_IOCTL_PVR_CREATE_HWRT_DATASET) | ||
_BASIC_META(DRM_IOCTL_PVR_DESTROY_HWRT_DATASET) | ||
_BASIC_META(DRM_IOCTL_PVR_SUBMIT_JOBS) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 11 additions & 0 deletions
11
Source/Tools/LinuxEmulation/LinuxSyscalls/x32/Ioctl/xe_drm.inl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
_BASIC_META(DRM_IOCTL_XE_DEVICE_QUERY) | ||
_BASIC_META(DRM_IOCTL_XE_GEM_CREATE) | ||
_BASIC_META(DRM_IOCTL_XE_GEM_MMAP_OFFSET) | ||
_BASIC_META(DRM_IOCTL_XE_VM_CREATE) | ||
_BASIC_META(DRM_IOCTL_XE_VM_DESTROY) | ||
_BASIC_META(DRM_IOCTL_XE_VM_BIND) | ||
_BASIC_META(DRM_IOCTL_XE_EXEC_QUEUE_CREATE) | ||
_BASIC_META(DRM_IOCTL_XE_EXEC_QUEUE_DESTROY) | ||
_BASIC_META(DRM_IOCTL_XE_EXEC_QUEUE_GET_PROPERTY) | ||
_BASIC_META(DRM_IOCTL_XE_EXEC) | ||
_BASIC_META(DRM_IOCTL_XE_WAIT_USER_FENCE) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters