Revert "Revert "Revert "libdrm: Add rotation property fields"""

This reverts commit 5bc2a48ffc26d19c662e5550558335c90424ebc2.

Reason for revert: Bad vendor code was updated

Bug: 131120033
Change-Id: I2e71e79f32b42521fa43f18cf66ed6d000fd81fb
diff --git a/include/drm/drm_mode.h b/include/drm/drm_mode.h
index 84c0967..d3e0fe3 100644
--- a/include/drm/drm_mode.h
+++ b/include/drm/drm_mode.h
@@ -205,19 +205,6 @@
 		DRM_MODE_REFLECT_X | \
 		DRM_MODE_REFLECT_Y)
 
-
-/*
- * Legacy definitions for old code that doesn't use
- * the above mask definitions. Don't use in future code.
- */
-/* rotation property bits */
-#define DRM_ROTATE_0   0
-#define DRM_ROTATE_90  1
-#define DRM_ROTATE_180 2
-#define DRM_ROTATE_270 3
-#define DRM_REFLECT_X  4
-#define DRM_REFLECT_Y  5
-
 /* Content Protection Flags */
 #define DRM_MODE_CONTENT_PROTECTION_UNDESIRED	0
 #define DRM_MODE_CONTENT_PROTECTION_DESIRED     1