aboutsummaryrefslogtreecommitdiff
path: root/drivers/video
AgeCommit message (Expand)AuthorFilesLines
2018-10-29Merge branch 'master' of git://git.denx.de/u-boot-sunxiTom Rini1-1/+1
2018-10-28drivers: cosmetic: Convert SPDX license tags to Linux Kernel stylePatrick Delaunay1-2/+1
2018-10-24sunxi: display: Mark sunxi_rgb2yuv_coef array as constPriit Laes1-1/+1
2018-10-09video: at91: Adjust vidconsole_position_cursor() to use char posSimon Glass1-0/+2
2018-10-09ctags: Minor changes to fix ctags outputSimon Glass1-1/+2
2018-10-09panel: Expand the backlight supportSimon Glass4-36/+199
2018-10-09video: Adjust video_clear() to return an errorSimon Glass1-1/+3
2018-10-09sandbox: video: Speed up video outputSimon Glass3-10/+10
2018-09-28video: Add support for Arm's Mali Display ProcessorsLiviu Dudau3-0/+414
2018-09-28video: Add support for NXP's TDA19988 HDMI encoderLiviu Dudau3-0/+662
2018-09-28video: cfb_console: flush cache in display_rle8_bitmapSébastien Szymanski1-0/+4
2018-09-28video_osd: Add osd sandbox driver and testsMario Six4-0/+181
2018-09-28video_osd: Add ihs_video_out driverMario Six3-0/+351
2018-09-28drivers: Add OSD uclassMario Six3-0/+54
2018-09-28dm: video: support more escape sequencesHeinrich Schuchardt1-13/+62
2018-09-23dm: video: check bounds for column and rowHeinrich Schuchardt1-0/+8
2018-08-17Convert CONFIG_VIDEO_OMAP3 to KconfigAdam Ford1-0/+6
2018-08-11video_display: Add Xilinx LogiCore DP TXMario Six6-0/+3099
2018-08-11video: Sort Makefile entriesMario Six1-21/+21
2018-08-07Merge branch 'master' of git://git.denx.de/u-boot-videoTom Rini2-1/+11
2018-08-01dm: panel: get timings from panelYannick Fertré1-0/+11
2018-08-01video: kconfig: remove DM_I2C dependency of I2C_EDIDLuis Araneda1-1/+0
2018-07-31video: sunxi: de2: fix SimpleFB node creation when DE2 not probedIcenowy Zheng1-0/+3
2018-07-02video: arm: rpi: Add brcm,bcm2708-fb compatibleEmmanuel Vadot1-0/+1
2018-06-17dm: video: Add an EFI framebuffer driverBin Meng3-0/+156
2018-06-03video: sunxi: de2: Reserve the fb region in the EFI memory mapEmmanuel Vadot1-0/+8
2018-05-15video: dw_hdmi: fix HSYNC and VSYNC polarity settingsVasily Khoruzhick1-2/+2
2018-05-15sunxi: video: HDMI: use correct bits for HSYNC and VSYNC polarity.Vasily Khoruzhick1-2/+2
2018-05-10SPDX: Convert a few files that were missed beforeTom Rini1-2/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini107-219/+107
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini12-24/+0
2018-04-24Merge git://git.denx.de/u-boot-videoTom Rini2-1/+1
2018-04-24video-uclass: Fix logical-not-parentheses warningTom Rini1-1/+1
2018-04-16video: vesa: Change default FRAMEBUFFER_VESA_MODEBin Meng1-1/+1
2018-04-15Merge git://git.denx.de/u-boot-imxTom Rini2-61/+0
2018-04-15imx31_phycore: DeleteTom Rini2-61/+0
2018-04-09treewide: fix up files incorrectly marked executableFabio Estevam1-0/+0
2018-04-04Merge git://git.denx.de/u-boot-sunxiTom Rini1-2/+0
2018-04-04sunxi: revert disabling of featuresAndre Przywara1-2/+0
2018-03-28video: rk3288_mipi: Combine NULL check into IS_ERR_OR_NULL()Punit Agrawal1-1/+1
2018-03-28video: rk3288_mipi: check in rk_mipi_ofdata_to_platdataHeinrich Schuchardt1-1/+1
2018-03-28video: rk3399_mipi: Combine NULL check into IS_ERR_OR_NULL()Punit Agrawal1-1/+1
2018-03-28video: rk3399_mipi: correct error checkingHeinrich Schuchardt1-1/+1
2018-03-19video: stm32: stm32_ltdc: set the blending factoryannick fertre1-6/+35
2018-03-19video: stm32: stm32_ltdc: missing set of line interrupt positionyannick fertre1-0/+2
2018-03-19video: stm32: stm32_ltdc: set rate of the pixel clockyannick fertre1-23/+29
2018-03-19video: stm32: stm32_ltdc: update file header & footeryannick fertre1-9/+8
2018-03-19video: stm32: stm32_ltdc: add resetyannick fertre1-0/+11
2018-03-19video: exynos: remove redundant assignmentsHeinrich Schuchardt1-6/+6
2018-03-19video, da8xx-fb: fix time out in wait_for_event()Heinrich Schuchardt1-2/+3