Home
last modified time | relevance | path

Searched refs:chip_caps (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/drivers/gpu/drm/amd/display/dc/link/
H A Dlink_factory.c706 link->chip_caps = path->caps; in construct_phy()
708 DC_LOG_DC("BIOS object table - chip_caps: %d", link->chip_caps); in construct_phy()
712 link->chip_caps = path->caps; in construct_phy()
714 DC_LOG_DC("BIOS object table - chip_caps: %d", link->chip_caps); in construct_phy()
717 if (link->chip_caps & EXT_DISPLAY_PATH_CAPS__DP_FIXED_VS_EN) { in construct_phy()
H A Dlink_dpms.c1993 unsigned short masked_chip_caps = pipe_ctx->stream->link->chip_caps & in enable_link_hdmi()
2062 if ((link->chip_caps & EXT_DISPLAY_PATH_CAPS__DP_FIXED_VS_EN) && in enable_link_dp()
2335 unsigned short masked_chip_caps = link->chip_caps & in link_set_dpms_off()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/link/hwss/
H A Dlink_hwss_dio_fixed_vs_pe_retimer.c188 if (!(link->chip_caps & EXT_DISPLAY_PATH_CAPS__DP_FIXED_VS_EN)) in requires_fixed_vs_pe_retimer_dio_link_hwss()
H A Dlink_hwss_hpo_fixed_vs_pe_retimer_dp.c222 if (!(link->chip_caps & EXT_DISPLAY_PATH_CAPS__DP_FIXED_VS_EN)) in requires_fixed_vs_pe_retimer_hpo_link_hwss()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/link/accessories/
H A Dlink_dp_cts.c256 if ((link->chip_caps & EXT_DISPLAY_PATH_CAPS__DP_FIXED_VS_EN) && in dp_test_send_phy_test_pattern()
716 if ((link->chip_caps & EXT_DISPLAY_PATH_CAPS__DP_FIXED_VS_EN) && in dp_set_test_pattern()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/link/protocols/
H A Dlink_ddc.c510 if ((ddc->link->chip_caps & EXT_DISPLAY_PATH_CAPS__DP_FIXED_VS_EN) && in try_to_configure_aux_timeout()
H A Dlink_dp_training.c703 if ((link->chip_caps & EXT_DISPLAY_PATH_CAPS__DP_FIXED_VS_EN) && in override_training_settings()
1510 if ((link->chip_caps & EXT_DISPLAY_PATH_CAPS__DP_FIXED_VS_EN) && encoding == DP_8b_10b_ENCODING) in dp_perform_link_training()
H A Dlink_dp_capability.c1520 if ((link->chip_caps & EXT_DISPLAY_PATH_CAPS__DP_FIXED_VS_EN) && in dp_retrieve_lttpr_cap()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc.h1535 unsigned short chip_caps; member