9
0
Fork 0
barebox/drivers/video
Andre Heider 485544f0fb fb: add a line_length value to struct fb_info
Add support for framebuffers with noncontiguous horizontal lines.

Video drivers can set this value if the hardware requires it.
In case a driver does not set it, the current value of
xres * (bpp / 8) is used instead.

Signed-off-by: Andre Heider <a.heider@gmail.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
2013-11-06 09:59:04 +01:00
..
Kconfig omap-fb: add driver 2013-06-24 21:47:07 +02:00
Makefile omap-fb: add driver 2013-06-24 21:47:07 +02:00
atmel_hlcdfb.c Use new device_platform_driver() macro for drivers 2013-02-13 09:23:28 +01:00
atmel_lcdfb.c Use new device_platform_driver() macro for drivers 2013-02-13 09:23:28 +01:00
atmel_lcdfb.h video: add Atmel HLCD support 2013-01-31 19:05:50 +01:00
atmel_lcdfb_core.c video: add Atmel HLCD support 2013-01-31 19:05:50 +01:00
fb.c fb: add a line_length value to struct fb_info 2013-11-06 09:59:04 +01:00
imx-ipu-fb.c fb: imx-ipu-fb: Use dev_add_param_int for alpha parameter 2013-04-11 11:48:35 +02:00
imx.c fb: imxfb: Use dev_add_param_int for alpha parameter 2013-04-11 11:48:35 +02:00
omap.c omap-fb: add driver 2013-06-24 21:47:07 +02:00
omap.h omap-fb: add driver 2013-06-24 21:47:07 +02:00
pxa.c Use new device_platform_driver() macro for drivers 2013-02-13 09:23:28 +01:00
s3c24xx.c driver: Attach info callback to device, not to driver 2013-05-30 12:18:27 +02:00
sdl.c Use new device_platform_driver() macro for drivers 2013-02-13 09:23:28 +01:00
stm.c video/stm: enable clock to get the display working 2013-09-10 21:03:59 +02:00