aboutsummaryrefslogtreecommitdiff
path: root/drivers/video
AgeCommit message (Expand)AuthorFilesLines
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
2018-03-19video: stb_truetype: simplify expressionHeinrich Schuchardt1-1/+1
2018-03-19video: cfb_console: simplify logical constraintHeinrich Schuchardt1-1/+1
2018-03-09sunxi: video: mark framebuffer as EFI reserved memoryHeinrich Schuchardt1-0/+8
2018-03-06video: indicate code page of bitmap fontsHeinrich Schuchardt1-1/+1
2018-03-06pwm-backlight: make power-supply as optionKever Yang1-12/+12
2018-03-06dm: video: support increased intensity (bold)Heinrich Schuchardt2-7/+30
2018-03-06dm: video: use constants to refer to colorsHeinrich Schuchardt2-29/+45
2018-03-06dm: video: correctly clean background in 16bit modeHeinrich Schuchardt1-2/+14
2018-03-06dm: video: show correct colors in graphical consoleHeinrich Schuchardt1-7/+6
2018-03-05libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada4-4/+4
2018-02-23rockchip: video: rk_vop: migrate to livetreePhilipp Tomsich1-28/+57
2018-02-23rockchip: video: rk_hdmi: migrate to livetreePhilipp Tomsich1-1/+1
2018-02-13video: ivybridge_igd: Fix compiler warningBin Meng1-56/+0
2018-01-26Merge git://git.denx.de/u-boot-sunxiTom Rini2-0/+4
2018-01-26video: bpp16: Disable by default on sunXiMaxime Ripard1-0/+1
2018-01-26video: bpp8: Disable by default on sunXiMaxime Ripard1-0/+1
2018-01-26Merge git://git.denx.de/u-boot-spiTom Rini1-32/+32
2018-01-24wait_bit: use wait_for_bit_le32 and remove wait_for_bitÁlvaro Fernández Rojas1-32/+32
2018-01-22sunxi: Fix display timing flagsGiulio Benetti1-0/+2
2018-01-11am335x-fb: setup display PLLHannes Schmelzer2-4/+52
2018-01-11am335x-fb: cosmetic: fix coding styleHannes Schmelzer1-3/+3
2018-01-11am335x-fb: cosmetic: update-copyrightHannes Schmelzer2-4/+4
2018-01-03video: Support multiple lines version string displayPeng Fan1-7/+23
2018-01-03video: ipu: Fix dereferencing NULL pointer problemPeng Fan1-1/+5
2017-12-02sunxi: video: HDMI: split VSYNC and HSYNC polarity settingsVasily Khoruzhick1-9/+5
2017-12-02video: sunxi: de2: add support for LCD SimpleFBIcenowy Zheng1-1/+10
2017-11-06video: sunxi: de2: fix SimpleFB node creation when HDMI not initializedIcenowy Zheng1-5/+11
2017-10-29exynos: video: fix typo in DisplayPort driverDongjin Kim1-1/+1
2017-10-29video/da8xx-fb: Cache-align memory allocationsNiko Mauno1-4/+4
2017-10-27sunxi: video: add LCD support to DE2 driverVasily Khoruzhick3-1/+170
2017-10-27sunxi: video: split out PLL configuration codeVasily Khoruzhick2-116/+129
2017-10-26video: add anx6345 DM driverVasily Khoruzhick3-0/+435
2017-10-26video: anx9804: split out registers definitions into a separate headerVasily Khoruzhick2-53/+99
2017-10-26dm: video: bridge: add operation to read EDIDVasily Khoruzhick1-0/+10
2017-10-26sunxi: setup simplefb for Allwinner DE2Icenowy Zheng2-1/+73
2017-10-26video: add an option for video simplefb via DTIcenowy Zheng1-0/+8
2017-10-26video: sunxi: extract simplefb match code to a new fileIcenowy Zheng4-12/+55
2017-10-09Merge git://git.denx.de/u-boot-videoTom Rini3-3/+214
2017-10-04treewide: replace with error() with pr_err()Masahiro Yamada1-1/+1
2017-09-29dm: video: Add color ANSI escape sequence supportRob Clark1-0/+94
2017-09-29dm: video: Add basic ANSI escape sequence supportRob Clark3-3/+117
2017-09-29dm: video: Fix cache flushesRob Clark1-0/+3
2017-09-21Merge branch 'next' of git://git.denx.de/u-boot-videoTom Rini9-6/+657