commit | 828c3e85be697acfeb518793dbada0cca8a691f9 | [log] [tgz] |
---|---|---|
author | Daniel Kurtz <djkurtz@chromium.org> | Thu May 01 19:56:43 2014 +0800 |
committer | Ville Syrjälä <ville.syrjala@linux.intel.com> | Thu May 01 23:38:13 2014 +0300 |
tree | 08d72a5d5ea396844b0fc2e737537654bec65565 | |
parent | bb1f4263b7ce169ab484b8463f0bf630a1ab4f2b [diff] |
Use signed location for drmModeSetPlane DRM_IOCTL_MODE_SETPLANE crtc_x, crtc_y are s32. This is to allow a destination location that is partially off screen. Make this more obvious to users of libdrm by using signed crtc_x/_y parameters for drmModeSetPlane() as well. Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com> Signed-off-by: Daniel Kurtz <djkurtz@chromium.org>