Lines Matching full:intel

2  * Copyright 2011 Intel Corporation
501 /* Intel framebuffer modifiers */
504 * Intel X-tiling layout
511 * Note that this layout is only accurate on intel gen 8+ or valleyview chipsets.
518 #define I915_FORMAT_MOD_X_TILED fourcc_mod_code(INTEL, 1)
521 * Intel Y-tiling layout
529 * Note that this layout is only accurate on intel gen 8+ or valleyview chipsets.
536 #define I915_FORMAT_MOD_Y_TILED fourcc_mod_code(INTEL, 2)
539 * Intel Yf-tiling layout
551 #define I915_FORMAT_MOD_Yf_TILED fourcc_mod_code(INTEL, 3)
554 * Intel color control surface (CCS) for render compression
570 #define I915_FORMAT_MOD_Y_TILED_CCS fourcc_mod_code(INTEL, 4)
571 #define I915_FORMAT_MOD_Yf_TILED_CCS fourcc_mod_code(INTEL, 5)
574 * Intel color control surfaces (CCS) for Gen-12 render compression.
582 #define I915_FORMAT_MOD_Y_TILED_GEN12_RC_CCS fourcc_mod_code(INTEL, 6)
585 * Intel color control surfaces (CCS) for Gen-12 media compression
595 #define I915_FORMAT_MOD_Y_TILED_GEN12_MC_CCS fourcc_mod_code(INTEL, 7)
598 * Intel Color Control Surface with Clear Color (CCS) for Gen-12 render
614 #define I915_FORMAT_MOD_Y_TILED_GEN12_RC_CCS_CC fourcc_mod_code(INTEL, 8)
617 * Intel Tile 4 layout
625 #define I915_FORMAT_MOD_4_TILED fourcc_mod_code(INTEL, 9)
628 * Intel color control surfaces (CCS) for DG2 render compression.
635 #define I915_FORMAT_MOD_4_TILED_DG2_RC_CCS fourcc_mod_code(INTEL, 10)
638 * Intel color control surfaces (CCS) for DG2 media compression.
647 #define I915_FORMAT_MOD_4_TILED_DG2_MC_CCS fourcc_mod_code(INTEL, 11)
650 * Intel Color Control Surface with Clear Color (CCS) for DG2 render compression.
661 #define I915_FORMAT_MOD_4_TILED_DG2_RC_CCS_CC fourcc_mod_code(INTEL, 12)
664 * Intel Color Control Surfaces (CCS) for display ver. 14 render compression.
672 #define I915_FORMAT_MOD_4_TILED_MTL_RC_CCS fourcc_mod_code(INTEL, 13)
675 * Intel Color Control Surfaces (CCS) for display ver. 14 media compression
685 #define I915_FORMAT_MOD_4_TILED_MTL_MC_CCS fourcc_mod_code(INTEL, 14)
688 * Intel Color Control Surface with Clear Color (CCS) for display ver. 14 render
704 #define I915_FORMAT_MOD_4_TILED_MTL_RC_CCS_CC fourcc_mod_code(INTEL, 15)
707 * Intel Color Control Surfaces (CCS) for graphics ver. 20 unified compression
716 #define I915_FORMAT_MOD_4_TILED_LNL_CCS fourcc_mod_code(INTEL, 16)
719 * Intel Color Control Surfaces (CCS) for graphics ver. 20 unified compression
729 #define I915_FORMAT_MOD_4_TILED_BMG_CCS fourcc_mod_code(INTEL, 17)