Searched refs:fourcc_mod_code (Results 1 – 1 of 1) sorted by relevance
/linux/include/uapi/drm/ |
A D | drm_fourcc.h | 388 #define fourcc_mod_code(vendor, val) \ macro 441 #define DRM_FORMAT_MOD_LINEAR fourcc_mod_code(NONE, 0) 470 #define I915_FORMAT_MOD_X_TILED fourcc_mod_code(INTEL, 1) 488 #define I915_FORMAT_MOD_Y_TILED fourcc_mod_code(INTEL, 2) 503 #define I915_FORMAT_MOD_Yf_TILED fourcc_mod_code(INTEL, 3) 522 #define I915_FORMAT_MOD_Y_TILED_CCS fourcc_mod_code(INTEL, 4) 523 #define I915_FORMAT_MOD_Yf_TILED_CCS fourcc_mod_code(INTEL, 5) 603 #define DRM_FORMAT_MOD_QCOM_COMPRESSED fourcc_mod_code(QCOM, 1) 738 fourcc_mod_code(NVIDIA, (0x10 | \ 1185 fourcc_mod_code(AMLOGIC, \ [all …]
|
Completed in 6 milliseconds