summaryrefslogtreecommitdiff
path: root/drivers/video
AgeCommit message (Expand)AuthorFilesLines
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-19common: Drop linux/bitops.h from common headerSimon Glass14-0/+14
2020-05-19common: Drop linux/delay.h from common headerSimon Glass43-0/+43
2020-05-19Fix some checkpatch warnings in calls to udelay()Simon Glass1-3/+3
2020-05-19common: Drop linux/bug.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop log.h from common headerSimon Glass61-0/+61
2020-05-19command: Remove the cmd_tbl_t typedefSimon Glass3-5/+9
2020-05-19common: Drop bootstage.h from common headerSimon Glass2-0/+2
2020-05-19common: Drop part.h from common headerSimon Glass8-0/+8
2020-05-19common: 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-27video: 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
2020-04-08Merge tag 'xilinx-for-v2020.07' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini3-2/+6
2020-04-02video: rockchip: Support 4K resolution for rk3399, HDMIJagan Teki1-0/+2
2020-04-02video: rockchip: Fix vop modes for rk3399Jagan Teki2-2/+4
2020-03-17Merge tag 'ti-v2020.07-next' of https://gitlab.denx.de/u-boot/custodians/u-bo...Tom Rini3-98/+491
2020-03-03video: omap: fix pixel-per-line bitfield settingDario Binacchi1-1/+1
2020-03-03video: omap: add support for DM/DTSDario Binacchi3-10/+337
2020-03-03video: omap: create two routines to set the pixel clock rateDario Binacchi1-33/+97
2020-03-03video: omap: add loop exit conditions to the dpll setupDario Binacchi1-1/+3
2020-03-03video: omap: fix debug messageDario Binacchi1-1/+1
2020-03-03video: omap: rename LCD controller registersDario Binacchi1-53/+54
2020-03-03video: omap: fix bitfields orderDario Binacchi1-15/+14
2020-03-03video: omap: fix coding style on use of spacesDario Binacchi1-1/+1
2020-03-03video: omap: add missing bitfield masksDario Binacchi1-5/+5