commit | 6dd687b42fff7aa681978e117cf3051de0d023a5 | [log] [tgz] |
---|---|---|
author | Thomas Hellstrom <thellstrom@vmware.com> | Fri Feb 12 09:57:15 2016 +0100 |
committer | Thomas Hellstrom <thellstrom@vmware.com> | Mon Mar 14 14:59:10 2016 +0100 |
tree | dcaf59129704f1a2fb28bf97ccdbf936a1f74121 | |
parent | 76404ac0a2c358dd63b8ed32e4df69f3b781b7eb [diff] |
drm/vmwgfx: Calculate the cursor position based on the crtc gui origin Base the cursor position on the coordinate of the crtc origin in the gui coordinate system rather than in the framebuffer coordinate system. With explicit placement, these may differ (for example when two crtcs scan out of the same framebuffer location). Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com> Reviewed-by: Sinclair Yeh <syeh@vmware.com>