Re: [PATCH] drm/vc4: Fix pitch setup for T-format scanout.

2017-10-11 Thread Boris Brezillon
On Wed, 27 Sep 2017 12:32:09 -0700 Eric Anholt wrote: > The documentation said to use src_w here, and I didn't consider that > we actually needed to be using pitch somewhere in our setup. Fixes > scanout on my DSI panel when X11 does initial setup with 1920x1080 > HDMI and 800x480 DSI both at 0,

[PATCH] drm/vc4: Fix pitch setup for T-format scanout.

2017-09-27 Thread Eric Anholt
The documentation said to use src_w here, and I didn't consider that we actually needed to be using pitch somewhere in our setup. Fixes scanout on my DSI panel when X11 does initial setup with 1920x1080 HDMI and 800x480 DSI both at 0,0 of the same framebuffer. Signed-off-by: Eric Anholt Fixes: 9