From 3a11b451ab1975b305aa704bc2b31ff217a729bf Mon Sep 17 00:00:00 2001 From: Narendra Muppalla Date: Mon, 12 Oct 2020 18:11:05 -0700 Subject: [PATCH] Revert "ANDROID: include: uapi: drm: add additional QCOM modifiers" Necessary changes to add additional QCOM modifiers have been made to vendor specific drivers. This reverts commit ba517fa42c9f6768778e8cb3b996bee6311a29d2. Signed-off-by: Narendra Muppalla Change-Id: I1f64aaf9b8e03f0ca623a2c3fb5340c6687c7193 --- include/uapi/drm/drm_fourcc.h | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/include/uapi/drm/drm_fourcc.h b/include/uapi/drm/drm_fourcc.h index 786f04233ba0..82f327801267 100644 --- a/include/uapi/drm/drm_fourcc.h +++ b/include/uapi/drm/drm_fourcc.h @@ -525,30 +525,6 @@ extern "C" { */ #define DRM_FORMAT_MOD_QCOM_COMPRESSED fourcc_mod_code(QCOM, 1) -/* - * QTI DX Format - * - * Refers to a DX variant of the base format. - * Implementation may be platform and base-format specific. - */ -#define DRM_FORMAT_MOD_QCOM_DX fourcc_mod_code(QCOM, 0x2) - -/* - * QTI Tight Format - * - * Refers to a tightly packed variant of the base format. - * Implementation may be platform and base-format specific. - */ -#define DRM_FORMAT_MOD_QCOM_TIGHT fourcc_mod_code(QCOM, 0x4) - -/* - * QTI Tile Format - * - * Refers to a tile variant of the base format. - * Implementation may be platform and base-format specific. - */ -#define DRM_FORMAT_MOD_QCOM_TILE fourcc_mod_code(QCOM, 0x8) - /* Vivante framebuffer modifiers */ /*