From: Fabien Dessenne <fabien.desse...@st.com>

x/y typo.

Change-Id: I1ddc0a7e59090a10471db45d862e76756b967236
Signed-off-by: Fabien Dessenne <fabien.dessenne at st.com>
Reviewed-on: https://gerrit.st.com/47166
Reviewed-by: Denis HUMEAU <denis.humeau at st.com>
Tested-by: Denis HUMEAU <denis.humeau at st.com>
Reviewed-by: Romuald JEANNE <romuald.jeanne at st.com>
---
 drivers/gpu/drm/sti/sti_cursor.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/sti/sti_cursor.c b/drivers/gpu/drm/sti/sti_cursor.c
index 8078631..a19693a 100644
--- a/drivers/gpu/drm/sti/sti_cursor.c
+++ b/drivers/gpu/drm/sti/sti_cursor.c
@@ -205,7 +205,7 @@ static void sti_cursor_atomic_update(struct drm_plane 
*drm_plane,
        writel(cursor->height << 16 | cursor->width, cursor->regs + CUR_SIZE);

        y = sti_vtg_get_line_number(*mode, dst_y);
-       x = sti_vtg_get_pixel_number(*mode, dst_y);
+       x = sti_vtg_get_pixel_number(*mode, dst_x);
        writel((y << 16) | x, cursor->regs + CUR_VPO);

        plane->status = STI_PLANE_UPDATED;
-- 
1.9.1

Reply via email to