aboutsummaryrefslogtreecommitdiff
path: root/drivers/video
AgeCommit message (Expand)AuthorFilesLines
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-07Merge 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-02video: 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-06video: enable VIDEO_ANSI and all VIDEO_BBP optionsAnatolij Gustschin1-1/+4
2020-02-05dm: core: Create a new header file for 'compat' featuresSimon Glass19-0/+20
2020-02-05dm: core: Require users of devres to include the headerSimon Glass6-0/+6
2020-02-05sandbox: Support changing the LCD colour depthSimon Glass1-5/+3
2020-02-05sandbox: sdl: Add an option to double the screen sizeSimon Glass1-1/+4
2020-02-05video: sandbox: Enable all colour depthsSimon Glass1-1/+3
2020-02-05video: Support truetype fonts on a 32-bit displaySimon Glass1-0/+21
2020-02-04video: mxsfb: call remove() when booting OSAnatolij Gustschin1-1/+1
2020-02-04video: 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
2020-01-07video: lg4573: convert to DMHeiko Schocher1-39/+136
2020-01-02video: add wrappers for ttf type files to .gitignoreDario Binacchi1-0/+1
2020-01-02video: Avoid using #ifdef in video-uclass.cSimon Glass1-28/+26
2020-01-02video: Avoid using #ifdef in vidconsole-uclass.cSimon Glass1-12/+10
2020-01-02video: Avoid using #ifdef in console_rotate.cSimon Glass1-167/+158
2020-01-02video: Avoid using #ifdef in video blitting codeSimon Glass1-64/+61
2020-01-02video: x86: Enable 32-bit graphics by defaultSimon Glass1-4/+1
2019-12-06video: make BPP and ANSI configs optionalAnatolij Gustschin2-9/+9
2019-12-06video: add guards around 16bpp/32bbp codeAnatolij Gustschin2-0/+10
2019-12-06video: bmp: Fix video_display_rle8_bitmap()Patrice Chotard1-5/+3
2019-12-06video: bmp: Fix video_splash_align_axis()Patrice Chotard1-2/+2
2019-12-02common: Move board_get_usable_ram_top() out of common.hSimon Glass2-0/+2