summaryrefslogtreecommitdiff
path: root/drivers/video
AgeCommit message (Expand)AuthorFilesLines
2015-02-16sunxi: video: Dynamically reserve framebuffer memoryHans de Goede1-5/+13
2015-02-16sunxi: video: Do not use CONFIG_SYS_MEM_TOP_HIDE for the framebufferHans de Goede1-1/+21
2015-02-10Merge branch 'master' of git://git.denx.de/u-boot-x86Tom Rini1-3/+6
2015-02-10Merge branch 'master' of git://git.denx.de/u-boot-atmelTom Rini1-1/+1
2015-02-10lcd: introduce lcd_set_cmapNikita Kiryanov1-0/+11
2015-02-10lcd: mpc823: move mpc823-specific lcd_logo_set_cmap code to mpc8xx_lcd.cNikita Kiryanov1-0/+15
2015-02-10lcd: atmel: introduce lcd_logo_set_cmapNikita Kiryanov1-0/+26
2015-02-10lcd: mpc8xx: move mpc823-specific fb_put_byte to mpc8xx_lcd.cNikita Kiryanov1-0/+7
2015-02-10lcd: atmel: move atmel-specific fb_put_word to atmel_lcdfbNikita Kiryanov1-0/+9
2015-02-10lcd: split configuration_get_cmapNikita Kiryanov5-0/+40
2015-02-07ARM: atmel: cleanup: remove at91cap9 related codeBo Shen1-1/+1
2015-02-05x86: bootstage: Add time measurement for vesa start-upSimon Glass1-0/+2
2015-02-05x86: video: Allow video ROM execution to fall back to the other methodSimon Glass1-3/+3
2015-02-05x86: video: Enable video for Minnowboard MaxSimon Glass1-0/+1
2015-02-02Merge branch 'master' of git://git.denx.de/u-boot-sunxiTom Rini1-3/+9
2015-02-02sunxi: video: Force h/vsync active high when using ext. vga dac on some boardsHans de Goede1-3/+9
2015-01-29dm: tegra: video: Remove use of fdtdec GPIO supportSimon Glass1-34/+20
2015-01-23x86: video: Add support for CONFIG_CONSOLE_SCROLL_LINESSimon Glass1-9/+17
2015-01-23x86: Drop the x86_fb driverSimon Glass3-48/+0
2015-01-23x86: Add a VESA video driverSimon Glass3-0/+75
2015-01-23powerpc: mpc5xxx: remove Total5200 board supportMasahiro Yamada2-8/+0
2015-01-23sunxi: video: Make pwm polarity configurableHans de Goede1-6/+11
2015-01-23sunxi: video: Add support for Hitachi tx18d42vm LVDS LCD panelsHans de Goede1-0/+5
2015-01-22video: Add support for Hitachi tx18d42vm LVDS LCD panelsHans de Goede4-3/+103
2015-01-22sunxi: video: Use frontend for dma on sun4i to fix memory bandwidth problemsHans de Goede1-4/+130
2015-01-22video: ssd2828: Allow using 'pclk' as the PLL clock sourceSiarhei Siamashka3-7/+28
2015-01-22video: sunxi: Hook up SSD2828 with the sunxi video driverSiarhei Siamashka1-0/+38
2015-01-22video: Add support for SSD2828 (parallel LCD to MIPI bridge)Siarhei Siamashka4-0/+616
2015-01-22sunxi: display: Make lcd display clk phase configurableHans de Goede1-6/+1
2015-01-16ppc4xx: remove dead codeMasahiro Yamada1-10/+0
2015-01-14Merge branch 'next' of git://git.denx.de/u-boot-videoTom Rini2-63/+1
2015-01-14sunxi: video: Add support for external DAC enable pinChen-Yu Tsai1-0/+14
2015-01-14sunxi: video: Add lvds supportHans de Goede1-2/+35
2015-01-14sunxi: video: Add a hpd_delay parameter to configure hpd delayHans de Goede1-4/+5
2015-01-14sunxi: video: Add VGA output supportHans de Goede1-8/+52
2015-01-14sunxi: video: Fallback from HDMI to VGA on boards with VGAHans de Goede1-22/+29
2015-01-14sunxi: video: Add support for using PORTD hsync/vsync pins with tcon1Hans de Goede1-3/+19
2015-01-14sunxi: video: Use sunxi_lcdc_get_clk_delay to calculate tcon1 delayHans de Goede1-3/+3
2015-01-14sunxi: video: Remove sunxi_display.enabled variableHans de Goede1-6/+6
2015-01-14sunxi: video: Add support for VGA via external DACs connected to the LCD pinsHans de Goede1-0/+14
2015-01-14sunxi: video: Enable video on sun8i, which supports LCD but not HDMIHans de Goede1-4/+26
2015-01-14sunxi: video: Add lcd output supportHans de Goede1-9/+171
2015-01-14sunxi: video: Move sunxi_drc_initHans de Goede1-14/+12
2015-01-14sunxi: video: Modify sunxi_lcdc_pll_set to work with both tcon0 and tcon1Hans de Goede1-7/+24
2015-01-14sunxi: video: Prepare for lcd supportHans de Goede1-32/+70
2015-01-14sunxi: video: Improve monitor video-mode option handlingHans de Goede1-16/+47
2015-01-14sunxi: video: Set input sync enableHans de Goede1-23/+4
2015-01-14sunxi: video: Give hotplug-detect (hpd) signal some time to show upHans de Goede1-2/+6
2015-01-14sunxi: video: When using edid use CEA681 extension blocks to select hdmi outputHans de Goede1-9/+34
2015-01-14sunxi: video: Add sunxi_hdmi_edid_get_block helper functionHans de Goede1-11/+20