Home
last modified time | relevance | path

Searched refs:YELLOW_CARP_B0 (Results 1 – 7 of 7) sorted by relevance

/drivers/gpu/drm/amd/display/include/
Ddal_asic_id.h228 #define YELLOW_CARP_B0 0x20 macro
/drivers/gpu/drm/amd/display/dc/dcn31/
Ddcn31_dio_link_encoder.c618 if (enc->ctx->asic_id.hw_internal_rev != YELLOW_CARP_B0) { in dcn31_link_encoder_is_in_alt_mode()
668 if (enc->ctx->asic_id.hw_internal_rev != YELLOW_CARP_B0) { in dcn31_link_encoder_get_max_link_cap()
Ddcn31_dccg.c88 dccg_dcn->base.ctx->asic_id.hw_internal_rev == YELLOW_CARP_B0) { in get_phy_mux_symclk()
Ddcn31_resource.c1990 if (dc->ctx->asic_id.hw_internal_rev == YELLOW_CARP_B0) { in dcn31_resource_construct()
2164 dc->ctx->asic_id.hw_internal_rev == YELLOW_CARP_B0 && in dcn31_resource_construct()
/drivers/gpu/drm/amd/display/dc/core/
Ddc_resource.c3855 dc->ctx->asic_id.hw_internal_rev == YELLOW_CARP_B0) { in resource_transmitter_to_phy_idx()
Ddc.c4675 dc->ctx->asic_id.hw_internal_rev == YELLOW_CARP_B0 && in dc_is_dmub_outbox_supported()
/drivers/gpu/drm/amd/display/amdgpu_dm/
Damdgpu_dm.c2099 dmub_asic = (adev->external_rev_id == YELLOW_CARP_B0) ? DMUB_ASIC_DCN31B : DMUB_ASIC_DCN31; in dm_dmub_sw_init()