Searched refs:chipRevision (Results 1 – 5 of 5) sorted by relevance
1012 UINT_32 chipRevision) ///< [in] chip revision defined in "asic_family"_id.h in HwlConvertChipFamily() argument1022 if (ASICREV_IS_NAVI10_P(chipRevision)) in HwlConvertChipFamily()1028 if (ASICREV_IS_NAVI12_P(chipRevision)) in HwlConvertChipFamily()1033 if (ASICREV_IS_NAVI14_M(chipRevision)) in HwlConvertChipFamily()1038 if (ASICREV_IS_NAVI21_M(chipRevision)) in HwlConvertChipFamily()1044 if (ASICREV_IS_NAVI22_P(chipRevision)) in HwlConvertChipFamily()1050 if (ASICREV_IS_NAVI23_P(chipRevision)) in HwlConvertChipFamily()1056 if (ASICREV_IS_NAVI24_P(chipRevision)) in HwlConvertChipFamily()1064 if (ASICREV_IS_VANGOGH(chipRevision)) in HwlConvertChipFamily()1076 if (ASICREV_IS_REMBRANDT(chipRevision)) in HwlConvertChipFamily()[all …]
267 pLib->SetChipFamily(pCreateIn->chipFamily, pCreateIn->chipRevision); in Create()
737 UINT_32 chipRevision) ///< [in] chip revision defined in "asic_family"_id.h in HwlConvertChipFamily() argument744 if (ASICREV_IS_GFX1100(chipRevision)) in HwlConvertChipFamily()747 if (ASICREV_IS_GFX1101(chipRevision)) in HwlConvertChipFamily()750 if (ASICREV_IS_GFX1102(chipRevision)) in HwlConvertChipFamily()755 if (ASICREV_IS_GFX1103(chipRevision)) in HwlConvertChipFamily()
370 UINT_32 chipRevision; ///< Chip Revision member
512 addrCreateInput.chipRevision = info->chip_external_rev; in ac_addrlib_create()