Home
last modified time | relevance | path

Searched refs:pre_emphasis_level (Results 1 – 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/msm/edp/
Dedp_ctrl.c467 u8 voltage_level, u8 pre_emphasis_level) in edp_lane_set_write() argument
475 if (pre_emphasis_level >= DPCD_LINK_PRE_EMPHASIS_MAX) in edp_lane_set_write()
476 pre_emphasis_level |= 0x04; in edp_lane_set_write()
478 pre_emphasis_level <<= 3; in edp_lane_set_write()
481 buf[i] = voltage_level | pre_emphasis_level; in edp_lane_set_write()
483 DBG("%s: p|v=0x%x", __func__, voltage_level | pre_emphasis_level); in edp_lane_set_write()
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/dp/
Ddp_ctrl.c1007 u32 pre_emphasis_level = link->phy_params.p_level; in dp_ctrl_update_vx_px() local
1010 voltage_swing_level, pre_emphasis_level); in dp_ctrl_update_vx_px()
1021 if (pre_emphasis_level >= DP_TRAIN_PRE_EMPHASIS_MAX) { in dp_ctrl_update_vx_px()
1023 pre_emphasis_level); in dp_ctrl_update_vx_px()
1027 pre_emphasis_level <<= DP_TRAIN_PRE_EMPHASIS_SHIFT; in dp_ctrl_update_vx_px()
1031 buf[lane] = voltage_swing_level | pre_emphasis_level in dp_ctrl_update_vx_px()
1035 | pre_emphasis_level); in dp_ctrl_update_vx_px()
/kernel/linux/linux-5.10/drivers/gpu/drm/bridge/analogix/
Danalogix_dp_core.h60 enum pre_emphasis_level { enum
/kernel/linux/linux-5.10/drivers/gpu/drm/rockchip/
Dcdn-dp-reg.h426 enum pre_emphasis_level { enum
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/
D0005_linux_include.patch571 +enum pre_emphasis_level {