]> git.baikalelectronics.ru Git - kernel.git/commit
drm: omapdrm: Pass integer source coordinates to omap_plane_mode_set()
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Sat, 17 Jan 2015 20:31:42 +0000 (22:31 +0200)
committerLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Fri, 20 Mar 2015 12:30:21 +0000 (14:30 +0200)
commit5a4f2e3ef6ba894d85c38d69b4e76ac7f3bf7ffe
treed31e01c9775bb500bf292d2877023cff73f3470e
parentebadab8c21c1ee3ca274550c62e02e83cfaaa72c
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>
drivers/gpu/drm/omapdrm/omap_crtc.c
drivers/gpu/drm/omapdrm/omap_drv.h
drivers/gpu/drm/omapdrm/omap_plane.c