-
Notifications
You must be signed in to change notification settings - Fork 122
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 #4097 from Sonicadvance1/linux_v6.11_drm
LinuxEmulation: Update DRM for v6.11
- Loading branch information
Showing
7 changed files
with
39 additions
and
14 deletions.
There are no files selected for viewing
Submodule drm-headers
updated
12 files
+26 −1 | include/fex-drm/amdgpu_drm.h | |
+18 −0 | include/fex-drm/drm_fourcc.h | |
+11 −8 | include/fex-drm/drm_mode.h | |
+71 −3 | include/fex-drm/i915_drm.h | |
+68 −1 | include/fex-drm/ivpu_accel.h | |
+1 −0 | include/fex-drm/msm_drm.h | |
+56 −29 | include/fex-drm/nouveau_drm.h | |
+966 −0 | include/fex-drm/panthor_drm.h | |
+1 −12 | include/fex-drm/qaic_accel.h | |
+48 −0 | include/fex-drm/v3d_drm.h | |
+4 −2 | include/fex-drm/vmwgfx_drm.h | |
+371 −5 | 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
13 changes: 13 additions & 0 deletions
13
Source/Tools/LinuxEmulation/LinuxSyscalls/x32/Ioctl/panthor_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,13 @@ | ||
_BASIC_META(DRM_IOCTL_PANTHOR_DEV_QUERY) | ||
_BASIC_META(DRM_IOCTL_PANTHOR_VM_CREATE) | ||
_BASIC_META(DRM_IOCTL_PANTHOR_VM_DESTROY) | ||
_BASIC_META(DRM_IOCTL_PANTHOR_VM_BIND) | ||
_BASIC_META(DRM_IOCTL_PANTHOR_VM_GET_STATE) | ||
_BASIC_META(DRM_IOCTL_PANTHOR_BO_CREATE) | ||
_BASIC_META(DRM_IOCTL_PANTHOR_BO_MMAP_OFFSET) | ||
_BASIC_META(DRM_IOCTL_PANTHOR_GROUP_CREATE) | ||
_BASIC_META(DRM_IOCTL_PANTHOR_GROUP_DESTROY) | ||
_BASIC_META(DRM_IOCTL_PANTHOR_GROUP_SUBMIT) | ||
_BASIC_META(DRM_IOCTL_PANTHOR_GROUP_GET_STATE) | ||
_BASIC_META(DRM_IOCTL_PANTHOR_TILER_HEAP_CREATE) | ||
_BASIC_META(DRM_IOCTL_PANTHOR_TILER_HEAP_DESTROY) |
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