aboutsummaryrefslogtreecommitdiff
path: root/drivers/video
AgeCommit message (Expand)AuthorFilesLines
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
2019-12-02common: Move ARM cache operations out of common.hSimon Glass3-0/+3
2019-12-02common: Move some cache and MMU functions out of common.hSimon Glass1-0/+1
2019-12-02common: Move get_ticks() function out of common.hSimon Glass2-0/+2
2019-11-24Revert "video: mxsfb: Configure the clock after eLCDIF reset"Fabio Estevam1-3/+3
2019-11-12video: stm32: remove the compatible "synopsys, dw-mipi-dsi" supportPatrick Delaunay2-7/+14
2019-11-12video: mxsfb: Configure the clock after eLCDIF resetFabio Estevam1-3/+3
2019-11-03video: mxsfb: set gd->fb_baseSébastien Szymanski1-0/+1
2019-10-18video: meson: add compatible for Amlogic G12ANeil Armstrong1-0/+1
2019-10-18video: meson: sync with linux drm-misc treeNeil Armstrong7-160/+930
2019-10-18video: meson: remove power domain getNeil Armstrong1-10/+0
2019-10-13video: add support of panel RM68200Yannick Fertré3-0/+361
2019-10-13video: add support of panel OTM8009AYannick Fertré3-0/+389
2019-10-13video: add support of STM32 MIPI DSI controller driverYannick Fertré3-0/+500
2019-10-13video: add MIPI DSI host controller bridgeYannick Fertré3-0/+849
2019-10-13dm: Add a dsi host uclassYannick Fertré4-0/+142
2019-10-13video: add support of MIPI DSI interfaceYannick Fertré3-0/+837
2019-10-13video: stm32: stm32_ltdc: add bridge to display controllerYannick Fertré1-60/+83
2019-09-21sunxi: video: HDMI: Fix LCD clock dividerMark Kettenis1-1/+1
2019-08-11env: Move env_get() to env.hSimon Glass6-0/+6
2019-08-11common: Move gzip functions into a new gzip headerSimon Glass1-0/+1
2019-07-30mxc_ipuv3_fb.c: enable a backlight on a panelHeiko Schocher1-0/+5
2019-07-30mxc_ipuv3_fb.c: call display_enableHeiko Schocher1-0/+13
2019-07-30mxc_ipuv3_fb.c: set gd->fb_baseHeiko Schocher1-0/+2
2019-07-29video: arm: rpi: Bail out early if querying video information failsFabian Vogt1-1/+3
2019-07-29video: dw_hdmi: Add support for ddc-i2c-bus propertyNiklas Schulze4-0/+22
2019-07-29video: meson: dw-hdmi: add EDID mode filtering to only select supported modesNeil Armstrong1-0/+7
2019-07-29video: display: use edid_get_timing_validate() variant to filter supported ED...Neil Armstrong1-1/+14
2019-07-29video, simple_panel: add lg,lb070wv8 displayHeiko Schocher1-0/+1
2019-07-29video: mxsfb: fix mxsfb fbdev binding issuesIgor Opaniuk1-12/+62
2019-07-29video: fsl_dcu_fb: add DM_VIDEO supportIgor Opaniuk2-20/+94
2019-07-29video: fsl_dcu_fb: refactor init functionsIgor Opaniuk1-47/+60
2019-07-20rockchip: video: rk3288_hdmi: Add missing call to dw_hdmi_enable()Niklas Schulze1-1/+1
2019-07-10fdt: Allow indicating a node is for U-Boot proper onlyPatrick Delaunay1-1/+3
2019-07-06video: backlight: fix pwm inversionMarc Dietrich1-0/+3
2019-06-05video: meson: hdmi-supply regulator should be optionalMaxime Jourdan1-4/+10
2019-06-04video: mxsfb: add DM_VIDEO supportIgor Opaniuk1-9/+136