linux_dsm_epyc7002/drivers/gpu/drm/vc4
Eric Anholt 652badb945 drm/vc4: Fix pitch setup for T-format scanout.
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.

v2: Add some comments requested by Boris

Signed-off-by: Eric Anholt <eric@anholt.net>
Fixes: 98830d91da ("drm/vc4: Add T-format scanout support.")
Link: https://patchwork.freedesktop.org/patch/msgid/20170927193209.11870-1-eric@anholt.net
Reviewed-by: Boris Brezillon <boris.brezillon@free-electrons.com>
2017-10-13 16:40:24 -07:00
..
Kconfig
Makefile
vc4_bo.c
vc4_crtc.c
vc4_debugfs.c
vc4_dpi.c drm/vc4: remove bridge from driver internal structure 2017-10-10 11:32:54 +02:00
vc4_drv.c
vc4_drv.h
vc4_dsi.c drm/vc4: Move the DSI clock divider workaround closer to the clock call. 2017-10-13 16:37:09 -07:00
vc4_fence.c
vc4_gem.c
vc4_hdmi.c
vc4_hvs.c
vc4_irq.c
vc4_kms.c
vc4_packet.h
vc4_plane.c drm/vc4: Fix pitch setup for T-format scanout. 2017-10-13 16:40:24 -07:00
vc4_qpu_defines.h
vc4_regs.h
vc4_render_cl.c
vc4_trace_points.c
vc4_trace.h
vc4_v3d.c
vc4_validate_shaders.c
vc4_validate.c
vc4_vec.c