Home
last modified time | relevance | path

Searched refs:DP_LANE_COUNT_SET (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/u-boot/include/linux/
H A Ddrm_dp_helper.h156 #define DP_LANE_COUNT_SET 0x101 macro
/OK3568_Linux_fs/u-boot/drivers/video/drm/
H A Danalogix_dp.c56 analogix_dp_read_byte_from_dpcd(dp, DP_LANE_COUNT_SET, &data); in analogix_dp_enable_rx_to_enhanced_mode()
59 analogix_dp_write_byte_to_dpcd(dp, DP_LANE_COUNT_SET, in analogix_dp_enable_rx_to_enhanced_mode()
63 analogix_dp_write_byte_to_dpcd(dp, DP_LANE_COUNT_SET, in analogix_dp_enable_rx_to_enhanced_mode()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/bridge/analogix/
H A Danalogix_dp_core.c229 ret = drm_dp_dpcd_readb(&dp->aux, DP_LANE_COUNT_SET, &data); in analogix_dp_enable_rx_to_enhanced_mode()
234 ret = drm_dp_dpcd_writeb(&dp->aux, DP_LANE_COUNT_SET, in analogix_dp_enable_rx_to_enhanced_mode()
238 ret = drm_dp_dpcd_writeb(&dp->aux, DP_LANE_COUNT_SET, in analogix_dp_enable_rx_to_enhanced_mode()
/OK3568_Linux_fs/u-boot/include/drm/
H A Ddrm_dp_helper.h397 #define DP_LANE_COUNT_SET 0x101 macro
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdgpu/
H A Datombios_dp.c560 drm_dp_dpcd_writeb(dp_info->aux, DP_LANE_COUNT_SET, tmp); in amdgpu_atombios_dp_link_train_init()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/radeon/
H A Datombios_dp.c623 drm_dp_dpcd_writeb(dp_info->aux, DP_LANE_COUNT_SET, tmp); in radeon_dp_link_train_init()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_link_dp.c180 core_link_write_dpcd(link, DP_LANE_COUNT_SET, in dpcd_set_link_settings()
199 DP_LANE_COUNT_SET, in dpcd_set_link_settings()
209 DP_LANE_COUNT_SET, in dpcd_set_link_settings()
1148 DP_LANE_COUNT_SET, in perform_link_training_int()
H A Ddc_link.c627 DP_LANE_COUNT_SET, in read_current_link_settings_on_detect()
/OK3568_Linux_fs/kernel/include/drm/
H A Ddrm_dp_helper.h437 #define DP_LANE_COUNT_SET 0x101 macro
/OK3568_Linux_fs/kernel/drivers/gpu/drm/xlnx/
H A Dzynqmp_dp.c824 ret = drm_dp_dpcd_writeb(&dp->aux, DP_LANE_COUNT_SET, aux_lane_cnt); in zynqmp_dp_train()
/OK3568_Linux_fs/u-boot/drivers/video/tegra124/
H A Ddp.c759 ret = tegra_dc_dp_dpcd_write(dp, DP_LANE_COUNT_SET, dpcd_data); in tegra_dp_set_lane_count()