Skip to content

Commit ef47a7d

Browse files
committed
fixup! drm/asahi: Add the Asahi driver UAPI
1 parent 053ea5e commit ef47a7d

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

include/uapi/drm/asahi_drm.h

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
extern "C" {
1717
#endif
1818

19-
#define DRM_ASAHI_UNSTABLE_UABI_VERSION 10009
19+
#define DRM_ASAHI_UNSTABLE_UABI_VERSION 10010
2020

2121
#define DRM_ASAHI_GET_PARAMS 0x00
2222
#define DRM_ASAHI_VM_CREATE 0x01
@@ -352,6 +352,8 @@ struct drm_asahi_cmd_render {
352352

353353
__u32 vertex_helper_program;
354354
__u32 fragment_helper_program;
355+
__u32 vertex_helper_cfg;
356+
__u32 fragment_helper_cfg;
355357
__u64 vertex_helper_arg;
356358
__u64 fragment_helper_arg;
357359

@@ -513,7 +515,7 @@ struct drm_asahi_cmd_compute {
513515
__u32 pad;
514516

515517
__u32 helper_program;
516-
__u32 helper_unk; /* ? */
518+
__u32 helper_cfg;
517519
__u64 helper_arg;
518520

519521
__u32 encoder_id;

0 commit comments

Comments
 (0)