aboutsummaryrefslogtreecommitdiff
path: root/drivers/video
AgeCommit message (Expand)Author
2020-07-24Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"Tom Rini
2020-07-20treewide: convert devfdt_get_addr() to dev_read_addr()Masahiro Yamada
2020-07-20treewide: convert (void *)devfdt_get_addr() to dev_read_addr_ptr()Masahiro Yamada
2020-07-17treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada
2020-07-09drivers: rename drivers to match compatible stringWalter Lozano
2020-07-09minnowmax: Enable the copy framebufferSimon Glass
2020-07-09chromebook_link: Enable the copy framebufferSimon Glass
2020-07-09chromebook_samus: Enable the copy framebufferSimon Glass
2020-07-09x86: video: Support copy framebuffer with probed devicesSimon Glass
2020-07-09video: Correctly handle multiple framebuffersSimon Glass
2020-07-09video: sandbox: Add support for the copy framebufferSimon Glass
2020-07-09video: Update the copy framebuffer when writing bitmapsSimon Glass
2020-07-09video: Update rotated console to support copy bufferSimon Glass
2020-07-09video: Update truetype console to support copy bufferSimon Glass
2020-07-09video: Update normal console to support copy bufferSimon Glass
2020-07-09video: Add helpers for vidconsole for the copy framebufferSimon Glass
2020-07-09video: Clear the copy framebuffer when clearing the screenSimon Glass
2020-07-09video: Set up the copy framebuffer when enabledSimon Glass
2020-07-09video: Add support for copying to a hardware framebufferSimon Glass
2020-07-09video: Adjust rotated console to start at right edgeSimon Glass
2020-07-09video: Split out expression parts into variablesSimon Glass
2020-07-09sandbox: video: Allow selection of rotated consoleSimon Glass
2020-07-09video: Show an error when a vidconsole function failsSimon Glass
2020-07-06video: restore CONFIG_VIDCONSOLE_AS_LCD as booleanPatrick Delaunay
2020-06-30Merge tag 'mips-pull-2020-06-29' of https://gitlab.denx.de/u-boot/custodians/...Tom Rini
2020-06-29video: rockchip: fix HDMI 4K resolutionAnatolij Gustschin
2020-06-28Merge tag 'fixes-for-v2020.07' of https://gitlab.denx.de/u-boot/custodians/u-...Tom Rini
2020-06-28rockchip: correctly set vop0 or vop1Patrick Wildt
2020-06-28video: orisetech_otm8009a: fill characteristics of DSI data linkYannick Fertre
2020-06-28video: raydium_rm68200: fill characteristics of DSI data linkYannick Fertre
2020-06-28video: stm32: stm32_dsi: copy DSI fieldsYannick Fertre
2020-06-28video: check hardware version of DSIYannick Fertre
2020-06-28video: vidconsole: avoid multiple lines overwrite logoYe Li
2020-06-28video: bmp: support 8bits BMP drawing on 24/32 bpp framebufferYe Li
2020-06-26Convert CONFIG_ATMEL_HLCD to KconfigTom Rini
2020-06-26Convert CONFIG_AM335X_LCD to KconfigTom Rini
2020-06-25bdinfo: dm: Update fb_base when using driver modelSimon Glass
2020-06-18video: ipuv3: remove non-DM codeAnatolij Gustschin
2020-06-18video: extend stdout video console work-around for 'vga'Anatolij Gustschin
2020-06-18video: ipuv3: remove some useless code to reduce binary sizeAnatolij Gustschin
2020-06-18video: make backlight and panel drivers optionalAnatolij Gustschin
2020-06-18video: ipuv3: fix building with disabled panel driverAnatolij Gustschin
2020-06-18video: make vidconsole commands optionalAnatolij Gustschin
2020-05-18common: Drop linux/bitops.h from common headerSimon Glass
2020-05-18common: Drop linux/delay.h from common headerSimon Glass
2020-05-18Fix some checkpatch warnings in calls to udelay()Simon Glass
2020-05-18common: Drop linux/bug.h from common headerSimon Glass
2020-05-18common: Drop log.h from common headerSimon Glass
2020-05-18command: Remove the cmd_tbl_t typedefSimon Glass
2020-05-18common: Drop bootstage.h from common headerSimon Glass