Loading drivers/gpu/drm/msm/dsi-staging/dsi_phy_hw_v3_0.c +2 −1 Original line number Diff line number Diff line Loading @@ -363,7 +363,8 @@ int dsi_phy_hw_v3_0_wait_for_lane_idle( pr_debug("%s: polling for lanes to be in stop state, mask=0x%08x\n", __func__, stop_state_mask); rc = readl_poll_timeout(phy->base + DSIPHY_CMN_LANE_STATUS1, val, (val == stop_state_mask), sleep_us, timeout_us); ((val & stop_state_mask) == stop_state_mask), sleep_us, timeout_us); if (rc) { pr_err("%s: lanes not in stop state, LANE_STATUS=0x%08x\n", __func__, val); Loading Loading
drivers/gpu/drm/msm/dsi-staging/dsi_phy_hw_v3_0.c +2 −1 Original line number Diff line number Diff line Loading @@ -363,7 +363,8 @@ int dsi_phy_hw_v3_0_wait_for_lane_idle( pr_debug("%s: polling for lanes to be in stop state, mask=0x%08x\n", __func__, stop_state_mask); rc = readl_poll_timeout(phy->base + DSIPHY_CMN_LANE_STATUS1, val, (val == stop_state_mask), sleep_us, timeout_us); ((val & stop_state_mask) == stop_state_mask), sleep_us, timeout_us); if (rc) { pr_err("%s: lanes not in stop state, LANE_STATUS=0x%08x\n", __func__, val); Loading