Skip to content

Commit 7cbd770

Browse files
committed
fixup! DO NOT MERGE: drm/asahi: Add an experimental UAPI extension
1 parent ef47a7d commit 7cbd770

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

include/uapi/drm/asahi_drm.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@ struct drm_asahi_cmd_render {
449449
#define ASAHI_RENDER_UNK_SET_LOAD_BGOBJVALS (1UL << 23)
450450
#define ASAHI_RENDER_UNK_SET_FRG_UNK_38 (1UL << 24)
451451
#define ASAHI_RENDER_UNK_SET_FRG_UNK_3C (1UL << 25)
452-
#define ASAHI_RENDER_UNK_SET_FRG_UNK_40 (1UL << 26)
452+
453453
#define ASAHI_RENDER_UNK_SET_RELOAD_ZLSCTRL (1UL << 27)
454454
#define ASAHI_RENDER_UNK_SET_UNK_BUF_10 (1UL << 28)
455455
#define ASAHI_RENDER_UNK_SET_FRG_UNK_MASK (1UL << 29)
@@ -486,7 +486,6 @@ struct drm_asahi_cmd_render_unknowns {
486486
__u64 load_bgobjvals;
487487
__u64 frg_unk_38;
488488
__u64 frg_unk_3c;
489-
__u64 frg_unk_40;
490489
__u64 reload_zlsctrl;
491490
__u64 unk_buf_10;
492491
__u64 frg_unk_mask;

0 commit comments

Comments
 (0)