crtc/kms: Don't redefine META_MONITOR_N_TRANSFORMS

https://gitlab.gnome.org/GNOME/mutter/issues/548
https://gitlab.gnome.org/GNOME/mutter/merge_requests/525
This commit is contained in:
Jonas Ådahl 2019-03-08 18:57:35 +01:00 committed by Georges Basile Stavracas Neto
parent f59d62bc8f
commit 1f62a8dbd9

View File

@ -35,8 +35,7 @@
#define DRM_FORMAT_INVALID 0
#endif
#define ALL_TRANSFORMS (META_MONITOR_TRANSFORM_FLIPPED_270 + 1)
#define ALL_TRANSFORMS_MASK ((1 << ALL_TRANSFORMS) - 1)
#define ALL_TRANSFORMS_MASK ((1 << META_MONITOR_N_TRANSFORMS) - 1)
typedef struct _MetaCrtcKms
{
@ -44,7 +43,7 @@ typedef struct _MetaCrtcKms
uint32_t primary_plane_id;
uint32_t rotation_prop_id;
uint32_t rotation_map[ALL_TRANSFORMS];
uint32_t rotation_map[META_MONITOR_N_TRANSFORMS];
uint32_t all_hw_transforms;
/*