/device/google/redbull-kernel/sm7250/original-kernel-headers/drm/ |
D | drm_fourcc.h | 191 #define fourcc_mod_code(vendor, val) \ macro 209 #define DRM_FORMAT_MOD_INVALID fourcc_mod_code(NONE, DRM_FORMAT_RESERVED) 219 #define DRM_FORMAT_MOD_LINEAR fourcc_mod_code(NONE, 0) 235 #define I915_FORMAT_MOD_X_TILED fourcc_mod_code(INTEL, 1) 250 #define I915_FORMAT_MOD_Y_TILED fourcc_mod_code(INTEL, 2) 265 #define I915_FORMAT_MOD_Yf_TILED fourcc_mod_code(INTEL, 3) 284 #define I915_FORMAT_MOD_Y_TILED_CCS fourcc_mod_code(INTEL, 4) 285 #define I915_FORMAT_MOD_Yf_TILED_CCS fourcc_mod_code(INTEL, 5) 300 #define DRM_FORMAT_MOD_SAMSUNG_64_32_TILE fourcc_mod_code(SAMSUNG, 1) 313 #define DRM_FORMAT_MOD_QCOM_COMPRESSED fourcc_mod_code(QCOM, 1) [all …]
|
/device/google/redbull-kernel/sm7250/kernel-headers/drm/ |
D | drm_fourcc.h | 100 #define fourcc_mod_code(vendor,val) ((((__u64) DRM_FORMAT_MOD_VENDOR_ ##vendor) << 56) | ((val) & 0… macro 101 #define DRM_FORMAT_MOD_INVALID fourcc_mod_code(NONE, DRM_FORMAT_RESERVED) 102 #define DRM_FORMAT_MOD_LINEAR fourcc_mod_code(NONE, 0) 103 #define I915_FORMAT_MOD_X_TILED fourcc_mod_code(INTEL, 1) 104 #define I915_FORMAT_MOD_Y_TILED fourcc_mod_code(INTEL, 2) 105 #define I915_FORMAT_MOD_Yf_TILED fourcc_mod_code(INTEL, 3) 106 #define I915_FORMAT_MOD_Y_TILED_CCS fourcc_mod_code(INTEL, 4) 107 #define I915_FORMAT_MOD_Yf_TILED_CCS fourcc_mod_code(INTEL, 5) 108 #define DRM_FORMAT_MOD_SAMSUNG_64_32_TILE fourcc_mod_code(SAMSUNG, 1) 109 #define DRM_FORMAT_MOD_QCOM_COMPRESSED fourcc_mod_code(QCOM, 1) [all …]
|
/device/google/comet-kernels/6.1/24Q3-12157876/kernel-headers/drm/ |
D | drm_fourcc.h | 155 #define fourcc_mod_code(vendor,val) ((((__u64) DRM_FORMAT_MOD_VENDOR_ ##vendor) << 56) | ((val) & 0… macro 157 #define DRM_FORMAT_MOD_INVALID fourcc_mod_code(NONE, DRM_FORMAT_RESERVED) 158 #define DRM_FORMAT_MOD_LINEAR fourcc_mod_code(NONE, 0) 160 #define I915_FORMAT_MOD_X_TILED fourcc_mod_code(INTEL, 1) 161 #define I915_FORMAT_MOD_Y_TILED fourcc_mod_code(INTEL, 2) 162 #define I915_FORMAT_MOD_Yf_TILED fourcc_mod_code(INTEL, 3) 163 #define I915_FORMAT_MOD_Y_TILED_CCS fourcc_mod_code(INTEL, 4) 164 #define I915_FORMAT_MOD_Yf_TILED_CCS fourcc_mod_code(INTEL, 5) 165 #define I915_FORMAT_MOD_Y_TILED_GEN12_RC_CCS fourcc_mod_code(INTEL, 6) 166 #define I915_FORMAT_MOD_Y_TILED_GEN12_MC_CCS fourcc_mod_code(INTEL, 7) [all …]
|
/device/google/caimito-kernels/6.1/24Q3-12157876/kernel-headers/drm/ |
D | drm_fourcc.h | 155 #define fourcc_mod_code(vendor,val) ((((__u64) DRM_FORMAT_MOD_VENDOR_ ##vendor) << 56) | ((val) & 0… macro 157 #define DRM_FORMAT_MOD_INVALID fourcc_mod_code(NONE, DRM_FORMAT_RESERVED) 158 #define DRM_FORMAT_MOD_LINEAR fourcc_mod_code(NONE, 0) 160 #define I915_FORMAT_MOD_X_TILED fourcc_mod_code(INTEL, 1) 161 #define I915_FORMAT_MOD_Y_TILED fourcc_mod_code(INTEL, 2) 162 #define I915_FORMAT_MOD_Yf_TILED fourcc_mod_code(INTEL, 3) 163 #define I915_FORMAT_MOD_Y_TILED_CCS fourcc_mod_code(INTEL, 4) 164 #define I915_FORMAT_MOD_Yf_TILED_CCS fourcc_mod_code(INTEL, 5) 165 #define I915_FORMAT_MOD_Y_TILED_GEN12_RC_CCS fourcc_mod_code(INTEL, 6) 166 #define I915_FORMAT_MOD_Y_TILED_GEN12_MC_CCS fourcc_mod_code(INTEL, 7) [all …]
|
/device/google/tangorpro-kernels/5.10/24Q3-12318583/kernel-headers/drm/ |
D | drm_fourcc.h | 146 #define fourcc_mod_code(vendor,val) ((((__u64) DRM_FORMAT_MOD_VENDOR_ ##vendor) << 56) | ((val) & 0… macro 148 #define DRM_FORMAT_MOD_INVALID fourcc_mod_code(NONE, DRM_FORMAT_RESERVED) 149 #define DRM_FORMAT_MOD_LINEAR fourcc_mod_code(NONE, 0) 150 #define DRM_FORMAT_MOD_PROTECTION fourcc_mod_code(NONE, (1ULL << 51)) 151 #define I915_FORMAT_MOD_X_TILED fourcc_mod_code(INTEL, 1) 152 #define I915_FORMAT_MOD_Y_TILED fourcc_mod_code(INTEL, 2) 153 #define I915_FORMAT_MOD_Yf_TILED fourcc_mod_code(INTEL, 3) 154 #define I915_FORMAT_MOD_Y_TILED_CCS fourcc_mod_code(INTEL, 4) 155 #define I915_FORMAT_MOD_Yf_TILED_CCS fourcc_mod_code(INTEL, 5) 156 #define I915_FORMAT_MOD_Y_TILED_GEN12_RC_CCS fourcc_mod_code(INTEL, 6) [all …]
|
/device/google/pantah-kernels/5.10/24Q3-12318583/kernel-headers/drm/ |
D | drm_fourcc.h | 146 #define fourcc_mod_code(vendor,val) ((((__u64) DRM_FORMAT_MOD_VENDOR_ ##vendor) << 56) | ((val) & 0… macro 148 #define DRM_FORMAT_MOD_INVALID fourcc_mod_code(NONE, DRM_FORMAT_RESERVED) 149 #define DRM_FORMAT_MOD_LINEAR fourcc_mod_code(NONE, 0) 150 #define DRM_FORMAT_MOD_PROTECTION fourcc_mod_code(NONE, (1ULL << 51)) 151 #define I915_FORMAT_MOD_X_TILED fourcc_mod_code(INTEL, 1) 152 #define I915_FORMAT_MOD_Y_TILED fourcc_mod_code(INTEL, 2) 153 #define I915_FORMAT_MOD_Yf_TILED fourcc_mod_code(INTEL, 3) 154 #define I915_FORMAT_MOD_Y_TILED_CCS fourcc_mod_code(INTEL, 4) 155 #define I915_FORMAT_MOD_Yf_TILED_CCS fourcc_mod_code(INTEL, 5) 156 #define I915_FORMAT_MOD_Y_TILED_GEN12_RC_CCS fourcc_mod_code(INTEL, 6) [all …]
|
/device/google/felix-kernels/5.10/24Q3-12318583/kernel-headers/drm/ |
D | drm_fourcc.h | 146 #define fourcc_mod_code(vendor,val) ((((__u64) DRM_FORMAT_MOD_VENDOR_ ##vendor) << 56) | ((val) & 0… macro 148 #define DRM_FORMAT_MOD_INVALID fourcc_mod_code(NONE, DRM_FORMAT_RESERVED) 149 #define DRM_FORMAT_MOD_LINEAR fourcc_mod_code(NONE, 0) 150 #define DRM_FORMAT_MOD_PROTECTION fourcc_mod_code(NONE, (1ULL << 51)) 151 #define I915_FORMAT_MOD_X_TILED fourcc_mod_code(INTEL, 1) 152 #define I915_FORMAT_MOD_Y_TILED fourcc_mod_code(INTEL, 2) 153 #define I915_FORMAT_MOD_Yf_TILED fourcc_mod_code(INTEL, 3) 154 #define I915_FORMAT_MOD_Y_TILED_CCS fourcc_mod_code(INTEL, 4) 155 #define I915_FORMAT_MOD_Yf_TILED_CCS fourcc_mod_code(INTEL, 5) 156 #define I915_FORMAT_MOD_Y_TILED_GEN12_RC_CCS fourcc_mod_code(INTEL, 6) [all …]
|
/device/google/raviole-kernels/5.10/24Q3-12115410/kernel-headers/drm/ |
D | drm_fourcc.h | 146 #define fourcc_mod_code(vendor,val) ((((__u64) DRM_FORMAT_MOD_VENDOR_ ##vendor) << 56) | ((val) & 0… macro 148 #define DRM_FORMAT_MOD_INVALID fourcc_mod_code(NONE, DRM_FORMAT_RESERVED) 149 #define DRM_FORMAT_MOD_LINEAR fourcc_mod_code(NONE, 0) 150 #define DRM_FORMAT_MOD_PROTECTION fourcc_mod_code(NONE, (1ULL << 51)) 151 #define I915_FORMAT_MOD_X_TILED fourcc_mod_code(INTEL, 1) 152 #define I915_FORMAT_MOD_Y_TILED fourcc_mod_code(INTEL, 2) 153 #define I915_FORMAT_MOD_Yf_TILED fourcc_mod_code(INTEL, 3) 154 #define I915_FORMAT_MOD_Y_TILED_CCS fourcc_mod_code(INTEL, 4) 155 #define I915_FORMAT_MOD_Yf_TILED_CCS fourcc_mod_code(INTEL, 5) 156 #define I915_FORMAT_MOD_Y_TILED_GEN12_RC_CCS fourcc_mod_code(INTEL, 6) [all …]
|
/device/google/lynx-kernels/5.10/24Q3-12318583/kernel-headers/drm/ |
D | drm_fourcc.h | 146 #define fourcc_mod_code(vendor,val) ((((__u64) DRM_FORMAT_MOD_VENDOR_ ##vendor) << 56) | ((val) & 0… macro 148 #define DRM_FORMAT_MOD_INVALID fourcc_mod_code(NONE, DRM_FORMAT_RESERVED) 149 #define DRM_FORMAT_MOD_LINEAR fourcc_mod_code(NONE, 0) 150 #define DRM_FORMAT_MOD_PROTECTION fourcc_mod_code(NONE, (1ULL << 51)) 151 #define I915_FORMAT_MOD_X_TILED fourcc_mod_code(INTEL, 1) 152 #define I915_FORMAT_MOD_Y_TILED fourcc_mod_code(INTEL, 2) 153 #define I915_FORMAT_MOD_Yf_TILED fourcc_mod_code(INTEL, 3) 154 #define I915_FORMAT_MOD_Y_TILED_CCS fourcc_mod_code(INTEL, 4) 155 #define I915_FORMAT_MOD_Yf_TILED_CCS fourcc_mod_code(INTEL, 5) 156 #define I915_FORMAT_MOD_Y_TILED_GEN12_RC_CCS fourcc_mod_code(INTEL, 6) [all …]
|
/device/google/bluejay-kernels/5.10/24Q3-12115410/kernel-headers/drm/ |
D | drm_fourcc.h | 146 #define fourcc_mod_code(vendor,val) ((((__u64) DRM_FORMAT_MOD_VENDOR_ ##vendor) << 56) | ((val) & 0… macro 148 #define DRM_FORMAT_MOD_INVALID fourcc_mod_code(NONE, DRM_FORMAT_RESERVED) 149 #define DRM_FORMAT_MOD_LINEAR fourcc_mod_code(NONE, 0) 150 #define DRM_FORMAT_MOD_PROTECTION fourcc_mod_code(NONE, (1ULL << 51)) 151 #define I915_FORMAT_MOD_X_TILED fourcc_mod_code(INTEL, 1) 152 #define I915_FORMAT_MOD_Y_TILED fourcc_mod_code(INTEL, 2) 153 #define I915_FORMAT_MOD_Yf_TILED fourcc_mod_code(INTEL, 3) 154 #define I915_FORMAT_MOD_Y_TILED_CCS fourcc_mod_code(INTEL, 4) 155 #define I915_FORMAT_MOD_Yf_TILED_CCS fourcc_mod_code(INTEL, 5) 156 #define I915_FORMAT_MOD_Y_TILED_GEN12_RC_CCS fourcc_mod_code(INTEL, 6) [all …]
|
/device/google/comet-kernels/6.1/24Q3-12157876/original-kernel-headers/drm/ |
D | drm_fourcc.h | 423 #define fourcc_mod_code(vendor, val) \ macro 466 #define DRM_FORMAT_MOD_INVALID fourcc_mod_code(NONE, DRM_FORMAT_RESERVED) 476 #define DRM_FORMAT_MOD_LINEAR fourcc_mod_code(NONE, 0) 505 #define I915_FORMAT_MOD_X_TILED fourcc_mod_code(INTEL, 1) 523 #define I915_FORMAT_MOD_Y_TILED fourcc_mod_code(INTEL, 2) 538 #define I915_FORMAT_MOD_Yf_TILED fourcc_mod_code(INTEL, 3) 557 #define I915_FORMAT_MOD_Y_TILED_CCS fourcc_mod_code(INTEL, 4) 558 #define I915_FORMAT_MOD_Yf_TILED_CCS fourcc_mod_code(INTEL, 5) 569 #define I915_FORMAT_MOD_Y_TILED_GEN12_RC_CCS fourcc_mod_code(INTEL, 6) 582 #define I915_FORMAT_MOD_Y_TILED_GEN12_MC_CCS fourcc_mod_code(INTEL, 7) [all …]
|
/device/google/caimito-kernels/6.1/24Q3-12157876/original-kernel-headers/drm/ |
D | drm_fourcc.h | 423 #define fourcc_mod_code(vendor, val) \ macro 466 #define DRM_FORMAT_MOD_INVALID fourcc_mod_code(NONE, DRM_FORMAT_RESERVED) 476 #define DRM_FORMAT_MOD_LINEAR fourcc_mod_code(NONE, 0) 505 #define I915_FORMAT_MOD_X_TILED fourcc_mod_code(INTEL, 1) 523 #define I915_FORMAT_MOD_Y_TILED fourcc_mod_code(INTEL, 2) 538 #define I915_FORMAT_MOD_Yf_TILED fourcc_mod_code(INTEL, 3) 557 #define I915_FORMAT_MOD_Y_TILED_CCS fourcc_mod_code(INTEL, 4) 558 #define I915_FORMAT_MOD_Yf_TILED_CCS fourcc_mod_code(INTEL, 5) 569 #define I915_FORMAT_MOD_Y_TILED_GEN12_RC_CCS fourcc_mod_code(INTEL, 6) 582 #define I915_FORMAT_MOD_Y_TILED_GEN12_MC_CCS fourcc_mod_code(INTEL, 7) [all …]
|
/device/google/lynx-kernels/5.10/24Q3-12318583/original-kernel-headers/drm/ |
D | drm_fourcc.h | 355 #define fourcc_mod_code(vendor, val) \ macro 398 #define DRM_FORMAT_MOD_INVALID fourcc_mod_code(NONE, DRM_FORMAT_RESERVED) 408 #define DRM_FORMAT_MOD_LINEAR fourcc_mod_code(NONE, 0) 418 #define DRM_FORMAT_MOD_PROTECTION fourcc_mod_code(NONE, (1ULL << 51)) 437 #define I915_FORMAT_MOD_X_TILED fourcc_mod_code(INTEL, 1) 455 #define I915_FORMAT_MOD_Y_TILED fourcc_mod_code(INTEL, 2) 470 #define I915_FORMAT_MOD_Yf_TILED fourcc_mod_code(INTEL, 3) 489 #define I915_FORMAT_MOD_Y_TILED_CCS fourcc_mod_code(INTEL, 4) 490 #define I915_FORMAT_MOD_Yf_TILED_CCS fourcc_mod_code(INTEL, 5) 501 #define I915_FORMAT_MOD_Y_TILED_GEN12_RC_CCS fourcc_mod_code(INTEL, 6) [all …]
|
/device/google/raviole-kernels/5.10/24Q3-12115410/original-kernel-headers/drm/ |
D | drm_fourcc.h | 355 #define fourcc_mod_code(vendor, val) \ macro 398 #define DRM_FORMAT_MOD_INVALID fourcc_mod_code(NONE, DRM_FORMAT_RESERVED) 408 #define DRM_FORMAT_MOD_LINEAR fourcc_mod_code(NONE, 0) 418 #define DRM_FORMAT_MOD_PROTECTION fourcc_mod_code(NONE, (1ULL << 51)) 437 #define I915_FORMAT_MOD_X_TILED fourcc_mod_code(INTEL, 1) 455 #define I915_FORMAT_MOD_Y_TILED fourcc_mod_code(INTEL, 2) 470 #define I915_FORMAT_MOD_Yf_TILED fourcc_mod_code(INTEL, 3) 489 #define I915_FORMAT_MOD_Y_TILED_CCS fourcc_mod_code(INTEL, 4) 490 #define I915_FORMAT_MOD_Yf_TILED_CCS fourcc_mod_code(INTEL, 5) 501 #define I915_FORMAT_MOD_Y_TILED_GEN12_RC_CCS fourcc_mod_code(INTEL, 6) [all …]
|
/device/google/bluejay-kernels/5.10/24Q3-12115410/original-kernel-headers/drm/ |
D | drm_fourcc.h | 355 #define fourcc_mod_code(vendor, val) \ macro 398 #define DRM_FORMAT_MOD_INVALID fourcc_mod_code(NONE, DRM_FORMAT_RESERVED) 408 #define DRM_FORMAT_MOD_LINEAR fourcc_mod_code(NONE, 0) 418 #define DRM_FORMAT_MOD_PROTECTION fourcc_mod_code(NONE, (1ULL << 51)) 437 #define I915_FORMAT_MOD_X_TILED fourcc_mod_code(INTEL, 1) 455 #define I915_FORMAT_MOD_Y_TILED fourcc_mod_code(INTEL, 2) 470 #define I915_FORMAT_MOD_Yf_TILED fourcc_mod_code(INTEL, 3) 489 #define I915_FORMAT_MOD_Y_TILED_CCS fourcc_mod_code(INTEL, 4) 490 #define I915_FORMAT_MOD_Yf_TILED_CCS fourcc_mod_code(INTEL, 5) 501 #define I915_FORMAT_MOD_Y_TILED_GEN12_RC_CCS fourcc_mod_code(INTEL, 6) [all …]
|
/device/google/felix-kernels/5.10/24Q3-12318583/original-kernel-headers/drm/ |
D | drm_fourcc.h | 355 #define fourcc_mod_code(vendor, val) \ macro 398 #define DRM_FORMAT_MOD_INVALID fourcc_mod_code(NONE, DRM_FORMAT_RESERVED) 408 #define DRM_FORMAT_MOD_LINEAR fourcc_mod_code(NONE, 0) 418 #define DRM_FORMAT_MOD_PROTECTION fourcc_mod_code(NONE, (1ULL << 51)) 437 #define I915_FORMAT_MOD_X_TILED fourcc_mod_code(INTEL, 1) 455 #define I915_FORMAT_MOD_Y_TILED fourcc_mod_code(INTEL, 2) 470 #define I915_FORMAT_MOD_Yf_TILED fourcc_mod_code(INTEL, 3) 489 #define I915_FORMAT_MOD_Y_TILED_CCS fourcc_mod_code(INTEL, 4) 490 #define I915_FORMAT_MOD_Yf_TILED_CCS fourcc_mod_code(INTEL, 5) 501 #define I915_FORMAT_MOD_Y_TILED_GEN12_RC_CCS fourcc_mod_code(INTEL, 6) [all …]
|
/device/google/tangorpro-kernels/5.10/24Q3-12318583/original-kernel-headers/drm/ |
D | drm_fourcc.h | 355 #define fourcc_mod_code(vendor, val) \ macro 398 #define DRM_FORMAT_MOD_INVALID fourcc_mod_code(NONE, DRM_FORMAT_RESERVED) 408 #define DRM_FORMAT_MOD_LINEAR fourcc_mod_code(NONE, 0) 418 #define DRM_FORMAT_MOD_PROTECTION fourcc_mod_code(NONE, (1ULL << 51)) 437 #define I915_FORMAT_MOD_X_TILED fourcc_mod_code(INTEL, 1) 455 #define I915_FORMAT_MOD_Y_TILED fourcc_mod_code(INTEL, 2) 470 #define I915_FORMAT_MOD_Yf_TILED fourcc_mod_code(INTEL, 3) 489 #define I915_FORMAT_MOD_Y_TILED_CCS fourcc_mod_code(INTEL, 4) 490 #define I915_FORMAT_MOD_Yf_TILED_CCS fourcc_mod_code(INTEL, 5) 501 #define I915_FORMAT_MOD_Y_TILED_GEN12_RC_CCS fourcc_mod_code(INTEL, 6) [all …]
|
/device/google/pantah-kernels/5.10/24Q3-12318583/original-kernel-headers/drm/ |
D | drm_fourcc.h | 355 #define fourcc_mod_code(vendor, val) \ macro 398 #define DRM_FORMAT_MOD_INVALID fourcc_mod_code(NONE, DRM_FORMAT_RESERVED) 408 #define DRM_FORMAT_MOD_LINEAR fourcc_mod_code(NONE, 0) 418 #define DRM_FORMAT_MOD_PROTECTION fourcc_mod_code(NONE, (1ULL << 51)) 437 #define I915_FORMAT_MOD_X_TILED fourcc_mod_code(INTEL, 1) 455 #define I915_FORMAT_MOD_Y_TILED fourcc_mod_code(INTEL, 2) 470 #define I915_FORMAT_MOD_Yf_TILED fourcc_mod_code(INTEL, 3) 489 #define I915_FORMAT_MOD_Y_TILED_CCS fourcc_mod_code(INTEL, 4) 490 #define I915_FORMAT_MOD_Yf_TILED_CCS fourcc_mod_code(INTEL, 5) 501 #define I915_FORMAT_MOD_Y_TILED_GEN12_RC_CCS fourcc_mod_code(INTEL, 6) [all …]
|
/device/google/akita-kernels/5.15/24Q3-12065098/kernel-headers/drm/ |
D | drm_fourcc.h | 137 #define fourcc_mod_code(vendor,val) ((((__u64) DRM_FORMAT_MOD_VENDOR_ ##vendor) << 56) | ((val) & 0… macro 139 #define DRM_FORMAT_MOD_INVALID fourcc_mod_code(NONE, DRM_FORMAT_RESERVED) 140 #define DRM_FORMAT_MOD_LINEAR fourcc_mod_code(NONE, 0) 142 #define I915_FORMAT_MOD_X_TILED fourcc_mod_code(INTEL, 1) 143 #define I915_FORMAT_MOD_Y_TILED fourcc_mod_code(INTEL, 2) 144 #define I915_FORMAT_MOD_Yf_TILED fourcc_mod_code(INTEL, 3) 145 #define I915_FORMAT_MOD_Y_TILED_CCS fourcc_mod_code(INTEL, 4) 146 #define I915_FORMAT_MOD_Yf_TILED_CCS fourcc_mod_code(INTEL, 5) 147 #define I915_FORMAT_MOD_Y_TILED_GEN12_RC_CCS fourcc_mod_code(INTEL, 6) 148 #define I915_FORMAT_MOD_Y_TILED_GEN12_MC_CCS fourcc_mod_code(INTEL, 7) [all …]
|
/device/google/shusky-kernels/5.15/24Q3-12065098/kernel-headers/drm/ |
D | drm_fourcc.h | 137 #define fourcc_mod_code(vendor,val) ((((__u64) DRM_FORMAT_MOD_VENDOR_ ##vendor) << 56) | ((val) & 0… macro 139 #define DRM_FORMAT_MOD_INVALID fourcc_mod_code(NONE, DRM_FORMAT_RESERVED) 140 #define DRM_FORMAT_MOD_LINEAR fourcc_mod_code(NONE, 0) 142 #define I915_FORMAT_MOD_X_TILED fourcc_mod_code(INTEL, 1) 143 #define I915_FORMAT_MOD_Y_TILED fourcc_mod_code(INTEL, 2) 144 #define I915_FORMAT_MOD_Yf_TILED fourcc_mod_code(INTEL, 3) 145 #define I915_FORMAT_MOD_Y_TILED_CCS fourcc_mod_code(INTEL, 4) 146 #define I915_FORMAT_MOD_Yf_TILED_CCS fourcc_mod_code(INTEL, 5) 147 #define I915_FORMAT_MOD_Y_TILED_GEN12_RC_CCS fourcc_mod_code(INTEL, 6) 148 #define I915_FORMAT_MOD_Y_TILED_GEN12_MC_CCS fourcc_mod_code(INTEL, 7) [all …]
|
/device/google/akita-kernels/5.15/24Q3-12065098/original-kernel-headers/drm/ |
D | drm_fourcc.h | 383 #define fourcc_mod_code(vendor, val) \ macro 426 #define DRM_FORMAT_MOD_INVALID fourcc_mod_code(NONE, DRM_FORMAT_RESERVED) 436 #define DRM_FORMAT_MOD_LINEAR fourcc_mod_code(NONE, 0) 465 #define I915_FORMAT_MOD_X_TILED fourcc_mod_code(INTEL, 1) 483 #define I915_FORMAT_MOD_Y_TILED fourcc_mod_code(INTEL, 2) 498 #define I915_FORMAT_MOD_Yf_TILED fourcc_mod_code(INTEL, 3) 517 #define I915_FORMAT_MOD_Y_TILED_CCS fourcc_mod_code(INTEL, 4) 518 #define I915_FORMAT_MOD_Yf_TILED_CCS fourcc_mod_code(INTEL, 5) 529 #define I915_FORMAT_MOD_Y_TILED_GEN12_RC_CCS fourcc_mod_code(INTEL, 6) 542 #define I915_FORMAT_MOD_Y_TILED_GEN12_MC_CCS fourcc_mod_code(INTEL, 7) [all …]
|
/device/google/shusky-kernels/5.15/24Q3-12065098/original-kernel-headers/drm/ |
D | drm_fourcc.h | 383 #define fourcc_mod_code(vendor, val) \ macro 426 #define DRM_FORMAT_MOD_INVALID fourcc_mod_code(NONE, DRM_FORMAT_RESERVED) 436 #define DRM_FORMAT_MOD_LINEAR fourcc_mod_code(NONE, 0) 465 #define I915_FORMAT_MOD_X_TILED fourcc_mod_code(INTEL, 1) 483 #define I915_FORMAT_MOD_Y_TILED fourcc_mod_code(INTEL, 2) 498 #define I915_FORMAT_MOD_Yf_TILED fourcc_mod_code(INTEL, 3) 517 #define I915_FORMAT_MOD_Y_TILED_CCS fourcc_mod_code(INTEL, 4) 518 #define I915_FORMAT_MOD_Yf_TILED_CCS fourcc_mod_code(INTEL, 5) 529 #define I915_FORMAT_MOD_Y_TILED_GEN12_RC_CCS fourcc_mod_code(INTEL, 6) 542 #define I915_FORMAT_MOD_Y_TILED_GEN12_MC_CCS fourcc_mod_code(INTEL, 7) [all …]
|
/device/google/coral-kernel/sm8150/kernel-headers/drm/ |
D | drm_fourcc.h | 111 #define fourcc_mod_code(vendor,val) ((((__u64) DRM_FORMAT_MOD_VENDOR_ ##vendor) << 56) | (val & 0x0… macro 112 #define DRM_FORMAT_MOD_INVALID fourcc_mod_code(NONE, DRM_FORMAT_RESERVED) 113 #define DRM_FORMAT_MOD_LINEAR fourcc_mod_code(NONE, 0) 114 #define I915_FORMAT_MOD_X_TILED fourcc_mod_code(INTEL, 1) 115 #define I915_FORMAT_MOD_Y_TILED fourcc_mod_code(INTEL, 2) 116 #define I915_FORMAT_MOD_Yf_TILED fourcc_mod_code(INTEL, 3) 117 #define I915_FORMAT_MOD_Y_TILED_CCS fourcc_mod_code(INTEL, 4) 118 #define I915_FORMAT_MOD_Yf_TILED_CCS fourcc_mod_code(INTEL, 5) 119 #define DRM_FORMAT_MOD_SAMSUNG_64_32_TILE fourcc_mod_code(SAMSUNG, 1) 120 #define DRM_FORMAT_MOD_QCOM_COMPRESSED fourcc_mod_code(QCOM, 1) [all …]
|
/device/google/sunfish-kernel/sm7150/original-kernel-headers/drm/ |
D | drm_fourcc.h | 190 #define fourcc_mod_code(vendor, val) \ macro 208 #define DRM_FORMAT_MOD_INVALID fourcc_mod_code(NONE, DRM_FORMAT_RESERVED) 218 #define DRM_FORMAT_MOD_LINEAR fourcc_mod_code(NONE, 0) 234 #define I915_FORMAT_MOD_X_TILED fourcc_mod_code(INTEL, 1) 249 #define I915_FORMAT_MOD_Y_TILED fourcc_mod_code(INTEL, 2) 264 #define I915_FORMAT_MOD_Yf_TILED fourcc_mod_code(INTEL, 3) 283 #define I915_FORMAT_MOD_Y_TILED_CCS fourcc_mod_code(INTEL, 4) 284 #define I915_FORMAT_MOD_Yf_TILED_CCS fourcc_mod_code(INTEL, 5) 299 #define DRM_FORMAT_MOD_SAMSUNG_64_32_TILE fourcc_mod_code(SAMSUNG, 1) 307 #define DRM_FORMAT_MOD_QCOM_COMPRESSED fourcc_mod_code(QCOM, 1) [all …]
|
/device/google/coral-kernel/sm8150/original-kernel-headers/drm/ |
D | drm_fourcc.h | 190 #define fourcc_mod_code(vendor, val) \ macro 208 #define DRM_FORMAT_MOD_INVALID fourcc_mod_code(NONE, DRM_FORMAT_RESERVED) 218 #define DRM_FORMAT_MOD_LINEAR fourcc_mod_code(NONE, 0) 234 #define I915_FORMAT_MOD_X_TILED fourcc_mod_code(INTEL, 1) 249 #define I915_FORMAT_MOD_Y_TILED fourcc_mod_code(INTEL, 2) 264 #define I915_FORMAT_MOD_Yf_TILED fourcc_mod_code(INTEL, 3) 283 #define I915_FORMAT_MOD_Y_TILED_CCS fourcc_mod_code(INTEL, 4) 284 #define I915_FORMAT_MOD_Yf_TILED_CCS fourcc_mod_code(INTEL, 5) 299 #define DRM_FORMAT_MOD_SAMSUNG_64_32_TILE fourcc_mod_code(SAMSUNG, 1) 307 #define DRM_FORMAT_MOD_QCOM_COMPRESSED fourcc_mod_code(QCOM, 1) [all …]
|