Loading drivers/gpu/drm/msm/sde/sde_connector.c +3 −3 Original line number Diff line number Diff line Loading @@ -1864,10 +1864,10 @@ static int sde_connector_atomic_check(struct drm_connector *connector, return -EINVAL; } if (new_conn_state->crtc) { c_conn = to_sde_connector(connector); c_state = to_sde_connector_state(new_conn_state); if (new_conn_state->crtc) { crtc_state = drm_atomic_get_new_crtc_state( new_conn_state->state, new_conn_state->crtc); Loading Loading
drivers/gpu/drm/msm/sde/sde_connector.c +3 −3 Original line number Diff line number Diff line Loading @@ -1864,10 +1864,10 @@ static int sde_connector_atomic_check(struct drm_connector *connector, return -EINVAL; } if (new_conn_state->crtc) { c_conn = to_sde_connector(connector); c_state = to_sde_connector_state(new_conn_state); if (new_conn_state->crtc) { crtc_state = drm_atomic_get_new_crtc_state( new_conn_state->state, new_conn_state->crtc); Loading