Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/display/include/
H A Ddal_asic_id.h228 #define YELLOW_CARP_B0 0x20 macro
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn31/
H A Ddcn31_dio_link_encoder.c614 if (enc->ctx->asic_id.hw_internal_rev != YELLOW_CARP_B0) { in dcn31_link_encoder_is_in_alt_mode()
664 if (enc->ctx->asic_id.hw_internal_rev != YELLOW_CARP_B0) { in dcn31_link_encoder_get_max_link_cap()
H A Ddcn31_dccg.c88 dccg_dcn->base.ctx->asic_id.hw_internal_rev == YELLOW_CARP_B0) { in get_phy_mux_symclk()
H A Ddcn31_resource.c1982 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()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_resource.c4167 dc->ctx->asic_id.hw_internal_rev == YELLOW_CARP_B0) { in resource_transmitter_to_phy_idx()
H A Ddc.c4879 if (dc->ctx->asic_id.hw_internal_rev == YELLOW_CARP_B0 && in dc_is_dmub_outbox_supported()
/openbmc/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.c2105 dmub_asic = (adev->external_rev_id == YELLOW_CARP_B0) ? DMUB_ASIC_DCN31B : DMUB_ASIC_DCN31; in dm_dmub_sw_init()