]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
drm/vc4: Fix which value is being used for source image size.
authorEric Anholt <eric@anholt.net>
Mon, 28 Dec 2015 22:45:25 +0000 (14:45 -0800)
committerEric Anholt <eric@anholt.net>
Tue, 16 Feb 2016 19:24:08 +0000 (11:24 -0800)
commitf863e356013d628fa65b1cd89aa298eed26fc936
treeb5e21726c1d4533cf971cd0a87fcb50d1d9a5be3
parentfc2d6f1eabee9d971453da2a27a72471c2a347dd
drm/vc4: Fix which value is being used for source image size.

This doesn't matter yet since we only allow 1:1 scaling, but the
comment clearly says we should be using the source size.

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