Home
last modified time | relevance | path

Searched refs:max_lane (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/msm/edp/
H A Dedp_phy.c68 void msm_edp_phy_lane_power_ctrl(struct edp_phy *phy, bool up, u32 max_lane) in msm_edp_phy_lane_power_ctrl() argument
78 for (i = 0; i < max_lane; i++) in msm_edp_phy_lane_power_ctrl()
83 for (i = max_lane; i < EDP_MAX_LANE; i++) in msm_edp_phy_lane_power_ctrl()
H A Dedp.h60 void msm_edp_phy_lane_power_ctrl(struct edp_phy *phy, bool up, u32 max_lane);
H A Dedp_ctrl.c405 u8 max_lane = drm_dp_max_lane_count(ctrl->dpcd); in edp_fill_link_cfg() local
424 for (lane = 1; lane <= max_lane; lane <<= 1) { in edp_fill_link_cfg()
698 u8 rate, lane, max_lane; in edp_link_rate_down_shift() local
703 max_lane = drm_dp_max_lane_count(ctrl->dpcd); in edp_link_rate_down_shift()
716 if (lane >= 1 && lane < max_lane) in edp_link_rate_down_shift()

Completed in 3 milliseconds