1
0
Fork 0
alistair23-linux/drivers/gpu/drm/omapdrm/displays
Tomi Valkeinen 0a7f54ea0e drm/omap: fix bus_flags for panel-dpi
panel-dpi used to convey the bus-flags via the videomode, but recent
changes changed the use of videomode to DRM's drm_display_mode which
does not contain bus-flags. This broke panel-dpi, which didn't
explicitly store the bus-flags into dssdev->bus_flags.

Fix this by setting dssdev->bus_flags. Also change the bus_flags type to
u32, as that is the type used in the DRM framework, and we would get a
warning with drm_bus_flags_from_videomode() otherwise.

Fixes: 3fbda31e81 ("drm/omap: Split mode fixup and mode set from encoder enable")
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Reported-by: H. Nikolaus Schaller <hns@goldelico.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20181126092447.11864-1-tomi.valkeinen@ti.com
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
2018-12-03 14:36:05 +02:00
..
Kconfig drm/omap: displays: panel-dpi: add backlight dependency 2017-11-30 12:25:37 +02:00
Makefile License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
connector-analog-tv.c drm/omap: Don't call .set_timings() operation recursively 2018-09-03 16:13:30 +03:00
connector-dvi.c drm/omap: Don't call .set_timings() operation recursively 2018-09-03 16:13:30 +03:00
connector-hdmi.c drm/omap: Don't call .set_timings() operation recursively 2018-09-03 16:13:30 +03:00
encoder-opa362.c drm/omap: Don't call .set_timings() operation recursively 2018-09-03 16:13:30 +03:00
encoder-tfp410.c drm/omap: Don't call .set_timings() operation recursively 2018-09-03 16:13:30 +03:00
encoder-tpd12s015.c drm/omap: Don't call .set_timings() operation recursively 2018-09-03 16:13:30 +03:00
panel-dpi.c drm/omap: fix bus_flags for panel-dpi 2018-12-03 14:36:05 +02:00
panel-dsi-cm.c drm/omap: Move most omap_dss_driver operations to omap_dss_device_ops 2018-09-03 16:13:29 +03:00
panel-lgphilips-lb035q02.c drm/omap: Don't call .set_timings() operation recursively 2018-09-03 16:13:30 +03:00
panel-nec-nl8048hl11.c drm/omap: Don't call .set_timings() operation recursively 2018-09-03 16:13:30 +03:00
panel-sharp-ls037v7dw01.c drm/omap: Don't call .set_timings() operation recursively 2018-09-03 16:13:30 +03:00
panel-sony-acx565akm.c drm/omap: Don't call .set_timings() operation recursively 2018-09-03 16:13:30 +03:00
panel-tpo-td028ttec1.c drm/omap: Don't call .set_timings() operation recursively 2018-09-03 16:13:30 +03:00
panel-tpo-td043mtea1.c drm/omap: Don't call .set_timings() operation recursively 2018-09-03 16:13:30 +03:00