From 8b39b753080050ff9a6ed40f83c152d1429c4eae Mon Sep 17 00:00:00 2001 From: Alyssa Rosenzweig Date: Fri, 14 Mar 2025 10:27:46 -0400 Subject: [PATCH] ail: drop fake modifiers this just existed so upstream could build. Signed-off-by: Alyssa Rosenzweig Reviewed-by: Eric Engestrom Part-of: --- src/asahi/layout/layout.h | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/asahi/layout/layout.h b/src/asahi/layout/layout.h index f9eb95064d8..d195fd048ea 100644 --- a/src/asahi/layout/layout.h +++ b/src/asahi/layout/layout.h @@ -500,14 +500,6 @@ ail_is_view_compatible(struct ail_layout *layout, enum pipe_format view) return !layout->compressed || ail_formats_compatible(layout->format, view); } -/* Fake values, pending UAPI upstreaming */ -#ifndef DRM_FORMAT_MOD_APPLE_GPU_TILED -#define DRM_FORMAT_MOD_APPLE_GPU_TILED (2) -#endif -#ifndef DRM_FORMAT_MOD_APPLE_GPU_TILED_COMPRESSED -#define DRM_FORMAT_MOD_APPLE_GPU_TILED_COMPRESSED (3) -#endif - /* * We generally use ail enums instead of DRM format modifiers. These helpers * bridges the gap.