summaryrefslogtreecommitdiff
path: root/drivers/video
Commit message (Expand)AuthorAgeFilesLines
* dm: core: Require users of devres to include the headerSimon Glass2020-02-056-0/+6
* sandbox: Support changing the LCD colour depthSimon Glass2020-02-051-5/+3
* sandbox: sdl: Add an option to double the screen sizeSimon Glass2020-02-051-1/+4
* video: sandbox: Enable all colour depthsSimon Glass2020-02-051-1/+3
* video: Support truetype fonts on a 32-bit displaySimon Glass2020-02-051-0/+21
* arm: rockchip: Add common cru.hJagan Teki2020-01-303-3/+3
* common: Move ll_boot_init() to init.hSimon Glass2020-01-171-0/+1
* Merge tag 'u-boot-amlogic-20200108' of https://gitlab.denx.de/u-boot/custodia...Tom Rini2020-01-087-15/+39
|\
| * video: meson: Drop unnecessary header includesSimon Glass2020-01-077-15/+39
* | video: lg4573: convert to DMHeiko Schocher2020-01-071-39/+136
|/
* video: add wrappers for ttf type files to .gitignoreDario Binacchi2020-01-021-0/+1
* video: Avoid using #ifdef in video-uclass.cSimon Glass2020-01-021-28/+26
* video: Avoid using #ifdef in vidconsole-uclass.cSimon Glass2020-01-021-12/+10
* video: Avoid using #ifdef in console_rotate.cSimon Glass2020-01-021-167/+158
* video: Avoid using #ifdef in video blitting codeSimon Glass2020-01-021-64/+61
* video: x86: Enable 32-bit graphics by defaultSimon Glass2020-01-021-4/+1
* video: make BPP and ANSI configs optionalAnatolij Gustschin2019-12-062-9/+9
* video: add guards around 16bpp/32bbp codeAnatolij Gustschin2019-12-062-0/+10
* video: bmp: Fix video_display_rle8_bitmap()Patrice Chotard2019-12-061-5/+3
* video: bmp: Fix video_splash_align_axis()Patrice Chotard2019-12-061-2/+2
* common: Move board_get_usable_ram_top() out of common.hSimon Glass2019-12-022-0/+2
* common: Move ARM cache operations out of common.hSimon Glass2019-12-023-0/+3
* common: Move some cache and MMU functions out of common.hSimon Glass2019-12-021-0/+1
* common: Move get_ticks() function out of common.hSimon Glass2019-12-022-0/+2
* Revert "video: mxsfb: Configure the clock after eLCDIF reset"Fabio Estevam2019-11-241-3/+3
* video: stm32: remove the compatible "synopsys, dw-mipi-dsi" supportPatrick Delaunay2019-11-122-7/+14
* video: mxsfb: Configure the clock after eLCDIF resetFabio Estevam2019-11-121-3/+3
* video: mxsfb: set gd->fb_baseSébastien Szymanski2019-11-031-0/+1
* video: meson: add compatible for Amlogic G12ANeil Armstrong2019-10-181-0/+1
* video: meson: sync with linux drm-misc treeNeil Armstrong2019-10-187-160/+930
* video: meson: remove power domain getNeil Armstrong2019-10-181-10/+0
* video: add support of panel RM68200Yannick Fertré2019-10-133-0/+361
* video: add support of panel OTM8009AYannick Fertré2019-10-133-0/+389
* video: add support of STM32 MIPI DSI controller driverYannick Fertré2019-10-133-0/+500
* video: add MIPI DSI host controller bridgeYannick Fertré2019-10-133-0/+849
* dm: Add a dsi host uclassYannick Fertré2019-10-134-0/+142
* video: add support of MIPI DSI interfaceYannick Fertré2019-10-133-0/+837
* video: stm32: stm32_ltdc: add bridge to display controllerYannick Fertré2019-10-131-60/+83
* sunxi: video: HDMI: Fix LCD clock dividerMark Kettenis2019-09-211-1/+1
* env: Move env_get() to env.hSimon Glass2019-08-116-0/+6
* common: Move gzip functions into a new gzip headerSimon Glass2019-08-111-0/+1
* mxc_ipuv3_fb.c: enable a backlight on a panelHeiko Schocher2019-07-301-0/+5
* mxc_ipuv3_fb.c: call display_enableHeiko Schocher2019-07-301-0/+13
* mxc_ipuv3_fb.c: set gd->fb_baseHeiko Schocher2019-07-301-0/+2
* video: arm: rpi: Bail out early if querying video information failsFabian Vogt2019-07-291-1/+3
* video: dw_hdmi: Add support for ddc-i2c-bus propertyNiklas Schulze2019-07-294-0/+22
* video: meson: dw-hdmi: add EDID mode filtering to only select supported modesNeil Armstrong2019-07-291-0/+7
* video: display: use edid_get_timing_validate() variant to filter supported ED...Neil Armstrong2019-07-291-1/+14
* video, simple_panel: add lg,lb070wv8 displayHeiko Schocher2019-07-291-0/+1
* video: mxsfb: fix mxsfb fbdev binding issuesIgor Opaniuk2019-07-291-12/+62