Searched refs:fourcc_mod_code (Results 1 – 1 of 1) sorted by relevance
95 #define fourcc_mod_code(vendor,val) ((((__u64) DRM_FORMAT_MOD_VENDOR_ ##vendor) << 56) | (val & 0x0… macro96 #define I915_FORMAT_MOD_X_TILED fourcc_mod_code(INTEL, 1)97 #define I915_FORMAT_MOD_Y_TILED fourcc_mod_code(INTEL, 2)98 #define I915_FORMAT_MOD_Yf_TILED fourcc_mod_code(INTEL, 3)99 #define DRM_FORMAT_MOD_SAMSUNG_64_32_TILE fourcc_mod_code(SAMSUNG, 1)