linux/drivers/video/omap2/dss
Archit Taneja 889b4fd7ee OMAPDSS: SDI: Maintain copy of data pairs in driver data
The SDI driver currently relies on the omap_dss_device struct to configure the
number of data pairs as specified by the panel. This makes the SDI interface
driver dependent on the omap_dss_device struct.

Make the SDI driver data maintain it's own data lines field. A panel driver
is expected to call omapdss_sdi_set_datapairs() before enabling the interface.
Even though we configure the number of data pairs here, this function would be
finally mapped to a generic interface op called set_data_lines. The datapairs
argument type has been changed from u8 to int at some places to be in sync with
the 'set_data_lines' ops of other interfaces.

Signed-off-by: Archit Taneja <archit@ti.com>
2012-08-16 18:00:55 +05:30
..
apply.c OMAPDSS: APPLY: Constify timings argument in dss_mgr_set_timings 2012-08-13 15:44:39 +05:30
core.c OMAPDSS: Use PM notifiers for system suspend 2012-06-29 09:09:40 +03:00
dispc_coefs.c OMAPDSS: DISPC: Fix FIR coefficients 2012-03-06 14:08:23 +02:00
dispc.c OMAPDSS: DISPC: Use msleep instead of blocking mdelay 2012-08-10 15:48:28 +03:00
dispc.h OMAPDSS: Add LCD3 overlay manager and Clock and IRQ support 2012-06-29 09:41:24 +03:00
display.c OMAPDSS: OVERLAY: Clean up replication checking 2012-06-29 16:27:59 +05:30
dpi.c OMAPDSS: DPI: Maintain copy of number of data lines in driver data 2012-08-16 18:00:55 +05:30
dsi.c OMAPDSS: DSI: Maintain copy of pixel format in driver data 2012-08-16 18:00:47 +05:30
dss_features.c OMAPDSS: DISPC: Support rotation through TILER 2012-05-22 10:59:15 +03:00
dss_features.h OMAPDSS: Add LCD3 overlay manager and Clock and IRQ support 2012-06-29 09:41:24 +03:00
dss.c OMAPDSS: SDI: Maintain copy of data pairs in driver data 2012-08-16 18:00:55 +05:30
dss.h OMAPDSS: SDI: Maintain copy of data pairs in driver data 2012-08-16 18:00:55 +05:30
hdmi_panel.c OMAPDSS: HDMI: Use our own omap_video_timings field when setting interface timings 2012-08-15 15:42:43 +05:30
hdmi.c OMAPDSS: HDMI: Add locking for hdmi interface set timing functions 2012-08-15 15:48:23 +05:30
Kconfig OMAPDSS: fix specification spelling in Kconfig 2012-06-28 09:11:45 +03:00
Makefile OMAPDSS: VENC: Split VENC into interface and panel driver 2012-08-15 15:49:23 +05:30
manager.c OMAPDSS: MANAGER: Check LCD related overlay manager parameters 2012-06-29 16:27:57 +05:30
overlay.c OMAPDSS: OVERLAY: Clean up replication checking 2012-06-29 16:27:59 +05:30
rfbi.c OMAPDSS: RFBI: Maintain copy of number of data lines in driver data 2012-08-16 18:00:54 +05:30
sdi.c OMAPDSS: SDI: Maintain copy of data pairs in driver data 2012-08-16 18:00:55 +05:30
ti_hdmi_4xxx_ip.c OMAPDSS: HDMI: Remove custom hdmi_video_timings struct 2012-06-29 10:15:53 +03:00
ti_hdmi_4xxx_ip.h OMAPDSS: HDMI: Add an audio configuration function 2012-05-11 15:17:08 +03:00
ti_hdmi.h OMAPDSS: HDMI: Remove custom hdmi_video_timings struct 2012-06-29 10:15:53 +03:00
venc_panel.c OMAPDSS: VENC: Maintain our own timings field in driver data 2012-08-15 15:50:50 +05:30
venc.c OMAPDSS: VENC: Maintain our own timings field in driver data 2012-08-15 15:50:50 +05:30