linux/drivers/gpu/drm/arm
Liviu Dudau 1de3cd4fb4 drm: hdlcd: Fix the calculation of the scanout start address
The calculation of the framebuffer's start address was wrongly using
the CRTC's x and y position rather than the one of the source
framebuffer. To fix that we need to update the plane_check code to
call drm_plane_helper_check_state() to clip the src and dst coordinates.
While there so some minor cleanup of redundant freeing of
devm_alloc-ated memory.

Signed-off-by: Liviu Dudau <Liviu.Dudau@arm.com>
2017-03-27 14:55:58 +01:00
..
hdlcd_crtc.c drm: hdlcd: Fix the calculation of the scanout start address 2017-03-27 14:55:58 +01:00
hdlcd_drv.c drm: Rely on mode_config data for fb_helper initialization 2017-02-02 19:12:00 +01:00
hdlcd_drv.h drm: hdlcd: Cleanup the atomic plane operations 2016-06-02 17:45:29 +01:00
hdlcd_regs.h
Kconfig drm/arm: make fbdev support really optional 2016-07-18 09:11:42 +02:00
Makefile drm/arm: Add support for Mali Display Processors 2016-06-15 17:29:22 +01:00
malidp_crtc.c drm: mali-dp: Remove mclk rate management 2017-03-10 14:31:09 +00:00
malidp_drv.c drm: Rely on mode_config data for fb_helper initialization 2017-02-02 19:12:00 +01:00
malidp_drv.h drm: malidp: Remove event_list member from struct malidp_drm 2017-01-23 09:46:24 +00:00
malidp_hw.c drm: mali-dp: Fix smart layer not going to composition 2017-03-10 14:31:16 +00:00
malidp_hw.h drm: mali-dp: fix stride setting for multi-plane formats 2017-01-26 15:46:19 +00:00
malidp_planes.c drm: mali-dp: Fix smart layer not going to composition 2017-03-10 14:31:16 +00:00
malidp_regs.h drm: mali-dp: Fix smart layer not going to composition 2017-03-10 14:31:16 +00:00