aboutsummaryrefslogtreecommitdiffstats
path: root/include/video
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2014-04-05 00:28:36 -0400
committerLinus Torvalds <torvalds@linux-foundation.org>2014-04-05 00:28:36 -0400
commit8e0c0832348c7fda1c85d67697cfe4adf077344c (patch)
treecef1ffd1be7399d171edafc65f52661e81405068 /include/video
parent05b1332eafba8eb250da2d2c4c52ed436a127f90 (diff)
parent13ba0ad4490c3dd08b15c430a7a01c6fb45d5bce (diff)
Merge tag 'fbdev-main-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tomba/linux
Pull fbdev changes from Tomi Valkeinen: "Various fbdev fixes and improvements, but nothing big" * tag 'fbdev-main-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tomba/linux: (38 commits) fbdev: Make the switch from generic to native driver less alarming Video: atmel: avoid the id of fix screen info is overwritten video: imxfb: Add DT default contrast control register property. video: atmel_lcdfb: ensure the hardware is initialized with the correct mode fbdev: vesafb: add dev->remove() callback fbdev: efifb: add dev->remove() callback video: pxa3xx-gcu: switch to devres functions video: pxa3xx-gcu: provide an empty .open call video: pxa3xx-gcu: pass around struct device * video: pxa3xx-gcu: rename some symbols sisfb: fix 1280x720 resolution support video: fbdev: uvesafb: Remove impossible code path in uvesafb_init_info video: fbdev: uvesafb: Remove redundant NULL check in uvesafb_remove fbdev: FB_OPENCORES should depend on HAS_DMA OMAPDSS: convert pixel clock to common videomode style OMAPDSS: Remove unused get_context_loss_count support OMAPDSS: use DISPC register to detect context loss video: da8xx-fb: Use "SIMPLE_DEV_PM_OPS" macro video: imxfb: Convert to SIMPLE_DEV_PM_OPS video: imxfb: Resolve mismatch between backlight/contrast ...
Diffstat (limited to 'include/video')
-rw-r--r--include/video/omapdss.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/include/video/omapdss.h b/include/video/omapdss.h
index 3d7c51a6f9ff..24f3a57022b8 100644
--- a/include/video/omapdss.h
+++ b/include/video/omapdss.h
@@ -323,7 +323,6 @@ enum omapdss_version {
323 323
324/* Board specific data */ 324/* Board specific data */
325struct omap_dss_board_info { 325struct omap_dss_board_info {
326 int (*get_context_loss_count)(struct device *dev);
327 int num_devices; 326 int num_devices;
328 struct omap_dss_device **devices; 327 struct omap_dss_device **devices;
329 struct omap_dss_device *default_device; 328 struct omap_dss_device *default_device;
@@ -344,8 +343,8 @@ struct omap_video_timings {
344 u16 x_res; 343 u16 x_res;
345 /* Unit: pixels */ 344 /* Unit: pixels */
346 u16 y_res; 345 u16 y_res;
347 /* Unit: KHz */ 346 /* Unit: Hz */
348 u32 pixel_clock; 347 u32 pixelclock;
349 /* Unit: pixel clocks */ 348 /* Unit: pixel clocks */
350 u16 hsw; /* Horizontal synchronization pulse width */ 349 u16 hsw; /* Horizontal synchronization pulse width */
351 /* Unit: pixel clocks */ 350 /* Unit: pixel clocks */