]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit
drm/vc4: Fix setting of vertical timings in the CRTC.
authorEric Anholt <eric@anholt.net>
Tue, 16 Feb 2016 01:31:41 +0000 (17:31 -0800)
committerEric Anholt <eric@anholt.net>
Sat, 27 Feb 2016 01:42:47 +0000 (17:42 -0800)
commita7c5047d1ce178dd2b1fa577fc8909ad663d56d5
treea817f72b9d1334c67e92392bf0e9d426c14aab81
parentc31806fbdda910d337b60896040afa708bdfa2bd
drm/vc4: Fix setting of vertical timings in the CRTC.

It looks like when I went to add the interlaced bits, I just took the
existing PV_VERT* block and indented it, instead of copy and pasting
it first.  Without this, changing resolution never worked.

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