projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
92a511a
)
drm/v3d: update UAPI to match user-space for V3D 7.x
author
Iago Toral Quiroga
<itoral@igalia.com>
Tue, 31 Oct 2023 07:38:56 +0000
(08:38 +0100)
committer
Maíra Canal
<mcanal@igalia.com>
Thu, 2 Nov 2023 11:54:39 +0000
(08:54 -0300)
V3D 7.x takes a new parameter to configure TFU jobs that needs
to be provided by user space.
Signed-off-by: Iago Toral Quiroga <itoral@igalia.com>
Reviewed-by: Maíra Canal <mcanal@igalia.com>
Signed-off-by: Maíra Canal <mcanal@igalia.com>
Link:
https://patchwork.freedesktop.org/patch/msgid/20231031073859.25298-2-itoral@igalia.com
include/uapi/drm/v3d_drm.h
patch
|
blob
|
history
diff --git
a/include/uapi/drm/v3d_drm.h
b/include/uapi/drm/v3d_drm.h
index 3dfc0af8756aac746442a93293f65522ba355825..1a7d7a689de38e8813ec9e6c8e03d2a773f2be41 100644
(file)
--- a/
include/uapi/drm/v3d_drm.h
+++ b/
include/uapi/drm/v3d_drm.h
@@
-319,6
+319,11
@@
struct drm_v3d_submit_tfu {
/* Pointer to an array of ioctl extensions*/
__u64 extensions;
+
+ struct {
+ __u32 ioc;
+ __u32 pad;
+ } v71;
};
/* Submits a compute shader for dispatch. This job will block on any