xfs: skip unallocated regions of inode chunks in xfs_ifree_cluster()
[firefly-linux-kernel-4.4.55.git] / include / drm / drm_edid.h
index 87d85e81d3a7e076a36e35eb65b94ca7ecbc8751..799050198323e852c7cbb45e3c1236cc67d386ac 100644 (file)
@@ -215,6 +215,8 @@ struct detailed_timing {
 #define DRM_ELD_VER                    0
 # define DRM_ELD_VER_SHIFT             3
 # define DRM_ELD_VER_MASK              (0x1f << 3)
+# define DRM_ELD_VER_CEA861D           (2 << 3) /* supports 861D or below */
+# define DRM_ELD_VER_CANNED            (0x1f << 3)
 
 #define DRM_ELD_BASELINE_ELD_LEN       2       /* in dwords! */