We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef47a7d commit 7cbd770Copy full SHA for 7cbd770
1 file changed
include/uapi/drm/asahi_drm.h
@@ -449,7 +449,7 @@ struct drm_asahi_cmd_render {
449
#define ASAHI_RENDER_UNK_SET_LOAD_BGOBJVALS (1UL << 23)
450
#define ASAHI_RENDER_UNK_SET_FRG_UNK_38 (1UL << 24)
451
#define ASAHI_RENDER_UNK_SET_FRG_UNK_3C (1UL << 25)
452
-#define ASAHI_RENDER_UNK_SET_FRG_UNK_40 (1UL << 26)
+
453
#define ASAHI_RENDER_UNK_SET_RELOAD_ZLSCTRL (1UL << 27)
454
#define ASAHI_RENDER_UNK_SET_UNK_BUF_10 (1UL << 28)
455
#define ASAHI_RENDER_UNK_SET_FRG_UNK_MASK (1UL << 29)
@@ -486,7 +486,6 @@ struct drm_asahi_cmd_render_unknowns {
486
__u64 load_bgobjvals;
487
__u64 frg_unk_38;
488
__u64 frg_unk_3c;
489
- __u64 frg_unk_40;
490
__u64 reload_zlsctrl;
491
__u64 unk_buf_10;
492
__u64 frg_unk_mask;
0 commit comments