aboutsummaryrefslogtreecommitdiff
path: root/drivers/video
AgeCommit message (Expand)AuthorFilesLines
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