Searched refs:fourcc_mod_code (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/include/standard-headers/drm/ |
H A D | drm_fourcc.h | 434 #define fourcc_mod_code(vendor, val) \ macro 487 #define DRM_FORMAT_MOD_LINEAR fourcc_mod_code(NONE, 0) 516 #define I915_FORMAT_MOD_X_TILED fourcc_mod_code(INTEL, 1) 534 #define I915_FORMAT_MOD_Y_TILED fourcc_mod_code(INTEL, 2) 549 #define I915_FORMAT_MOD_Yf_TILED fourcc_mod_code(INTEL, 3) 568 #define I915_FORMAT_MOD_Y_TILED_CCS fourcc_mod_code(INTEL, 4) 777 #define DRM_FORMAT_MOD_QCOM_TILED3 fourcc_mod_code(QCOM, 3) 785 #define DRM_FORMAT_MOD_QCOM_TILED2 fourcc_mod_code(QCOM, 2) 950 fourcc_mod_code(NVIDIA, (0x10 | \ 1401 fourcc_mod_code(AMLOGIC, \ [all …]
|
/openbmc/linux/include/uapi/drm/ |
H A D | drm_fourcc.h | 433 #define fourcc_mod_code(vendor, val) \ macro 486 #define DRM_FORMAT_MOD_LINEAR fourcc_mod_code(NONE, 0) 515 #define I915_FORMAT_MOD_X_TILED fourcc_mod_code(INTEL, 1) 533 #define I915_FORMAT_MOD_Y_TILED fourcc_mod_code(INTEL, 2) 548 #define I915_FORMAT_MOD_Yf_TILED fourcc_mod_code(INTEL, 3) 567 #define I915_FORMAT_MOD_Y_TILED_CCS fourcc_mod_code(INTEL, 4) 751 #define DRM_FORMAT_MOD_QCOM_TILED3 fourcc_mod_code(QCOM, 3) 759 #define DRM_FORMAT_MOD_QCOM_TILED2 fourcc_mod_code(QCOM, 2) 924 fourcc_mod_code(NVIDIA, (0x10 | \ 1375 fourcc_mod_code(AMLOGIC, \ [all …]
|
/openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/rpidistro-vlc/files/ |
H A D | 3009-vo-converter_vaapi-Fix-EGL-macro-undeclared.patch | 25 #define DRM_FORMAT_MOD_INVALID fourcc_mod_code(NONE, DRM_FORMAT_RESERVED)
|