]> git.ipfire.org Git - thirdparty/linux.git/blobdiff - include/uapi/drm/drm_fourcc.h
Merge drm/drm-next into drm-misc-next
[thirdparty/linux.git] / include / uapi / drm / drm_fourcc.h
index 21c50b39596f8db373c6dd09284ce78a460e0a97..2ed46e9ae16aef43b8ef21bb129107f8c1eefd87 100644 (file)
@@ -335,6 +335,19 @@ extern "C" {
  */
 #define DRM_FORMAT_MOD_SAMSUNG_64_32_TILE      fourcc_mod_code(SAMSUNG, 1)
 
+/*
+ * Qualcomm Compressed Format
+ *
+ * Refers to a compressed variant of the base format that is compressed.
+ * Implementation may be platform and base-format specific.
+ *
+ * Each macrotile consists of m x n (mostly 4 x 4) tiles.
+ * Pixel data pitch/stride is aligned with macrotile width.
+ * Pixel data height is aligned with macrotile height.
+ * Entire pixel data buffer is aligned with 4k(bytes).
+ */
+#define DRM_FORMAT_MOD_QCOM_COMPRESSED fourcc_mod_code(QCOM, 1)
+
 /* Vivante framebuffer modifiers */
 
 /*