Skip to content

Commit 1118d10

Browse files
itoralmairacanal
authored andcommitted
drm/v3d: update UAPI to match user-space for V3D 7.x
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
1 parent 92a511a commit 1118d10

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

include/uapi/drm/v3d_drm.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -319,6 +319,11 @@ struct drm_v3d_submit_tfu {
319319

320320
/* Pointer to an array of ioctl extensions*/
321321
__u64 extensions;
322+
323+
struct {
324+
__u32 ioc;
325+
__u32 pad;
326+
} v71;
322327
};
323328

324329
/* Submits a compute shader for dispatch. This job will block on any

0 commit comments

Comments
 (0)