From cefdfd21a5ee27c4b3e705dd975a4a8f5359f66b Mon Sep 17 00:00:00 2001 From: Asahi Lina Date: Wed, 8 Nov 2023 18:17:09 +0900 Subject: [PATCH] fixup! drm/asahi: Add the Asahi driver UAPI --- include/uapi/drm/asahi_drm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/uapi/drm/asahi_drm.h b/include/uapi/drm/asahi_drm.h index 2becb214274fd8..10b7647141598d 100644 --- a/include/uapi/drm/asahi_drm.h +++ b/include/uapi/drm/asahi_drm.h @@ -330,7 +330,7 @@ struct drm_asahi_attachment { #define ASAHI_RENDER_NO_CLEAR_PIPELINE_TEXTURES (1UL << 0) #define ASAHI_RENDER_SET_WHEN_RELOADING_Z_OR_S (1UL << 1) -/* was sync TVB growth */ +#define ASAHI_RENDER_VERTEX_SPILLS (1UL << 2) #define ASAHI_RENDER_PROCESS_EMPTY_TILES (1UL << 3) #define ASAHI_RENDER_NO_VERTEX_CLUSTERING (1UL << 4) #define ASAHI_RENDER_MSAA_ZS (1UL << 5)