OSDN Git Service

broadcom: Remove our defines of DRM_FORMAT_MOD_INVALID.
authorEric Anholt <eric@anholt.net>
Wed, 28 Feb 2018 22:16:54 +0000 (14:16 -0800)
committerEric Anholt <eric@anholt.net>
Fri, 9 Mar 2018 17:59:54 +0000 (09:59 -0800)
The imported drm_fourcc.h handles it now.

src/gallium/drivers/vc4/vc4_resource.c
src/gallium/drivers/vc5/vc5_resource.c

index b77f752..a86bd81 100644 (file)
 #include "vc4_resource.h"
 #include "vc4_tiling.h"
 
-#ifndef DRM_FORMAT_MOD_INVALID
-#define DRM_FORMAT_MOD_INVALID ((1ULL << 56) - 1)
-#endif
-
 static bool
 vc4_resource_bo_alloc(struct vc4_resource *rsc)
 {
index e73058f..1f0ddb1 100644 (file)
 #include "vc5_tiling.h"
 #include "broadcom/cle/v3d_packet_v33_pack.h"
 
-#ifndef DRM_FORMAT_MOD_INVALID
-#define DRM_FORMAT_MOD_INVALID ((1ULL << 56) - 1)
-#endif
-
 static void
 vc5_debug_resource_layout(struct vc5_resource *rsc, const char *caller)
 {