Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/drm/amd/display/dc/dml/dcn10/
H A Ddcn10_fpu.c140 if (ASICREV_IS_RV1_F0(dc->ctx->asic_id.hw_internal_rev)) { in dcn10_resource_construct_fp()
156 if (ASICREV_IS_RV1_F0(dc->ctx->asic_id.hw_internal_rev)) in dcn10_resource_construct_fp()
/openbsd/sys/dev/pci/drm/amd/display/include/
H A Ddal_asic_id.h186 #define ASICREV_IS_RV1_F0(eChipRev) ((eChipRev >= RAVEN1_F0) && (eChipRev < RAVEN_UNKNOWN)) macro