Home
last modified time | relevance | path

Searched refs:curr_ctrl (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/bridge/synopsys/
Ddw-hdmi.c1455 const struct dw_hdmi_curr_ctrl *curr_ctrl = pdata->cur_ctr; in hdmi_phy_configure_dwc_hdmi_3d_tx() local
1465 for (; curr_ctrl->mpixelclock != ~0UL; curr_ctrl++) in hdmi_phy_configure_dwc_hdmi_3d_tx()
1466 if (mpixelclock <= curr_ctrl->mpixelclock) in hdmi_phy_configure_dwc_hdmi_3d_tx()
1474 curr_ctrl->mpixelclock == ~0UL || in hdmi_phy_configure_dwc_hdmi_3d_tx()
1482 dw_hdmi_phy_i2c_write(hdmi, curr_ctrl->curr[0], in hdmi_phy_configure_dwc_hdmi_3d_tx()
/kernel/linux/patches/linux-5.10/yangfan_patch/
Ddrivers.patch12457 const struct dw_hdmi_curr_ctrl *curr_ctrl = pdata->cur_ctr;
12472 for (; curr_ctrl->mpixelclock != ~0UL; curr_ctrl++)
12473 - if (mpixelclock <= curr_ctrl->mpixelclock)
12474 + if (tmdsclock <= curr_ctrl->mpixelclock)
12500 - dw_hdmi_phy_i2c_write(hdmi, curr_ctrl->curr[0],
12501 + dw_hdmi_phy_i2c_write(hdmi, curr_ctrl->curr[depth],