aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video
AgeCommit message (Expand)AuthorFilesLines
2015-01-05mpc8xx: remove lwmon board supportMasahiro Yamada1-11/+0
2015-01-05mpc8xx: remove R360MPI board supportMasahiro Yamada1-25/+0
2015-01-05mpc8xx: remove RRvision board supportMasahiro Yamada1-17/+0
2015-01-05powerpc: manroland: remove uc100, uc101, mucmc52, hmi1001 supportMasahiro Yamada1-3/+0
2014-12-01Merge git://git.denx.de/u-boot-x86Tom Rini3-1/+39
2014-11-25x86: video: Add video driver for bare x86 boardsSimon Glass2-0/+38
2014-11-25Introduce a header file for the BIOS emulatorSimon Glass1-1/+1
2014-11-25sunxi: video: Add simplefb supportLuc Verhaegen1-0/+41
2014-11-25sunxi: video: Add sun6i supportHans de Goede1-0/+30
2014-11-25sunxi: video: Add cfb console driver for sunxiLuc Verhaegen2-0/+381
2014-11-23linux/kernel.h: sync min, max, min3, max3 macros with LinuxMasahiro Yamada1-9/+9
2014-11-20include: move various macros to include/linux/kernel.hMasahiro Yamada1-5/+0
2014-10-30video: speedup writing strings to fb consoleSoeren Moch1-0/+9
2014-10-25video: ipu: prevent warnings with W=1Jeroen Hofstee3-15/+4
2014-10-25serial: make local functions staticJeroen Hofstee1-2/+2
2014-10-25video: use __weakJeroen Hofstee2-32/+10
2014-10-16video: ipu_disp: remove pixclk fixupJeroen Hofstee1-25/+6
2014-10-16video: ipu: fix debug and commentJeroen Hofstee2-5/+4
2014-09-24kconfig: add blank Kconfig filesMasahiro Yamada1-0/+0
2014-09-12Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini4-12/+270
2014-09-08video: dcu: Add DCU driver supportWang Huan2-0/+366
2014-09-05video: Add driver for Parade PS8625 dP to LVDS bridgeVadim Bendebury2-0/+221
2014-09-05video: exynos_fimd: Add framework to disable FIMD sysmmuAjay Kumar1-0/+43
2014-09-05exynos_fb: Remove usage of static definesAjay Kumar1-12/+6
2014-08-25lib, linux: move linux specific defines to linux/compat.hHeiko Schocher2-0/+2
2014-08-11video: ipu_disp: squash clang warningJeroen Hofstee1-1/+1
2014-08-11video: ipu_disp: wait for DP SF end irq when disabling sync BG flowsLiu Ying3-19/+19
2014-08-10video: Add support for TI's AM335x LCD-ControllerHannes Petermaier3-0/+237
2014-07-23stdio: Pass device pointer to stdio methodsSimon Glass1-3/+3
2014-07-23stdio: Remove redundant code around stdio_register() callsSimon Glass1-2/+0
2014-07-07mpc8xx: remove v37 board supportMasahiro Yamada1-7/+1
2014-07-07mpc8xx: remove rbc823 board supportMasahiro Yamada1-66/+1
2014-07-07mpc8xx: remove RPXlite_dw, quantum board supportMasahiro Yamada1-5/+0
2014-06-14video: atmel_hlcdfb: enable dcache supportWu, Josh1-0/+6
2014-05-20Merge remote-tracking branch 'u-boot/master'Albert ARIBAUD2-4/+9
2014-05-13Merge branch 'master' of git://git.denx.de/u-boot-videoTom Rini2-4/+9
2014-05-09video: Add support for imx25 lcd controllerThomas Diener2-0/+122
2014-05-05at91: video: atmel_hlcdfb.c: fix bad timing configurationWu, Josh1-4/+4
2014-04-30video: mxc_ipuv3_fb: stash frame buffer pointer in global data.Eric Nelson1-0/+5
2014-04-17ARM: tegra: Tegra20 pinmux cleanupStephen Warren1-2/+2
2014-03-25Merge branch 'u-boot/master' into 'u-boot-arm/master'Albert ARIBAUD2-0/+80
2014-03-17sandbox: Add LCD driverSimon Glass2-0/+80
2014-03-12video:exynos_fb:fdt: add additional fdt dataPiotr Wilczek1-0/+12
2014-03-12video:mipidsim:fdt: Add DT support for mipi dsim driverPiotr Wilczek1-0/+96
2014-03-10cfb_console: align fields in gzipped .bmp filesEric Nelson1-2/+6
2014-02-03video: exynos: fimd: add support for various display color modesPrzemyslaw Marczak1-7/+8
2014-02-03samsung: common: Add file for common functions, draw_logo() cleanup.Przemyslaw Marczak1-28/+0
2014-01-12video: ipu reg: Correct reserved array size in struct ipu_idmacLiu Ying1-1/+1
2014-01-12video: ipu reg: Correct reserved1 array size in struct ipu_cmLiu Ying1-1/+1
2013-12-16Merge branch 'master' of git://git.denx.de/u-boot-videoTom Rini1-1/+1
2013-12-10Merge branch 'u-boot/master' into 'u-boot-arm/master'Albert ARIBAUD3-0/+308
2013-12-04video: ipu_disp: Return a negative value on errorFabio Estevam1-1/+1
2013-11-13video: remove AT91 legacy API from bus_vcxkAndreas Bießmann1-15/+0
2013-11-12lcd: add DataImage SCF0403x LCD panel supportNikita Kiryanov2-0/+297
2013-11-12video: bcm2835: respect the pitch valueAndre Heider1-0/+11
2013-10-31drivers: convert makefiles to Kbuild styleMasahiro Yamada1-54/+32
2013-10-30video, formike: change tag/val writeHeiko Schocher1-3/+4
2013-10-30video, cfb_console: make background and foreground color configurableHeiko Schocher1-18/+20
2013-10-30video: ipu_disp: Fix clock polarity logicFabio Estevam1-1/+1
2013-10-14Coding Style cleanup: replace leading SPACEs by TABsWolfgang Denk1-1/+1
2013-10-14Coding Style cleanup: remove trailing white spaceWolfgang Denk20-20/+20
2013-09-04Merge branch 'u-boot-ti/master' into 'u-boot-arm/master'Albert ARIBAUD2-0/+512
2013-08-28video: add formike lcd panel initHeiko Schocher2-0/+512
2013-08-18Merge branch 'master' of git://88.191.163.10/u-boot-armTom Rini1-2/+3
2013-08-12exynos: video: change mipi dsi write function parameters correctlyDonghwa Lee5-62/+65
2013-08-12video: Encapsulate font in video_font_data.hMarek Vasut2-2/+0
2013-08-10video: add an option to skip cfb console initHeiko Schocher1-0/+15
2013-08-10video, da8xx-fb: show fb addr in bdinfoHeiko Schocher1-0/+1
2013-08-10video, da8xx-fb: changes for am335x usageHeiko Schocher2-57/+282
2013-08-10video, da8xx: move da8xx-fb.h to drivers/videoHeiko Schocher2-1/+115
2013-08-10video: add L5F31188 TFT-LCD panel driverHyungwon Hwang2-0/+193
2013-08-10video: Fix cfb_console for 4-bit wide fontMarek Vasut1-0/+21
2013-08-09video: Implement continuous screen refresh for SmartLCD into mxsfbMarek Vasut1-0/+26
2013-08-09video: Add System-Mode configuration hook into mxsfbMarek Vasut1-0/+16
2013-08-09video: Allocate the MXSFB framebuffer alignedMarek Vasut1-1/+2
2013-07-31Merge git://git.denx.de/u-boot-armStefano Babic45-714/+45
2013-07-29mxc_ipuv3: fix memory alignment of framebufferEric Nelson1-2/+3
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk45-714/+45
2013-07-12Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini2-2/+3
2013-07-10Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master'Albert ARIBAUD1-1/+2
2013-07-08video: consolidate splash screen alignment codeAnatolij Gustschin1-22/+2
2013-07-01video: lcd: Add CONFIG_SPLASH_SCREEN_PREPARE support to CONFIG_VIDEORobert Winkler1-2/+3
2013-07-01drivers:video:s6e8ax0: change data_to_send array to staticPiotr Wilczek1-13/+13
2013-06-28Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'Albert ARIBAUD1-1/+1
2013-06-28video: mxsfb: Break the line in videomode messageFabio Estevam1-1/+1
2013-06-22Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini1-2/+2
2013-06-21video: exynos_fb: Add the missing #else clauseAjay Kumar1-1/+2
2013-06-19Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master'Albert ARIBAUD1-2/+2
2013-06-13Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini1-0/+5
2013-06-13SMDK5250: Initialise and Enable DWMMC, support FDT and non-FDTAmar1-2/+2
2013-06-07Merge branch 'master' of git://git.denx.de/u-boot-videoTom Rini1-6/+9
2013-05-16video: mxsfb: Add an entry for mx23evk/mx28vk video modesFabio Estevam1-0/+5
2013-05-11Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'Albert ARIBAUD3-0/+194
2013-05-06arm: mxs: Add MXS LCDIF driverMarek Vasut3-0/+194
2013-05-06cfb_console: flush FB cache at end of public functionsEric Nelson1-6/+9
2013-05-05pxa_lcd: make lcd_enable() a weak pointerMike Dunn1-1/+1
2013-05-05pxa_lcd: add the ACX544AKN lcd deviceMike Dunn1-0/+32
2013-04-12Merge branch 'u-boot/master' into 'u-boot-arm/master'Albert ARIBAUD10-197/+1185
2013-03-29video: bcm2835: fix build issuesAnatolij Gustschin1-11/+0
2013-03-29Merge branch 'for-v2013.04'Anatolij Gustschin9-185/+1186
2013-03-27video: exynos_dp: Add function to parse DP DT nodeAjay Kumar2-0/+82
2013-03-27video: exynos_dp: Make dp_regs globalAjay Kumar3-45/+10
2013-03-27video: exynos_fb: add DT support for FIMD driverAjay Kumar2-0/+180
2013-03-27video: exynos_fb: Make fimd_ctrl globalAjay Kumar1-25/+2
2013-03-27video: exynos_dp: Remove callbacks from the driverAjay Kumar1-2/+7
2013-03-27video: exynos_fb: Remove callbacks from the driverAjay Kumar1-16/+51
2013-03-21video: Fix splash screen alignmentMatthias Weisser1-7/+7
2013-03-21lcd, fb: remove duplicated prototypes and unused codeJeroen Hofstee2-73/+0
2013-03-21common/lcd.c: remove global lcd_baseJeroen Hofstee6-26/+6
2013-03-21common/lcd.c: cleanup use of global variablesJeroen Hofstee6-36/+0
2013-03-21lcd, pxafb: move the pxafb to drivers/videoJeroen Hofstee2-0/+651
2013-03-21lcd, mpc8xx: move the mpc8xx driver to drivers/videoJeroen Hofstee2-0/+619
2013-03-21lcd, tegra: remove unused cursor functionsJeroen Hofstee1-52/+0
2013-03-21lcd, amba: remove this driver since it is not usedJeroen Hofstee2-78/+0
2013-03-21common/lcd.c: cleanup use of global variablesWolfgang Denk5-11/+1
2013-03-20video: add a driver for the bcm2835Stephen Warren2-0/+128
2013-03-08omap3: allow dynamic selection of gfx_formatNikita Kiryanov1-1/+1
2013-01-16video: tegra: Update line length to match resolutionThierry Reding1-2/+2
2013-01-14video: exynos_fb: Make a call to draw_logo only when CONFIG_CMD_BMP is selectedAjay Kumar1-2/+4
2013-01-14video: exynos_dp: Remove unused variable disp_infoAjay Kumar1-2/+0
2013-01-10video: Modify exynos_fimd driver to support LCD consoleAjay Kumar2-4/+10
2013-01-09video:cache:fix: Enable dcache flush at LCD subsystem for Exynos based boardsŁukasz Majewski1-0/+3
2012-12-10Merge branch 'master' of git://git.denx.de/u-boot into resolveMinkyu Kang6-1/+176
2012-12-06video: Check for valid FB pointer before clearingDuncan Laurie1-0/+2
2012-11-30x86: video: Add coreboot framebuffer supportStefan Reinauer2-0/+102
2012-11-19tegra: Support control of cache settings for LCDSimon Glass1-0/+11
2012-11-19tegra: Add LCD driverSimon Glass2-0/+369
2012-11-15drivers: video: fix image positionPiotr Wilczek1-2/+13
2012-11-15drivers: video: Add ld9040 video driverPiotr Wilczek2-0/+145
2012-11-14Video: fix compiler warnings in bus_vcxkJens Scharsig (BuS Elektronik)1-1/+1
2012-11-10video: atmel: implement lcd_setcolreg functionBo Shen1-0/+12
2012-11-10mx6: use CONFIG_MX6 instead of CONFIG_MX6QTroy Kisky1-1/+1
2012-11-07video: Skip bitmaps which do not fit into the screen in cfb_consoleVadim Bendebury1-0/+7
2012-11-07video: Implement additional video API functions in cfb_consoleStefan Reinauer1-0/+42
2012-11-06ipu common: reset ipuv3 correctlyLiu Ying1-0/+10
2012-11-03Merge remote-tracking branch 'u-boot-ti/master'Albert ARIBAUD1-9/+319
2012-10-30cfb_console: Add support for some ANSI terminal escape codesPali Rohár1-9/+319
2012-10-16i.MX video: struct fb_videomode can be constEric Nelson1-3/+5
2012-10-15mx5: Use explicit clock gate namesBenoît Thébaudeau1-1/+1
2012-10-15i.MX6: provide functional names for CCM_CCGR0-CCGR6 bit fieldsEric Nelson1-2/+8
2012-10-01video: cfb_console: add function to plot the logo area blackBastian Ruppert1-4/+42
2012-10-01video: cfb_console: logo can be positioned via the splashpos variableBastian Ruppert1-25/+69
2012-09-30Merge remote-tracking branch 'u-boot/master'Albert ARIBAUD1-19/+2
2012-09-29Merge remote-tracking branch 'u-boot-imx/master'Albert ARIBAUD1-0/+20
2012-09-25Merge branch 'master' of git://git.denx.de/u-boot-videoTom Rini1-19/+2
2012-09-24i.MX: mxc_ipuv3_fb: add ipuv3_fb_shutdown() routine to stop IPU frame bufferEric Nelson1-0/+20
2012-09-21video/powerpc: don't touch DIU registers that we don't needTimur Tabi1-19/+2
2012-09-04video: drop duplicate set of DISPC_CONFIG registerStefano Babic1-2/+1
2012-09-01video: support exynos pwm backlight driverDonghwa Lee2-0/+58
2012-09-01video: exynos fb driver supports display port featureDonghwa Lee2-1/+19
2012-09-01video: support exynos display port driversDonghwa Lee4-0/+2297
2012-09-01video: support exynos fimd driver for various exynos seriesDonghwa Lee1-33/+43
2012-07-10ipu_common: Add ldb_clk for use in parenting the pixel clockEric Nelson2-3/+12
2012-07-10ipu_common: Do not hardcode the ipu_clk frequencyFabio Estevam1-1/+1
2012-07-10ipu_common: Rename MXC_CCM_BASEFabio Estevam1-1/+1
2012-07-10ipu_common: Let clk_ipu_enable/disable only run on MX51 and MX53Fabio Estevam1-1/+4
2012-07-10ipu_common: Only apply the erratum to MX51Fabio Estevam1-0/+2
2012-07-10video: Rename CONFIG_VIDEO_MX5Fabio Estevam2-2/+2
2012-07-10mx6: Allow mx6 to access the IPUv3 registersFabio Estevam1-1/+11
2012-07-08Remove remaining mdelay() macrosAnatolij Gustschin1-1/+0
2012-07-07TRATS: initialize panel_info data structure in board fileDonghwa Lee1-3/+0
2012-06-05video: atmel/lcd: add LCD driver for new Atmel SoCBo Shen2-0/+212
2012-06-05video: cfb_console: flush dcache for frame buffer in DRAMAnatolij Gustschin1-0/+35
2012-06-05cfb_console: Ignore bell characterPali Rohár1-0/+3
2012-06-04cfb_console: Add console_clear_line functionPali Rohár1-13/+36
2012-06-04cfb_console: Fix function console_backPali Rohár1-2/+0
2012-05-25omap3_dss: cosmetic changesJeroen Hofstee1-20/+13
2012-05-25omap3_dss: add optional framebufferJeroen Hofstee2-1/+45
2012-05-25mx5: Rename mx51_fb_init()Fabio Estevam1-1/+1
2012-05-25mx53: Allow IPUv3 driver to also work on mx53Fabio Estevam1-21/+21
2012-05-25EXYNOS: display 32bpp bitmap TIZEN logoDonghwa Lee3-8/+20
2012-05-25LCD: support another s6e8ax0 panel typeDonghwa Lee1-1/+16
2012-05-25LCD: change s6e8ax0 panel gamma valueDonghwa Lee1-4/+4
2012-05-15EXYNOS: Change bits per pixel value proper for u-boot.Donghwa Lee2-4/+4
2012-05-15LCD: support S6E8AX0 amoled driver based on EXYNOS MIPI DSIDonghwa Lee2-0/+257
2012-05-15EXYNOS: support EXYNOS MIPI DSI interface driver.Donghwa Lee6-0/+1703
2012-05-15EXYNOS: support EXYNOS framebuffer and FIMD display drivers.Donghwa Lee4-0/+544
2011-12-07video: cfb_console: fix build warningsAnatolij Gustschin1-21/+17
2011-12-05video: cfb_console: Make the software cursor non-destructiveGabe Black1-56/+53
2011-11-29DIU: 1080P and 720P supportJerry Huang1-0/+38
2011-11-29CFB: Fix font rendering on mx5 framebufferMarek Vasut1-1/+1
2011-11-16drivers/video/bus_vcxk.c: Fix GCC 4.6 warningAnatolij Gustschin1-2/+0
2011-11-16drivers/video/da8xx-fb.c: Fix GCC 4.6 warningAnatolij Gustschin1-3/+0
2011-11-16drivers/video/ct69000.c: Fix GC 4.6 build warningWolfgang Denk1-5/+7
2011-11-15font: split font data from video_font.hChe-Liang Chiou2-0/+2
2011-11-15tools: logo: split bmp arrays from bmp_logo.hChe-Liang Chiou1-0/+1
2011-11-10VIDEO: mx3fb: GCC4.6 fix build warningsStefano Babic1-2/+1
2011-11-10Powerpc/DIU: Fixed the 800x600 and 1024x768 resolution bugJerry Huang1-0/+2
2011-11-08Merge branch 'master' of git://git.denx.de/u-boot-armWolfgang Denk2-0/+847
2011-11-07drivers/video/cfb_console.c:Fix GCC 4.6 build warningWolfgang Denk1-1/+3
2011-11-07drivers/video/videomodes.c: fix GCC 4.6 build warningWolfgang Denk1-5/+11
2011-11-03VIDEO: davinci: add framebuffer to da8xxStefano Babic2-0/+847
2011-10-27GCC4.6: Squash warning in bus_vcxk.cMarek Vasut1-1/+1
2011-10-27GCC4.6: Squash warning in cfb_console.cMarek Vasut1-1/+1
2011-10-13video: Moving mx3fb.c to CONFIG_VIDEOHelmut Raiger3-193/+275
2011-10-13MX5: Make IPU display output and pixel format configurableMarek Vasut1-5/+10
2011-10-13VIDEO: MX5: export pix formatStefano Babic1-45/+1
2011-10-13VIDEO: MX5: Switch MX5 to CONFIG_VIDEOStefano Babic1-74/+36
2011-10-13video: update the Freescale DIU driver to use linux/fb.hTimur Tabi1-49/+5
2011-10-01GCC4.6: Squash warnings in ipu_disp.cMarek Vasut2-57/+48