From dee69283de5fb0743215c586bd00cb2881e4f832 Mon Sep 17 00:00:00 2001 From: Asahi Lina Date: Fri, 1 Sep 2023 18:47:34 +0900 Subject: [PATCH] fixup! drm/asahi: Add the Asahi driver UAPI Remove sync TVB growth flag. Not filling the hole to avoid breaking compat for now. --- 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 630d7921cc3af7..1dd033117e4a7b 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) -#define ASAHI_RENDER_SYNC_TVB_GROWTH (1UL << 2) +/* was sync TVB growth */ #define ASAHI_RENDER_PROCESS_EMPTY_TILES (1UL << 3) #define ASAHI_RENDER_NO_VERTEX_CLUSTERING (1UL << 4) #define ASAHI_RENDER_MSAA_ZS (1UL << 5)