Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/gpu/drm/amd/display/include/
Ddal_asic_id.h231 #ifndef ASICREV_IS_YELLOW_CARP
232 #define ASICREV_IS_YELLOW_CARP(eChipRev) ((eChipRev >= YELLOW_CARP_A0) && (eChipRev < YELLOW_CARP_U… macro
/Linux-v6.6/drivers/gpu/drm/amd/display/dc/core/
Ddc_resource.c170 if (ASICREV_IS_YELLOW_CARP(asic_id.hw_internal_rev)) in resource_parse_asic_id()