aboutsummaryrefslogtreecommitdiff
path: root/drivers/video
AgeCommit message (Expand)AuthorFilesLines
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-09drivers: 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
2020-06-18video: make backlight and panel drivers optionalAnatolij Gustschin2-4/+28
2020-06-18video: ipuv3: fix building with disabled panel driverAnatolij Gustschin1-4/+7
2020-06-18video: make vidconsole commands optionalAnatolij Gustschin2-0/+10
2020-05-18common: Drop linux/bitops.h from common headerSimon Glass14-0/+14
2020-05-18common: Drop linux/delay.h from common headerSimon Glass43-0/+43
2020-05-18Fix some checkpatch warnings in calls to udelay()Simon Glass1-3/+3
2020-05-18common: Drop linux/bug.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop log.h from common headerSimon Glass61-0/+61
2020-05-18command: Remove the cmd_tbl_t typedefSimon Glass3-5/+9
2020-05-18common: Drop bootstage.h from common headerSimon Glass2-0/+2
2020-05-18common: Drop part.h from common headerSimon Glass8-0/+8