OSDN Git Service

drm/vc4: Move the plane clipping/scaling setup to a separate function.
authorEric Anholt <eric@anholt.net>
Mon, 28 Dec 2015 22:34:44 +0000 (14:34 -0800)
committerEric Anholt <eric@anholt.net>
Tue, 16 Feb 2016 19:24:08 +0000 (11:24 -0800)
commit5c6799942003df91801b1d2277bba34d71f99603
tree1f6721970fbeb6a6965ef95039911405d88587ea
parent17eac75111ebda33e13d8d8d98aaedfc1a9c2abf
drm/vc4: Move the plane clipping/scaling setup to a separate function.

As we add actual scaling, this is going to get way more complicated.

Signed-off-by: Eric Anholt <eric@anholt.net>
drivers/gpu/drm/vc4/vc4_plane.c