commit | a350da8be4d91e733ec8cb225e5edefa8b085167 | [log] [tgz] |
---|---|---|
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | Sat Jan 17 22:31:42 2015 +0200 |
committer | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | Fri Mar 20 14:30:21 2015 +0200 |
tree | d31e01c9775bb500bf292d2877023cff73f3470e | |
parent | 2a438c5b4e398e42cdc8aa2d16badc6fbcf8aeb5 [diff] |
drm: omapdrm: Pass integer source coordinates to omap_plane_mode_set() The function will convert the Q16 source coordinates to integers, avoid converting integers to Q16 first and perform the opposite conversion. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>