summaryrefslogtreecommitdiff
path: root/drivers/video
AgeCommit message (Expand)AuthorFilesLines
2020-08-04Merge tag 'u-boot-imx-20200804' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini1-2/+2
2020-08-04video: ipuv3: fix framebuffer base address init with multiple IPUsAnatolij Gustschin1-4/+9
2020-08-02drivers: rename more drivers to match compatible stringWalter Lozano1-2/+2
2020-07-29video: add nexell video driver (display/video driver)Stefan Bosch10-0/+2607
2020-07-29video: add nexell video driver (soc: dpc, makefile)Stefan Bosch3-0/+2024
2020-07-29video: add nexell video driver (soc: lvds, hdmi)Stefan Bosch4-0/+899
2020-07-29video: add nexell video driver (soc: mlc, mipi)Stefan Bosch4-0/+3161
2020-07-29video: add nexell video driver (soc: displaytop)Stefan Bosch5-0/+961
2020-07-25treewide: convert devfdt_get_addr() to dev_read_addr()Masahiro Yamada2-2/+2
2020-07-25treewide: convert (void *)devfdt_get_addr() to dev_read_addr_ptr()Masahiro Yamada2-2/+2
2020-07-24Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"Tom Rini4-4/+4
2020-07-20treewide: convert devfdt_get_addr() to dev_read_addr()Masahiro Yamada2-2/+2
2020-07-20treewide: convert (void *)devfdt_get_addr() to dev_read_addr_ptr()Masahiro Yamada2-2/+2
2020-07-17treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada1-1/+1
2020-07-10drivers: rename drivers to match compatible stringWalter Lozano2-4/+4
2020-07-09minnowmax: Enable the copy framebufferSimon Glass1-1/+29
2020-07-09chromebook_link: Enable the copy framebufferSimon Glass1-6/+20
2020-07-09chromebook_samus: Enable the copy framebufferSimon Glass1-1/+15
2020-07-09x86: video: Support copy framebuffer with probed devicesSimon Glass2-0/+24
2020-07-09video: Correctly handle multiple framebuffersSimon Glass1-2/+25
2020-07-09video: sandbox: Add support for the copy framebufferSimon Glass1-1/+8
2020-07-09video: Update the copy framebuffer when writing bitmapsSimon Glass1-3/+13
2020-07-09video: Update rotated console to support copy bufferSimon Glass1-23/+60
2020-07-09video: Update truetype console to support copy bufferSimon Glass1-12/+31
2020-07-09video: Update normal console to support copy bufferSimon Glass1-3/+23
2020-07-09video: Add helpers for vidconsole for the copy framebufferSimon Glass1-0/+16
2020-07-09video: Clear the copy framebuffer when clearing the screenSimon Glass1-0/+4
2020-07-09video: Set up the copy framebuffer when enabledSimon Glass1-0/+3
2020-07-09video: Add support for copying to a hardware framebufferSimon Glass2-0/+66
2020-07-09video: Adjust rotated console to start at right edgeSimon Glass1-1/+1
2020-07-09video: Split out expression parts into variablesSimon Glass1-17/+17
2020-07-09sandbox: video: Allow selection of rotated consoleSimon Glass1-0/+1
2020-07-09video: Show an error when a vidconsole function failsSimon Glass1-3/+19
2020-07-06video: restore CONFIG_VIDCONSOLE_AS_LCD as booleanPatrick Delaunay1-1/+11
2020-06-30Merge tag 'mips-pull-2020-06-29' of https://gitlab.denx.de/u-boot/custodians/...Tom Rini7-39/+47
2020-06-29video: rockchip: fix HDMI 4K resolutionAnatolij Gustschin1-1/+1
2020-06-28Merge tag 'fixes-for-v2020.07' of https://gitlab.denx.de/u-boot/custodians/u-...Tom Rini5-37/+44
2020-06-28rockchip: correctly set vop0 or vop1Patrick Wildt1-1/+2
2020-06-28video: orisetech_otm8009a: fill characteristics of DSI data linkYannick Fertre1-15/+5
2020-06-28video: raydium_rm68200: fill characteristics of DSI data linkYannick Fertre1-15/+5
2020-06-28video: stm32: stm32_dsi: copy DSI fieldsYannick Fertre1-0/+3
2020-06-28video: check hardware version of DSIYannick Fertre1-1/+9
2020-06-28video: vidconsole: avoid multiple lines overwrite logoYe Li1-0/+1
2020-06-28video: bmp: support 8bits BMP drawing on 24/32 bpp framebufferYe Li1-6/+21
2020-06-26Convert CONFIG_ATMEL_HLCD to KconfigTom Rini1-1/+0
2020-06-26Convert CONFIG_AM335X_LCD to KconfigTom Rini1-1/+0
2020-06-25bdinfo: dm: Update fb_base when using driver modelSimon Glass1-0/+1
2020-06-18video: ipuv3: remove non-DM codeAnatolij Gustschin2-44/+1
2020-06-18video: extend stdout video console work-around for 'vga'Anatolij Gustschin1-7/+9
2020-06-18video: ipuv3: remove some useless code to reduce binary sizeAnatolij Gustschin2-47/+22