Home
last modified time | relevance | path

Searched refs:fourcc_mod_code (Results 1 – 1 of 1) sorted by relevance

/include/uapi/drm/
A Ddrm_fourcc.h491 #define fourcc_mod_code(vendor, val) \ macro
544 #define DRM_FORMAT_MOD_LINEAR fourcc_mod_code(NONE, 0)
573 #define I915_FORMAT_MOD_X_TILED fourcc_mod_code(INTEL, 1)
591 #define I915_FORMAT_MOD_Y_TILED fourcc_mod_code(INTEL, 2)
606 #define I915_FORMAT_MOD_Yf_TILED fourcc_mod_code(INTEL, 3)
625 #define I915_FORMAT_MOD_Y_TILED_CCS fourcc_mod_code(INTEL, 4)
834 #define DRM_FORMAT_MOD_QCOM_TILED3 fourcc_mod_code(QCOM, 3)
842 #define DRM_FORMAT_MOD_QCOM_TILED2 fourcc_mod_code(QCOM, 2)
1007 fourcc_mod_code(NVIDIA, (0x10 | \
1458 fourcc_mod_code(AMLOGIC, \
[all …]

Completed in 6 milliseconds