summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMika Kahola <mika.kahola@intel.com>2019-11-07 15:54:02 +0200
committerMika Kahola <mika.kahola@intel.com>2019-12-04 10:50:04 +0200
commit37bc7b51024b3f2e479e06d96704c2bf2f1c77ca (patch)
treea66507975d14cdb54e0ffd432b783b947e8d2fb9 /include
parentb0f877d06a78b9c38ed246be2537a0453b6c214f (diff)
drm-uapi/drm_fourcc: Format modifier for GEN12 render engine with Color Clear
Gen12 display can decompress surfaces compressed by render engine with Clear Color, add a new modifier as the driver needs to know the surface was compressed by render engine. Signed-off-by: Mika Kahola <mika.kahola@intel.com> Reviewed-by: Radhakrishna Sripada<radhakrishna.sripada@intel.com>
Diffstat (limited to 'include')
-rw-r--r--include/drm-uapi/drm_fourcc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/drm-uapi/drm_fourcc.h b/include/drm-uapi/drm_fourcc.h
index b93eb2d4..30af8dcf 100644
--- a/include/drm-uapi/drm_fourcc.h
+++ b/include/drm-uapi/drm_fourcc.h
@@ -410,6 +410,7 @@ extern "C" {
#define I915_FORMAT_MOD_Y_TILED_CCS fourcc_mod_code(INTEL, 4)
#define I915_FORMAT_MOD_Yf_TILED_CCS fourcc_mod_code(INTEL, 5)
#define I915_FORMAT_MOD_Y_TILED_GEN12_RC_CCS fourcc_mod_code(INTEL, 6)
+#define I915_FORMAT_MOD_Y_TILED_GEN12_RC_CCS_CC fourcc_mod_code(INTEL, 8)
/*
* Tiled, NV12MT, grouped in 64 (pixels) x 32 (lines) -sized macroblocks