Searched refs:IS_AMD_FMT_MOD (Results 1 – 5 of 5) sorted by relevance
40 #define IS_AMD_FMT_MOD(val) (((val) >> 56) == DRM_FORMAT_MOD_VENDOR_AMD) macro
101 return IS_AMD_FMT_MOD(modifier) && AMD_FMT_MOD_GET(DCC, modifier); in ac_modifier_has_dcc()106 return IS_AMD_FMT_MOD(modifier) && AMD_FMT_MOD_GET(DCC_RETILE, modifier); in ac_modifier_has_dcc_retile()
1338 #define IS_AMD_FMT_MOD(val) (((val) >> 56) == DRM_FORMAT_MOD_VENDOR_AMD) macro
1268 #define IS_AMD_FMT_MOD(val) (((val) >> 56) == DRM_FORMAT_MOD_VENDOR_AMD) macro
1459 if (IS_AMD_FMT_MOD(modifier) && planes == 1) { in si_get_dmabuf_modifier_planes()