display: invert touch cursor coordinate am: 71806925d3 am: c7456da53d am: 780caf6cb8
am: 2816fafd20

Change-Id: Ica4bc68d3fecf769822df5bb941722a358757a14
diff --git a/merrifield/ips/tangier/TngCursorPlane.cpp b/merrifield/ips/tangier/TngCursorPlane.cpp
index 8ce5af7..c229711 100644
--- a/merrifield/ips/tangier/TngCursorPlane.cpp
+++ b/merrifield/ips/tangier/TngCursorPlane.cpp
@@ -99,6 +99,11 @@
         cursorSize = w;
     }
 
+#if ENABLE_ROTATION_180
+    dstX = mModeInfo.hdisplay - dstX - cursorSize;
+    dstY = mModeInfo.vdisplay - dstY - cursorSize;
+#endif
+
     uint32_t cntr = 0;
     if (64 <= cursorSize && cursorSize < 128) {
         cursorSize = 64;