[PATCH 5/6] drm/vc4: Fix setting of vertical timings in the CRTC.

2016-02-16 Thread Eric Anholt
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 --- drivers/gpu/drm/vc4/vc4_crtc.c | 10 ++ 1

[PATCH 5/6] drm/vc4: Fix setting of vertical timings in the CRTC.

2016-02-16 Thread Eric Anholt
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 --- drivers/gpu/drm/vc4/vc4_crtc.c | 10 ++ 1 file changed, 10