summaryrefslogtreecommitdiff
path: root/drivers/video
AgeCommit message (Expand)Author
2019-12-02common: Move board_get_usable_ram_top() out of common.hSimon Glass
2019-12-02common: Move ARM cache operations out of common.hSimon Glass
2019-12-02common: Move some cache and MMU functions out of common.hSimon Glass
2019-12-02common: Move get_ticks() function out of common.hSimon Glass
2019-11-24Revert "video: mxsfb: Configure the clock after eLCDIF reset"Fabio Estevam
2019-11-12video: stm32: remove the compatible "synopsys, dw-mipi-dsi" supportPatrick Delaunay
2019-11-12video: mxsfb: Configure the clock after eLCDIF resetFabio Estevam
2019-11-03video: mxsfb: set gd->fb_baseSébastien Szymanski
2019-10-18video: meson: add compatible for Amlogic G12ANeil Armstrong
2019-10-18video: meson: sync with linux drm-misc treeNeil Armstrong
2019-10-18video: meson: remove power domain getNeil Armstrong
2019-10-13video: add support of panel RM68200Yannick Fertré
2019-10-13video: add support of panel OTM8009AYannick Fertré
2019-10-13video: add support of STM32 MIPI DSI controller driverYannick Fertré
2019-10-13video: add MIPI DSI host controller bridgeYannick Fertré
2019-10-13dm: Add a dsi host uclassYannick Fertré
2019-10-13video: add support of MIPI DSI interfaceYannick Fertré
2019-10-13video: stm32: stm32_ltdc: add bridge to display controllerYannick Fertré
2019-09-21sunxi: video: HDMI: Fix LCD clock dividerMark Kettenis
2019-08-11env: Move env_get() to env.hSimon Glass
2019-08-11common: Move gzip functions into a new gzip headerSimon Glass
2019-07-30mxc_ipuv3_fb.c: enable a backlight on a panelHeiko Schocher
2019-07-30mxc_ipuv3_fb.c: call display_enableHeiko Schocher
2019-07-30mxc_ipuv3_fb.c: set gd->fb_baseHeiko Schocher
2019-07-29video: arm: rpi: Bail out early if querying video information failsFabian Vogt
2019-07-29video: dw_hdmi: Add support for ddc-i2c-bus propertyNiklas Schulze
2019-07-29video: meson: dw-hdmi: add EDID mode filtering to only select supported modesNeil Armstrong
2019-07-29video: display: use edid_get_timing_validate() variant to filter supported ED...Neil Armstrong
2019-07-29video, simple_panel: add lg,lb070wv8 displayHeiko Schocher
2019-07-29video: mxsfb: fix mxsfb fbdev binding issuesIgor Opaniuk
2019-07-29video: fsl_dcu_fb: add DM_VIDEO supportIgor Opaniuk
2019-07-29video: fsl_dcu_fb: refactor init functionsIgor Opaniuk
2019-07-20rockchip: video: rk3288_hdmi: Add missing call to dw_hdmi_enable()Niklas Schulze
2019-07-10fdt: Allow indicating a node is for U-Boot proper onlyPatrick Delaunay
2019-07-06video: backlight: fix pwm inversionMarc Dietrich
2019-06-05video: meson: hdmi-supply regulator should be optionalMaxime Jourdan
2019-06-04video: mxsfb: add DM_VIDEO supportIgor Opaniuk
2019-06-04video: mxsfb: refactor video_hw_init()Igor Opaniuk
2019-06-04video: mxsfb: reorder includesIgor Opaniuk
2019-06-04video: mxsfb: change mxs_lcd_init signatureIgor Opaniuk
2019-05-21Merge tag 'video-for-2019.07-rc3' of git://git.denx.de/u-boot-videoTom Rini
2019-05-20video: Factor out vidconsole_put_string()Marek Vasut
2019-05-20video: ipuv3: Set max display bpp to 32Marek Vasut
2019-05-20dm: arm: imx: video: add compatible for imx53-ipuSteffen Dirkwinkel
2019-05-18CONFIG_SPL_SYS_[DI]CACHE_OFF: addTrevor Woerner
2019-05-01rockchip: use 'arch-rockchip' as header file pathKever Yang
2019-04-15Merge tag 'u-boot-imx-20190415' of git://git.denx.de/u-boot-imxTom Rini
2019-04-14sunxi: allow boards to de-select SYS_WHITE_ON_BLACK font schemeAndre Przywara
2019-04-14video/console: Factor out actual character outputAndre Przywara
2019-04-14video/console: Implement ANSI clear line commandAndre Przywara