aboutsummaryrefslogtreecommitdiff
path: root/drivers/video
AgeCommit message (Expand)AuthorFilesLines
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
2020-05-18common: Drop net.h from common headerSimon Glass7-0/+7
2020-05-17efi_loader: round the memory area in efi_add_memory_map()Michael Walle3-9/+7
2020-05-15rename symbol: CONFIG_TEGRA -> CONFIG_ARCH_TEGRATrevor Woerner1-1/+1
2020-05-11video: omap: change include orderDario Binacchi1-4/+4
2020-05-04Merge tag 'u-boot-imx-20200502' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini1-0/+6
2020-05-01video: mxsfb: add clk_enable()Giulio Benetti1-0/+6
2020-04-28rockchip: video: Convert to use APIs which support live DTKever Yang5-15/+10
2020-04-28rockchip: video: Use ofnode_decode_display_timing() to parse timingKever Yang2-4/+2
2020-04-26video: simple_panel: add boe,nv140fhmn49 displayPeter Robinson1-0/+1
2020-04-26drivers: video: rockchip: fix building eDP and LVDS driversPeter Robinson2-1/+3
2020-04-18video: mxsfb: enable setting ENABLE negative polarityGiulio Benetti1-0/+3
2020-04-18video: mxsfb: enable setting PIXDATA on negative edgeGiulio Benetti1-0/+2
2020-04-18video: mxsfb: enable setting VSYNC negative polarityGiulio Benetti1-0/+2
2020-04-18video: mxsfb: enable setting HSYNC negative polarityGiulio Benetti1-4/+10
2020-04-18video: mxsfb: refactor for using display_timingsGiulio Benetti1-31/+23
2020-04-18video: mxsfb: add support for i.MXRTGiulio Benetti1-0/+1
2020-04-18video: mxsfb: add support for DM CLKGiulio Benetti1-5/+25
2020-04-18sunxi: display: use common video_ctfb_mode_to_display_timing()Giulio Benetti1-31/+2
2020-04-18videomodes: add helper function to convert from ctfb to display_timingGiulio Benetti2-0/+40
2020-04-10video: sunxi: Change sunxi_get_mon_desc() to not return NULL for the default ...Bin Meng1-2/+2