|
@@ -170,8 +170,8 @@ int mdp4_plane_mode_set(struct drm_plane *plane,
|
|
|
MDP4_PIPE_DST_SIZE_HEIGHT(crtc_h));
|
|
|
|
|
|
mdp4_write(mdp4_kms, REG_MDP4_PIPE_DST_XY(pipe),
|
|
|
- MDP4_PIPE_SRC_XY_X(crtc_x) |
|
|
|
- MDP4_PIPE_SRC_XY_Y(crtc_y));
|
|
|
+ MDP4_PIPE_DST_XY_X(crtc_x) |
|
|
|
+ MDP4_PIPE_DST_XY_Y(crtc_y));
|
|
|
|
|
|
mdp4_plane_set_scanout(plane, fb);
|
|
|
|