summaryrefslogtreecommitdiff
path: root/drivers/video
AgeCommit message (Expand)AuthorFilesLines
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
2020-03-03video: omap: use BIT() and GENMASK() macrosDario Binacchi2-24/+24
2020-03-03video: meson: keep power domain up after bootingAnatolij Gustschin1-1/+1
2020-02-11Merge tag 'dm-pull-6feb20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dmTom Rini26-6/+54
2020-02-10Merge tag 'fixes-for-v2020.04' of https://gitlab.denx.de/u-boot/custodians/u-...Tom Rini2-9/+13
2020-02-07video: enable VIDEO_ANSI and all VIDEO_BBP optionsAnatolij Gustschin1-1/+4
2020-02-06dm: core: Create a new header file for 'compat' featuresSimon Glass19-0/+20
2020-02-06dm: core: Require users of devres to include the headerSimon Glass6-0/+6
2020-02-06sandbox: Support changing the LCD colour depthSimon Glass1-5/+3
2020-02-06sandbox: sdl: Add an option to double the screen sizeSimon Glass1-1/+4
2020-02-06video: sandbox: Enable all colour depthsSimon Glass1-1/+3
2020-02-06video: Support truetype fonts on a 32-bit displaySimon Glass1-0/+21
2020-02-05video: mxsfb: call remove() when booting OSAnatolij Gustschin1-1/+1
2020-02-05video: fix Coverity missing break issueAnatolij Gustschin1-8/+12
2020-01-30arm: rockchip: Add common cru.hJagan Teki3-3/+3
2020-01-17common: Move ll_boot_init() to init.hSimon Glass1-0/+1
2020-01-08Merge tag 'u-boot-amlogic-20200108' of https://gitlab.denx.de/u-boot/custodia...Tom Rini7-15/+39
2020-01-07video: meson: Drop unnecessary header includesSimon Glass7-15/+39