Revision 53aa37fb8dc4bc86cc446169b60e2afe33dc81b4 authored by Dave Airlie on 06 November 2020, 01:07:30 UTC, committed by Dave Airlie on 06 November 2020, 01:09:21 UTC
drm/imx: fixes and cleanups

Remove unused functions and empty callbacks, let the dw_hdmi-imx driver
reuse imx_drm_encoder_parse_of() instead of reimplementing it, replace
the custom register spinlock with the regmap default spinlock and remove
redundant tracking of enabled state in imx-tve, drop the explicit
drm_mode_config_cleanup() call in imx-drm-core, reduce the scope of edid
length variables that are not otherwise used in imx-ldb and
parallel-display, fix a memory leak in the parallel-display bind error
path, and drop an extraneous type qualifier from of_get_tve_mode().

Signed-off-by: Dave Airlie <airlied@redhat.com>

From: Philipp Zabel <p.zabel@pengutronix.de>
Link: https://patchwork.freedesktop.org/patch/msgid/7e4af582027bbec269364b95f6978d061b48271a.camel@pengutronix.de
2 parent s 3cea11c + 36fba36
History
File Mode Size
1024x768.S -rw-r--r-- 1.3 KB
1280x1024.S -rw-r--r-- 1.2 KB
1600x1200.S -rw-r--r-- 1.2 KB
1680x1050.S -rw-r--r-- 1.3 KB
1920x1080.S -rw-r--r-- 1.2 KB
800x600.S -rw-r--r-- 1.1 KB
Makefile -rw-r--r-- 707 bytes
edid.S -rw-r--r-- 9.5 KB
hex -rw-r--r-- 25 bytes

back to top