mirror of
https://github.com/torvalds/linux.git
synced 2024-11-22 12:11:40 +00:00
a8d5e41cef
Some panel timing related fields are contained in omap_panel_config in the form of flags. The fields are: - Hsync logic level - Vsync logic level - Data driven on rising/falling edge of pixel clock - Output enable/Data enable logic level - HSYNC/VSYNC driven on rising/falling edge of pixel clock Out of these parameters, Hsync and Vsync logic levels are a part of the timings in the Xorg modeline configuration. So it makes sense to move the to omap_video_timings. The rest aren't a part of modeline, but it still makes sense to move these since they are related to panel timings. These fields stored in omap_panel_config in dssdev are configured for LCD panels, and the corresponding LCD managers in the DISPC_POL_FREQo registers. Add the above fields in omap_video_timings. Represent their state via new enums. Add these parameters to the omap_video_timings instances in the panel drivers. Keep the corresponding IVS, IHS, IPC, IEO, RF and ONOFF flags in omap_panel_config for now. The struct will be removed later. Signed-off-by: Archit Taneja <archit@ti.com> |
||
---|---|---|
.. | ||
atmel_lcdc.h | ||
aty128.h | ||
auo_k190xfb.h | ||
broadsheetfb.h | ||
cirrus.h | ||
cvisionppc.h | ||
da8xx-fb.h | ||
edid.h | ||
epson1355.h | ||
exynos_dp.h | ||
exynos_mipi_dsim.h | ||
gbe.h | ||
hecubafb.h | ||
iga.h | ||
ili9320.h | ||
Kbuild | ||
kyro.h | ||
mach64.h | ||
maxinefb.h | ||
mbxfb.h | ||
metronomefb.h | ||
mipi_display.h | ||
neomagic.h | ||
newport.h | ||
omap-panel-generic-dpi.h | ||
omap-panel-n8x0.h | ||
omap-panel-nokia-dsi.h | ||
omap-panel-picodlp.h | ||
omap-panel-tfp410.h | ||
omapdss.h | ||
permedia2.h | ||
platform_lcd.h | ||
pm3fb.h | ||
pmag-ba-fb.h | ||
pmagb-b-fb.h | ||
pxa168fb.h | ||
radeon.h | ||
s1d13xxxfb.h | ||
sa1100fb.h | ||
sgivw.h | ||
sh_mipi_dsi.h | ||
sh_mobile_hdmi.h | ||
sh_mobile_lcdc.h | ||
sh_mobile_meram.h | ||
sisfb.h | ||
sstfb.h | ||
tdfx.h | ||
tgafb.h | ||
trident.h | ||
udlfb.h | ||
uvesafb.h | ||
vga.h | ||
w100fb.h |