]> git.karo-electronics.de Git - karo-tx-linux.git/commit
drm/omap: HDMI5: Use pointer to cfg->v_fc_config.timings in hdmi_core_video_config
authorPeter Ujfalusi <peter.ujfalusi@ti.com>
Thu, 22 Sep 2016 11:06:54 +0000 (14:06 +0300)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Wed, 2 Nov 2016 08:48:18 +0000 (10:48 +0200)
commitfe70cd7667edd339c64ed4600cd93c63ba83dd4e
treee8e26e859829c6535dde0e55f1af7bc45f0f5c87
parent458540c606757a4b52476f8e4d937a36ed94c577
drm/omap: HDMI5: Use pointer to cfg->v_fc_config.timings in hdmi_core_video_config

By using a pointer to the omap_mode_timings struct we can unwrap lines to
make the code easier to follow.

Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
drivers/gpu/drm/omapdrm/dss/hdmi5_core.c