|
@@ -526,7 +526,7 @@ static void mdp5_plane_atomic_async_update(struct drm_plane *plane,
|
|
|
if (plane_enabled(new_state)) {
|
|
|
struct mdp5_ctl *ctl;
|
|
|
struct mdp5_pipeline *pipeline =
|
|
|
- mdp5_crtc_get_pipeline(plane->crtc);
|
|
|
+ mdp5_crtc_get_pipeline(new_state->crtc);
|
|
|
int ret;
|
|
|
|
|
|
ret = mdp5_plane_mode_set(plane, new_state->crtc, new_state->fb,
|