Home
last modified time | relevance | path

Searched refs:DP_SPREAD_AMP_0_5 (Results 1 – 15 of 15) sorted by relevance

/OK3568_Linux_fs/u-boot/include/linux/
H A Ddrm_dp_helper.h204 # define DP_SPREAD_AMP_0_5 (1 << 4) macro
/OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/
H A Dcdn-dp-link-training.c383 link_config[0] = ssc_on ? DP_SPREAD_AMP_0_5 : 0; in cdn_dp_software_train_link()
H A Ddw-dp.c1596 buf[0] = link->caps.ssc ? DP_SPREAD_AMP_0_5 : 0; in dw_dp_link_configure()
/OK3568_Linux_fs/u-boot/include/drm/
H A Ddrm_dp_helper.h448 # define DP_SPREAD_AMP_0_5 (1 << 4) macro
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdgpu/
H A Datombios_dp.c548 DP_DOWNSPREAD_CTRL, DP_SPREAD_AMP_0_5); in amdgpu_atombios_dp_link_train_init()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/bridge/analogix/
H A Danalogix-anx6345.c192 DP_SPREAD_AMP_0_5); in anx6345_dp_link_training()
H A Danalogix-anx78xx.c704 DP_SPREAD_AMP_0_5); in anx78xx_dp_link_training()
H A Danalogix_dp_core.c349 buf[0] = analogix_dp_ssc_supported(dp) ? DP_SPREAD_AMP_0_5 : 0; in analogix_dp_link_start()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/radeon/
H A Datombios_dp.c611 DP_DOWNSPREAD_CTRL, DP_SPREAD_AMP_0_5); in radeon_dp_link_train_init()
/OK3568_Linux_fs/kernel/include/drm/
H A Ddrm_dp_helper.h488 # define DP_SPREAD_AMP_0_5 (1 << 4) macro
/OK3568_Linux_fs/u-boot/drivers/video/drm/
H A Danalogix_dp.c120 buf[0] = analogix_dp_ssc_supported(dp) ? DP_SPREAD_AMP_0_5 : 0; in analogix_dp_link_start()
H A Ddw-dp.c680 buf[0] = link->caps.ssc ? DP_SPREAD_AMP_0_5 : 0; in dw_dp_link_configure()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/xlnx/
H A Dzynqmp_dp.c818 DP_SPREAD_AMP_0_5); in zynqmp_dp_train()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/bridge/
H A Dtc358767.c1002 tmp[0] = tc->link.spread ? DP_SPREAD_AMP_0_5 : 0x00; in tc_main_link_enable()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/bridge/cadence/
H A Dcdns-mhdp8546-core.c1457 amp[0] = cdns_mhdp_get_ssc_supported(mhdp) ? DP_SPREAD_AMP_0_5 : 0; in cdns_mhdp_link_up()