All of lore.kernel.org
 help / color / mirror / Atom feed
* Please pull u-boot-video
@ 2020-02-10 17:07 Anatolij Gustschin
  2020-02-10 19:16 ` Tom Rini
  0 siblings, 1 reply; 66+ messages in thread
From: Anatolij Gustschin @ 2020-02-10 17:07 UTC (permalink / raw)
  To: u-boot

Hi Tom,

please pull a few fixes for v2020.04-rc1.

Travis-CI build logs with additional (already merged) patch:
https://travis-ci.org/vdsao/u-boot-video/builds/646159863

Thanks,
Anatolij

The following changes since commit d861183dc531b74479f92bf4c8de8ad60a0a0d56:

  Merge tag 'ti-v2020.04-rc2' of https://gitlab.denx.de/u-boot/custodians/u-boot-ti (2020-02-04 08:16:01 -0500)

are available in the Git repository at:

  https://gitlab.denx.de/u-boot/custodians/u-boot-video.git tags/fixes-for-v2020.04

for you to fetch changes up to 8382b1019283d2c1e9ba09cf0a10205deaf32fe1:

  video: mxsfb: call remove() when booting OS (2020-02-04 23:04:28 +0100)

----------------------------------------------------------------
- fix Coverity CID 280902 issue in vid_console_color()
- fix vid_console_color() build warning
- fix for mxsfb to ensure correct Linux logo position

----------------------------------------------------------------
Anatolij Gustschin (2):
      video: fix Coverity missing break issue
      video: mxsfb: call remove() when booting OS

 drivers/video/mxsfb.c             |  2 +-
 drivers/video/vidconsole-uclass.c | 20 ++++++++++++--------
 2 files changed, 13 insertions(+), 9 deletions(-)

^ permalink raw reply	[flat|nested] 66+ messages in thread
* Please pull u-boot-video
@ 2023-10-23 10:17 Anatolij Gustschin
  2023-10-23 16:58 ` Tom Rini
  0 siblings, 1 reply; 66+ messages in thread
From: Anatolij Gustschin @ 2023-10-23 10:17 UTC (permalink / raw)
  To: Tom Rini; +Cc: u-boot

Hi Tom,

please pull video driver updates for v2024.01-rc1.

CI: https://source.denx.de/u-boot/custodians/u-boot-video/-/pipelines/18257

Thanks!

The following changes since commit 9a3a58396b78b1f9d0c14580dc03f81d29207dd2:

  Merge https://source.denx.de/u-boot/custodians/u-boot-marvell (2023-10-20 12:54:33 -0400)

are available in the Git repository at:

  https://source.denx.de/u-boot/custodians/u-boot-video.git tags/video-20231022

for you to fetch changes up to 846dcae7337e25d1608c891fb68ce4227bc6b710:

  video: tegra20: dsi: use regulator_set_enable_if_allowed (2023-10-22 19:28:31 +0200)

----------------------------------------------------------------
 - updates for pwm_backlight, simple_panel and tegra20 to keep
   fixed/gpio regulator counter in balance

----------------------------------------------------------------
Svyatoslav Ryhel (3):
      video: pwm_backlight: use regulator_set_enable_if_allowed
      video: simple_panel: use regulator_set_enable_if_allowed
      video: tegra20: dsi: use regulator_set_enable_if_allowed

 drivers/video/pwm_backlight.c     | 13 ++++++-------
 drivers/video/simple_panel.c      | 10 +++++-----
 drivers/video/tegra20/tegra-dsi.c |  8 +++-----
 3 files changed, 14 insertions(+), 17 deletions(-)

^ permalink raw reply	[flat|nested] 66+ messages in thread
* Please pull u-boot-video
@ 2023-08-14  6:02 Anatolij Gustschin
  2023-08-14 15:04 ` Tom Rini
  0 siblings, 1 reply; 66+ messages in thread
From: Anatolij Gustschin @ 2023-08-14  6:02 UTC (permalink / raw)
  To: Tom Rini; +Cc: u-boot

Hi Tom,

please pull video driver fixes for for v2023.10.

CI: https://source.denx.de/u-boot/custodians/u-boot-video/-/pipelines/17338

Thanks,
Anatolij

The following changes since commit a5899cc69a99379f01e8e2f9f98e0e09b24f1656:

  Merge https://source.denx.de/u-boot/custodians/u-boot-watchdog (2023-08-10 11:40:09 -0400)

are available in the Git repository at:

  https://source.denx.de/u-boot/custodians/u-boot-video.git tags/video-20230814

for you to fetch changes up to 04cc66c047d959dc1b22a625b7949a26793ac52b:

  rpi: set the correct parameter for simple framebuffer node (2023-08-13 23:57:46 +0200)

----------------------------------------------------------------
 - fix NULL dereference in vidconsole_measure()
 - fix simplefb format for raspberrypi-4b
 - fix typo in Kconfig

----------------------------------------------------------------
Bin Meng (2):
      video: vidconsole: Fix null dereference of ops->measure
      video: kconfig: Fix a typo in SPL_VIDEO_REMOVE

Jason Wessel (1):
      bcm2835: Add simiple-framebuffer for use with fkms

Meng Li (1):
      rpi: set the correct parameter for simple framebuffer node

 board/raspberrypi/rpi/rpi.c       | 2 ++
 drivers/video/Kconfig             | 2 +-
 drivers/video/bcm2835.c           | 3 +++
 drivers/video/vidconsole-uclass.c | 2 +-
 4 files changed, 7 insertions(+), 2 deletions(-)

^ permalink raw reply	[flat|nested] 66+ messages in thread
* Please pull u-boot-video
@ 2023-08-01 12:52 Anatolij Gustschin
  2023-08-01 15:57 ` Tom Rini
  0 siblings, 1 reply; 66+ messages in thread
From: Anatolij Gustschin @ 2023-08-01 12:52 UTC (permalink / raw)
  To: Tom Rini; +Cc: u-boot

Hi Tom,

please pull new video patches for v2023.10.

CI: https://source.denx.de/u-boot/custodians/u-boot-video/-/pipelines/17167

Thanks,
Anatolij

The following changes since commit 4e619e8d4fd68095bc665a78f2651d8e478a4534:

  Merge tag 'u-boot-rockchip-20230731' of https://source.denx.de/u-boot/custodians/u-boot-rockchip (2023-07-31 11:33:51 -0400)

are available in the Git repository at:

  https://source.denx.de/u-boot/custodians/u-boot-video.git tags/video-20230801

for you to fetch changes up to b8d3a6c7d12fc6101f99cde0acedb4a799fdb5f3:

  drivers: video: tidss: tidss_drv: Use kconfig VIDEO_REMOVE to remove video (2023-08-01 13:41:02 +0200)

----------------------------------------------------------------
 - dm video cosmetic style fix
 - bochs: remove the x86 limitation
 - correct kconfig text for PCI default FB size
 - kconfig: drop the superfluous PCI dependency
 - set up default FB size for Bochs

----------------------------------------------------------------
Bin Meng (9):
      dm: video: Cosmetic style fix
      video: bochs: Drop inclusion of <asm/mtrr.h>
      video: bochs: Drop the useless argument of bochs_vga_write()
      video: bochs: Avoid using IO instructions to access VGA IO port
      video: bochs: Remove the x86 dependency
      video: kconfig: Fix wrong text for the PCI default FB size
      video: kconfig: Drop the superfluous dependency
      video: kconfig: Set default FB size for Bochs
      video: bochs: Set the frame buffer size per configuration

Nikhil M Jain (2):
      drivers: video: tidss: tidss_drv: Change remove method
      drivers: video: tidss: tidss_drv: Use kconfig VIDEO_REMOVE to remove video

 drivers/video/Kconfig           | 15 ++++++++-------
 drivers/video/bochs.c           | 12 ++++++------
 drivers/video/bochs.h           |  7 ++++---
 drivers/video/tidss/tidss_drv.c | 18 +++++++-----------
 drivers/video/video-uclass.c    |  6 ++++--
 5 files changed, 29 insertions(+), 29 deletions(-)

^ permalink raw reply	[flat|nested] 66+ messages in thread
* Please pull u-boot-video
@ 2023-07-16 20:04 Anatolij Gustschin
  2023-07-17 14:38 ` Tom Rini
  0 siblings, 1 reply; 66+ messages in thread
From: Anatolij Gustschin @ 2023-07-16 20:04 UTC (permalink / raw)
  To: Tom Rini; +Cc: u-boot

Hi Tom,

please pull new video patches for v2023.10.

CI: https://source.denx.de/u-boot/custodians/u-boot-video/-/pipelines/16923

Thanks,
Anatolij

The following changes since commit 8e21064cb3452950b09301baec06d86e37342471:

  Merge tag 'efi-2023-07-rc7' of https://source.denx.de/u-boot/custodians/u-boot-efi (2023-07-11 13:27:32 -0400)

are available in the Git repository at:

  https://source.denx.de/u-boot/custodians/u-boot-video.git tags/video-20230714

for you to fetch changes up to bd6375c5511c3b96ce91ea66084d27afe2bbc43b:

  video: rockchip: dw_mipi_dsi: Fix GRF access (2023-07-14 18:30:58 +0200)

----------------------------------------------------------------
 - fix video console default font selection
 - add panel driver for HannStar HSD060BHW4
 - fix backlight pwm integer overflow in duty
   cycle calculation
 - fix dw_mipi_dsi hsync/vsync settings
 - various other fixes for rockchip dw_mipi_dsi

----------------------------------------------------------------
Matthias Schiffer (1):
      video: backlight: pwm: avoid integer overflow in duty cycle calculation

Ondrej Jirman (10):
      video: console: Fix default font selection
      video: hx8394: Add panel driver for hannstar,hsd060bhw4
      video: rockchip: vop: Fix whitespace
      video: dw_mipi_dsi: Fix hsync/vsync settings
      video: rockchip: dw_mipi_dsi: Fix external phy existence check
      video: rockchip: dw_mipi_dsi: Fix error path checks in probe function
      video: rockchip: dw_mipi_dsi: Return 0 from dsi_phy_init on success
      video: rockchip: dw_mipi_dsi: Fix best_rate calculation
      video: rockchip: dw_mipi_dsi: Correct check for lacking phy phandle
      video: rockchip: dw_mipi_dsi: Fix GRF access

 drivers/video/Kconfig                         |   8 +
 drivers/video/Makefile                        |   1 +
 drivers/video/console_core.c                  |   6 +
 drivers/video/dw_mipi_dsi.c                   |   4 +-
 drivers/video/himax-hx8394.c                  | 237 ++++++++++++++++++++++++++
 drivers/video/pwm_backlight.c                 |   2 +-
 drivers/video/rockchip/dw_mipi_dsi_rockchip.c |  38 +++--
 drivers/video/rockchip/rk_vop.c               |   2 +-
 8 files changed, 278 insertions(+), 20 deletions(-)
 create mode 100644 drivers/video/himax-hx8394.c

^ permalink raw reply	[flat|nested] 66+ messages in thread
* Please pull u-boot-video
@ 2023-05-05  8:25 Anatolij Gustschin
  2023-05-05 17:14 ` Tom Rini
  0 siblings, 1 reply; 66+ messages in thread
From: Anatolij Gustschin @ 2023-05-05  8:25 UTC (permalink / raw)
  To: Tom Rini; +Cc: u-boot

Hi Tom,

please pull video updates for v2023.07-rc2.

CI: https://source.denx.de/u-boot/custodians/u-boot-video/-/pipelines/16257

Thanks,
Anatolij

The following changes since commit b646e1f69fca5d6a002be1f4e32fab00e140c091:

  patman: Declare the future Series memory (2023-04-23 14:24:41 -0400)

are available in the Git repository at:

  https://source.denx.de/u-boot/custodians/u-boot-video.git tags/video-for-v2023.07-rc2

for you to fetch changes up to def72d5c6265bde4e9eb7976db53a77fabc4808a:

  video: panel: add generic endeavoru panel (2023-04-26 07:35:57 +0200)

----------------------------------------------------------------
 - enable video support in SPL
 - support splash screen for TI am62x
 - replace #ifdef and #if with if's in bmp/splash
 - add lm3533 backlight driver
 - add Solomon SSD2825 DSI/LVDS bridge driver
 - add Renesas R61307 and R69328 MIPI DSI panel drivers
 - add tegra DC based PWM backlight driver
 - add generic endeavoru (HTC One X) panel driver

----------------------------------------------------------------
Nikhil M Jain (14):
      drivers: video: Kconfig: Add configs for enabling video at SPL
      drivers: video: tidss: Kconfig: Configs to enable TIDSS at SPL
      drivers: Makefile: Add rule to compile video driver
      drivers: video: Makefile: Rule to compile necessary video driver files
      drivers: video: tidss: Makefile: Add condition to compile TIDSS at SPL
      common: Makefile: Add rule to compile splash and splash_source at SPL
      common: Kconfig: Add BMP configs
      cmd: bmp: Split bmp commands and functions
      common: Makefile: Rule to compile bmp.c
      drivers: video: Enable necessary video functions at SPL
      common: Enable splash functions at SPL
      include: Enable video related global data variable and splash at SPL
      board: ti: am62x: evm: OSPI support for splash screen
      common: Replace #ifdef and #if with if's

Svyatoslav Ryhel (6):
      video: add lm3533 backlight driver
      video: bridge: add Solomon SSD2825 DSI/LVDS driver
      video: panel: add Renesas R61307 MIPI DSI panel driver
      video: panel: add Renesas R69328 MIPI DSI panel driver
      video: tegra: add DC based PWM backlight driver
      video: panel: add generic endeavoru panel

 board/ti/am62x/evm.c                        |   8 +-
 cmd/bmp.c                                   | 162 +--------
 common/Kconfig                              |  12 +
 common/Makefile                             |   3 +
 common/bmp.c                                | 149 ++++++++
 common/splash.c                             |  20 +-
 drivers/Makefile                            |   1 +
 drivers/video/Kconfig                       | 261 +++++++++++++-
 drivers/video/Makefile                      |  20 +-
 drivers/video/bridge/Kconfig                |   7 +
 drivers/video/bridge/Makefile               |   1 +
 drivers/video/bridge/ssd2825.c              | 520 ++++++++++++++++++++++++++++
 drivers/video/console_core.c                |   6 +-
 drivers/video/endeavoru-panel.c             | 252 ++++++++++++++
 drivers/video/lm3533_backlight.c            | 134 +++++++
 drivers/video/renesas-r61307.c              | 302 ++++++++++++++++
 drivers/video/renesas-r69328.c              | 238 +++++++++++++
 drivers/video/tegra20/Kconfig               |   7 +
 drivers/video/tegra20/Makefile              |   1 +
 drivers/video/tegra20/tegra-pwm-backlight.c | 156 +++++++++
 drivers/video/tidss/Kconfig                 |   6 +
 drivers/video/tidss/Makefile                |   2 +-
 drivers/video/vidconsole-uclass.c           |   2 +-
 drivers/video/video-uclass.c                |  14 +-
 drivers/video/video_bmp.c                   |   8 +-
 include/asm-generic/global_data.h           |   4 +-
 include/splash.h                            |  15 +-
 include/video.h                             |   8 +
 28 files changed, 2107 insertions(+), 212 deletions(-)
 create mode 100644 common/bmp.c
 create mode 100644 drivers/video/bridge/ssd2825.c
 create mode 100644 drivers/video/endeavoru-panel.c
 create mode 100644 drivers/video/lm3533_backlight.c
 create mode 100644 drivers/video/renesas-r61307.c
 create mode 100644 drivers/video/renesas-r69328.c
 create mode 100644 drivers/video/tegra20/tegra-pwm-backlight.c

^ permalink raw reply	[flat|nested] 66+ messages in thread
* Please pull u-boot-video
@ 2023-04-07 19:51 Anatolij Gustschin
  2023-04-08 18:18 ` Tom Rini
  0 siblings, 1 reply; 66+ messages in thread
From: Anatolij Gustschin @ 2023-04-07 19:51 UTC (permalink / raw)
  To: Tom Rini; +Cc: u-boot

Hi Tom,

please pull video updates for v2023.07.

CI: https://source.denx.de/u-boot/custodians/u-boot-video/-/pipelines/15944

Thanks,
Anatolij

The following changes since commit 340bebf9c799793affefd166875d5776744988bd:

  Merge branch '2023-04-06-assorted-updates' (2023-04-07 10:44:19 -0400)

are available in the Git repository at:

  https://source.denx.de/u-boot/custodians/u-boot-video.git tags/video-20230407

for you to fetch changes up to cc54a924cd28a2d1b0f0035bd7d78532b6bc4ad8:

  simple_panel: support simple MIPI DSI panels (2023-04-07 19:54:31 +0200)

----------------------------------------------------------------
 - fix building sandbox without SDL
 - improve tegra DC driver to work with panel ops and implement
   native 180 degree panel rotation support
 - add T30 support to tegra DC driver
 - add DSI driver (based on mainline Linux one with minor
   adjustments, only T30 tested)
 - add get_display_timing ops to simple panel driver
 - extend simple panel driver to use it for MIPI DSI panels
   which do not require additional DSI commands for setup

----------------------------------------------------------------
Marcel Ziswiler (1):
      tegra: lcd: video: integrate display driver for t30

Simon Glass (1):
      sandbox: video: Fix building without SDL

Svyatoslav Ryhel (10):
      video: move tegra dc driver into own folder
      video: tegra-dc: get clocks from device tree
      video: tegra-dc: request timings from panel driver first
      video: tegra-dc: assign regmap directly
      video: tegra-dc: add 180 degree panel rotation
      video: tegra-dc: add panel_set_backlight call
      video: tegra-dc: pass DC regmap to internal devices
      video: tegra20: add DSI controller driver
      simple_panel: add support for get_display_timing
      simple_panel: support simple MIPI DSI panels

 arch/arm/dts/tegra30-u-boot.dtsi              |   9 +
 arch/arm/include/asm/arch-tegra/dc.h          |   8 +
 arch/arm/include/asm/arch-tegra30/display.h   |  28 +
 arch/arm/include/asm/arch-tegra30/dsi.h       | 217 +++++++
 arch/arm/include/asm/arch-tegra30/pwm.h       |  13 +
 arch/sandbox/include/asm/test.h               |   8 +
 drivers/video/Kconfig                         |  11 +-
 drivers/video/Makefile                        |   2 +-
 drivers/video/simple_panel.c                  |  47 +-
 drivers/video/tegra20/Kconfig                 |  17 +
 drivers/video/tegra20/Makefile                |   4 +
 drivers/video/tegra20/mipi-phy.c              | 134 ++++
 drivers/video/tegra20/mipi-phy.h              |  48 ++
 drivers/video/{tegra.c => tegra20/tegra-dc.c} | 123 ++--
 drivers/video/tegra20/tegra-dsi.c             | 864 ++++++++++++++++++++++++++
 15 files changed, 1484 insertions(+), 49 deletions(-)
 create mode 100644 arch/arm/include/asm/arch-tegra30/display.h
 create mode 100644 arch/arm/include/asm/arch-tegra30/dsi.h
 create mode 100644 arch/arm/include/asm/arch-tegra30/pwm.h
 create mode 100644 drivers/video/tegra20/Kconfig
 create mode 100644 drivers/video/tegra20/Makefile
 create mode 100644 drivers/video/tegra20/mipi-phy.c
 create mode 100644 drivers/video/tegra20/mipi-phy.h
 rename drivers/video/{tegra.c => tegra20/tegra-dc.c} (82%)
 create mode 100644 drivers/video/tegra20/tegra-dsi.c

^ permalink raw reply	[flat|nested] 66+ messages in thread
* Please pull u-boot-video
@ 2023-02-04 19:09 Anatolij Gustschin
  2023-02-06 14:55 ` Tom Rini
  0 siblings, 1 reply; 66+ messages in thread
From: Anatolij Gustschin @ 2023-02-04 19:09 UTC (permalink / raw)
  To: Tom Rini; +Cc: u-boot

Hi Tom,

please pull video patches for v2023.04.

CI: https://source.denx.de/u-boot/custodians/u-boot-video/-/pipelines/15051

Thanks,
Anatolij

The following changes since commit a209c3e6b48cf042d0220245a2d1636f74389c17:

  Merge tag 'u-boot-imx-20230203' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx (2023-02-03 10:30:45 -0500)

are available in the Git repository at:

  https://source.denx.de/u-boot/custodians/u-boot-video.git tags/video-20230204

for you to fetch changes up to 03610ebf3520ae768ff90c4831f39088088ee666:

  tools: logos: Add TI logo files (2023-02-04 18:19:00 +0100)

----------------------------------------------------------------
 - restore TI AM335x LCDC driver with DM support
 - make simple panel independent of backlight
 - add ofnode panel timing decode functions with test
 - add TIDSS video driver and AM62x splash screen
 - add TI logo

----------------------------------------------------------------
Dario Binacchi (1):
      video: ti: am335x: restore driver-model code

Nikhil M Jain (6):
      drivers: core: ofnode: Add panel timing decode.
      test: dm: test-fdt: Add decode_panel_timing test
      drivers: video: simple_panel: make simple panel independent of backlight
      drivers: video: tidss: TIDSS video driver support for AM62x
      board: ti: am62x: evm: Add splash screen support
      tools: logos: Add TI logo files

 MAINTAINERS                      |   1 +
 arch/sandbox/dts/test.dts        |  18 +
 board/ti/am62x/evm.c             |  25 +-
 drivers/core/ofnode.c            |  47 ++
 drivers/core/read.c              |   6 +
 drivers/video/Kconfig            |   4 +
 drivers/video/Makefile           |   2 +
 drivers/video/simple_panel.c     |   7 +-
 drivers/video/ti/Kconfig         |   8 +
 drivers/video/ti/Makefile        |   6 +
 drivers/video/ti/tilcdc-panel.c  | 172 +++++++
 drivers/video/ti/tilcdc-panel.h  |  14 +
 drivers/video/ti/tilcdc.c        | 425 ++++++++++++++++++
 drivers/video/ti/tilcdc.h        |  38 ++
 drivers/video/tidss/Kconfig      |  18 +
 drivers/video/tidss/Makefile     |  12 +
 drivers/video/tidss/tidss_drv.c  | 943 +++++++++++++++++++++++++++++++++++++++
 drivers/video/tidss/tidss_drv.h  | 137 ++++++
 drivers/video/tidss/tidss_regs.h | 292 ++++++++++++
 include/dm/ofnode.h              |  12 +
 include/dm/read.h                |  20 +
 test/dm/test-fdt.c               |  36 ++
 tools/logos/ti.bmp               | Bin 0 -> 160770 bytes
 tools/logos/ti.gz                | Bin 0 -> 12285 bytes
 24 files changed, 2238 insertions(+), 5 deletions(-)
 create mode 100644 drivers/video/ti/Kconfig
 create mode 100644 drivers/video/ti/Makefile
 create mode 100644 drivers/video/ti/tilcdc-panel.c
 create mode 100644 drivers/video/ti/tilcdc-panel.h
 create mode 100644 drivers/video/ti/tilcdc.c
 create mode 100644 drivers/video/ti/tilcdc.h
 create mode 100644 drivers/video/tidss/Kconfig
 create mode 100644 drivers/video/tidss/Makefile
 create mode 100644 drivers/video/tidss/tidss_drv.c
 create mode 100644 drivers/video/tidss/tidss_drv.h
 create mode 100644 drivers/video/tidss/tidss_regs.h
 create mode 100644 tools/logos/ti.bmp
 create mode 100644 tools/logos/ti.gz

^ permalink raw reply	[flat|nested] 66+ messages in thread
* Please pull u-boot-video
@ 2022-10-30 21:16 Anatolij Gustschin
  2022-10-31 12:52 ` Tom Rini
  0 siblings, 1 reply; 66+ messages in thread
From: Anatolij Gustschin @ 2022-10-30 21:16 UTC (permalink / raw)
  To: Tom Rini; +Cc: u-boot

Hi Tom,

please pull video changes for v2023.01.

CI: https://source.denx.de/u-boot/custodians/u-boot-video/-/pipelines/13972

Thanks,
Anatolij

The following changes since commit fb63362c63c7aeacb1dfde330ee8f692da7972f9:

  lib: fix buggy strcmp and strncmp (2022-10-27 09:10:08 -0400)

are available in the Git repository at:

  https://source.denx.de/u-boot/custodians/u-boot-video.git tags/video-20221030

for you to fetch changes up to b86986c7b314f1378ca5be8df49310a6ce7302f8:

  video: Rename CONFIG_DM_VIDEO to CONFIG_VIDEO (2022-10-30 20:07:17 +0100)

----------------------------------------------------------------
 - fix [hv]sync active vs back porch in dw_mipi_dsi
 - simplefb rotation support
 - support splash as raw image from MMC
 - enhancements to Truetype console (multiple fonts and sizes)
 - drop old LCD support

----------------------------------------------------------------
John Keeping (1):
      video: dw_mipi_dsi: fix [hv]sync active vs back porch

Julien Masson (2):
      splash: support raw image from MMC
      splash: get devpart from environment variable

Simon Glass (55):
      video: Move console colours to the video uclass
      video: Provide a function to set the cursor position
      video: Use vidconsole_put_string() to write a string
      video: Move the console commands to cmd/
      video: Move and rename DM_HX8238D option
      video: Allow filling the display with a colour
      video: Add function to obtain the U-Boot logo
      video: Tidy up the check for valid fonts
      video: Refactor to allow more than one font size
      video: Record the truetype font name
      video: Add a function to select the truetype metrics
      video: Add a way to change the font name and size
      video: Enable the cls command by default
      video: Add commands to list and change fonts
      video: Add a function to get the dimensions of a BMP image
      video: Add a way to get the default font height
      video: Split SPLASH_SCREEN_ALIGN from bmp command
      Convert CONFIG_HIDE_LOGO_VERSION to Kconfig
      video: Rename CONFIG_SYS_VIDEO_LOGO_MAX_SIZE
      Convert CONFIG_VIDEO_LOGO_MAX_SIZE to Kconfig
      video: lcd: Drop console rotation
      video: Drop CONFIG_LCD_ALIGNMENT
      video: Drop CONFIG_LCD_MENU
      video: Drop CONFIG_LCD_INFO_BELOW_LOGO
      video: Drop CONFIG_LCD_INFO
      video: Move bmp_display() prototype to video.h
      api: Drop LCD implementation
      Drop CONFIG_LCD_LOGO
      video: Drop VCXK video controller
      BuR: Drop old LCD code
      video: Drop CONFIG_AM335X_LCD
      video: atmel: Drop pre-DM parts of video driver
      video: Drop ld9040 driver
      video: atmel: Drop CONFIG_LCD_IN_PSRAM
      treewide: Stop enabling CONFIG_LCD
      video: Drop atmel LCD code
      video: samsung: Drop old LCD code
      nexell: Drop old LCD code
      compulab: Drop old LCD code
      tegra: Drop old LCD code
      BuR: ronetix: siemens: Drop old LCD code
      video: cmd: Drop old LCD code
      efi: Drop old LCD code
      video: Drop remaining references to CONFIG_LCD
      fdt: Drop support for LCD fixup in simplefb
      video: Drop LCD_BPP
      video: Drop CONFIG_VIDEO
      video: Drop CONFIG_VIDEO
      video: Drop CONFIG_LCD
      video: Drop use of the lcd header file
      video: Drop common LCD implementation
      video: Drop SPLASHIMAGE_CALLBACK
      video: Make all video options depend on DM_VIDEO
      pci: Drop test for DM_VIDEO
      video: Rename CONFIG_DM_VIDEO to CONFIG_VIDEO

Takumi Sueda (1):
      video: simplefb: add rotation support

 MAINTAINERS                                        |   2 -
 README                                             |  74 ---
 api/api_display.c                                  |  22 -
 arch/Kconfig                                       |   2 +-
 arch/arm/Kconfig                                   |   2 +-
 arch/arm/mach-at91/arm926ejs/at91sam9n12_devices.c |  39 --
 arch/arm/mach-at91/armv7/sama5d3_devices.c         |  33 --
 arch/arm/mach-exynos/include/mach/mipi_dsim.h      |   1 -
 arch/arm/mach-imx/cpu.c                            |   2 +-
 arch/arm/mach-imx/mx6/Kconfig                      |   2 +-
 arch/arm/mach-imx/mx6/soc.c                        |   2 +-
 arch/arm/mach-imx/mx7/soc.c                        |   2 +-
 arch/arm/mach-nexell/include/mach/display_dev.h    |   7 -
 arch/arm/mach-omap2/am33xx/Kconfig                 |   4 +-
 arch/arm/mach-omap2/am33xx/clock_am33xx.c          |   4 -
 .../arm/mach-stm32mp/cmd_stm32prog/cmd_stm32prog.c |   2 +-
 arch/arm/mach-sunxi/Kconfig                        |   6 +-
 arch/arm/mach-tegra/board2.c                       |   4 +-
 arch/x86/Kconfig                                   |   2 +-
 board/BuR/brxre1/board.c                           |   9 -
 board/BuR/common/br_resetc.c                       |   6 -
 board/BuR/common/bur_common.h                      |   6 -
 board/BuR/common/common.c                          | 225 --------
 board/BuS/eb_cpu5282/eb_cpu5282.c                  |  82 ---
 board/aristainetos/aristainetos.c                  |   4 +-
 board/atmel/at91sam9261ek/at91sam9261ek.c          |  95 ----
 board/atmel/at91sam9263ek/at91sam9263ek.c          | 108 ----
 board/atmel/at91sam9m10g45ek/at91sam9m10g45ek.c    | 103 ----
 board/atmel/at91sam9n12ek/at91sam9n12ek.c          |  64 ---
 board/atmel/at91sam9rlek/at91sam9rlek.c            |  88 ----
 board/atmel/at91sam9x5ek/at91sam9x5ek.c            |   2 +-
 board/atmel/common/Makefile                        |   2 +-
 board/atmel/sama5d27_som1_ek/sama5d27_som1_ek.c    |   2 +-
 .../atmel/sama5d27_wlsom1_ek/sama5d27_wlsom1_ek.c  |   2 +-
 board/atmel/sama5d2_xplained/sama5d2_xplained.c    |   2 +-
 board/atmel/sama5d3xek/sama5d3xek.c                |   2 +-
 board/atmel/sama5d4_xplained/sama5d4_xplained.c    |   2 +-
 board/atmel/sama5d4ek/sama5d4ek.c                  |   2 +-
 board/beckhoff/mx53cx9020/Makefile                 |   2 +-
 board/bluewater/gurnard/gurnard.c                  |   5 +-
 board/bosch/guardian/board.c                       |  70 ---
 board/compal/paz00/paz00.c                         |   2 +-
 board/compulab/common/Makefile                     |   1 -
 board/compulab/common/omap3_display.c              | 452 ----------------
 board/freescale/imx8ulp_evk/imx8ulp_evk.c          |   2 +-
 board/freescale/mx6ul_14x14_evk/mx6ul_14x14_evk.c  |   2 +-
 board/ge/mx53ppd/Makefile                          |   2 +-
 board/l+g/vinco/vinco.c                            |   1 -
 board/menlo/m53menlo/m53menlo.c                    |   6 +-
 board/nvidia/harmony/harmony.c                     |   1 -
 board/raspberrypi/rpi/rpi.c                        |   1 -
 board/ronetix/pm9263/pm9263.c                      | 112 ----
 board/samsung/common/board.c                       |   5 -
 board/samsung/common/misc.c                        | 340 ------------
 board/samsung/trats/trats.c                        |   1 -
 board/samsung/trats2/trats2.c                      |  22 -
 board/samsung/universal_c210/universal.c           |   2 -
 board/st/stm32f746-disco/stm32f746-disco.c         |   1 -
 board/technexion/pico-imx7d/README                 |   1 -
 board/technexion/pico-imx7d/pico-imx7d.c           |   4 +-
 board/toradex/colibri-imx6ull/colibri-imx6ull.c    |   4 +-
 board/toradex/colibri_imx7/colibri_imx7.c          |   6 +-
 board/toradex/common/tdx-common.c                  |   2 +-
 boot/pxe_utils.c                                   |   3 +-
 cmd/Kconfig                                        |  16 +-
 cmd/Makefile                                       |   3 +
 cmd/bdinfo.c                                       |   5 +-
 cmd/bmp.c                                          |  42 +-
 cmd/cls.c                                          |   2 +-
 cmd/font.c                                         |  81 +++
 cmd/video.c                                        |  61 +++
 common/Kconfig                                     |   2 +-
 common/Makefile                                    |   4 -
 common/board_f.c                                   |  27 +-
 common/fdt_simplefb.c                              |  10 +-
 common/fdt_support.c                               |  29 --
 common/lcd.c                                       | 578 ---------------------
 common/lcd_console.c                               | 260 ---------
 common/lcd_console_rotation.c                      | 194 -------
 common/splash.c                                    |  17 +-
 common/splash_source.c                             |  31 ++
 common/stdio.c                                     |   9 +-
 configs/am335x_guardian_defconfig                  |   1 -
 configs/aristainetos2c_defconfig                   |   2 +-
 configs/aristainetos2ccslb_defconfig               |   2 +-
 configs/at91sam9x5ek_dataflash_defconfig           |   2 +-
 configs/at91sam9x5ek_mmc_defconfig                 |   2 +-
 configs/at91sam9x5ek_nandflash_defconfig           |   2 +-
 configs/at91sam9x5ek_spiflash_defconfig            |   2 +-
 configs/bananapi-m5_defconfig                      |   2 +-
 configs/beelink-gsking-x_defconfig                 |   2 +-
 configs/beelink-gtking_defconfig                   |   2 +-
 configs/beelink-gtkingpro_defconfig                |   2 +-
 configs/chromebit_mickey_defconfig                 |   2 +-
 configs/chromebook_bob_defconfig                   |   2 +-
 configs/chromebook_jerry_defconfig                 |   2 +-
 configs/chromebook_kevin_defconfig                 |   2 +-
 configs/chromebook_minnie_defconfig                |   2 +-
 configs/chromebook_speedy_defconfig                |   2 +-
 configs/cm_fx6_defconfig                           |   2 +-
 configs/eb_cpu5282_defconfig                       |   1 -
 configs/eb_cpu5282_internal_defconfig              |   1 -
 configs/evb-px30_defconfig                         |   3 +-
 configs/evb-rk3288_defconfig                       |   2 +-
 configs/evb-rk3399_defconfig                       |   2 +-
 configs/firefly-px30_defconfig                     |   3 +-
 configs/firefly-rk3288_defconfig                   |   2 +-
 configs/gazerbeam_defconfig                        |   2 +-
 configs/ge_b1x5v2_defconfig                        |   2 +-
 configs/ge_bx50v3_defconfig                        |   2 +-
 configs/gurnard_defconfig                          |   3 +-
 configs/gwventana_emmc_defconfig                   |   3 +-
 configs/gwventana_gw5904_defconfig                 |   3 +-
 configs/gwventana_nand_defconfig                   |   3 +-
 configs/harmony_defconfig                          |   2 +-
 configs/imx6dl_icore_nand_defconfig                |   2 +-
 configs/imx6q_icore_nand_defconfig                 |   2 +-
 configs/imx6qdl_icore_mmc_defconfig                |   2 +-
 configs/imx6qdl_icore_nand_defconfig               |   2 +-
 configs/imx7_cm_defconfig                          |   2 +-
 configs/imx8mp_rsb3720a1_4G_defconfig              |   2 +-
 configs/imx8mp_rsb3720a1_6G_defconfig              |   2 +-
 configs/imxrt1050-evk_defconfig                    |   2 +-
 configs/khadas-vim3_android_ab_defconfig           |   2 +-
 configs/khadas-vim3_android_defconfig              |   2 +-
 configs/khadas-vim3_defconfig                      |   2 +-
 configs/khadas-vim3l_android_ab_defconfig          |   2 +-
 configs/khadas-vim3l_android_defconfig             |   2 +-
 configs/khadas-vim3l_defconfig                     |   2 +-
 configs/libretech-ac_defconfig                     |   2 +-
 configs/libretech-cc_defconfig                     |   2 +-
 configs/libretech-cc_v2_defconfig                  |   2 +-
 configs/libretech-s905d-pc_defconfig               |   2 +-
 configs/libretech-s912-pc_defconfig                |   2 +-
 configs/ls1028aqds_tfa_SECURE_BOOT_defconfig       |   1 -
 configs/ls1028aqds_tfa_defconfig                   |   1 -
 configs/ls1028ardb_tfa_SECURE_BOOT_defconfig       |   1 -
 configs/ls1028ardb_tfa_defconfig                   |   1 -
 configs/m53menlo_defconfig                         |   4 +-
 configs/marsboard_defconfig                        |   2 +-
 configs/medcom-wide_defconfig                      |   2 +-
 configs/miqi-rk3288_defconfig                      |   2 +-
 configs/mx53cx9020_defconfig                       |   2 +-
 configs/mx53ppd_defconfig                          |   2 +-
 configs/mx6cuboxi_defconfig                        |   2 +-
 configs/mx6qsabrelite_defconfig                    |   3 +-
 configs/mx6sabreauto_defconfig                     |   2 +-
 configs/mx6sabresd_defconfig                       |   2 +-
 configs/mx6ul_14x14_evk_defconfig                  |   2 +-
 configs/mx6ul_9x9_evk_defconfig                    |   2 +-
 configs/nanopc-t4-rk3399_defconfig                 |   2 +-
 configs/nanopi-m4-2gb-rk3399_defconfig             |   2 +-
 configs/nanopi-m4-rk3399_defconfig                 |   2 +-
 configs/nanopi-m4b-rk3399_defconfig                |   2 +-
 configs/nanopi-neo4-rk3399_defconfig               |   2 +-
 configs/nanopi-r4s-rk3399_defconfig                |   2 +-
 configs/nitrogen6dl2g_defconfig                    |   3 +-
 configs/nitrogen6dl_defconfig                      |   3 +-
 configs/nitrogen6q2g_defconfig                     |   3 +-
 configs/nitrogen6q_defconfig                       |   3 +-
 configs/nitrogen6s1g_defconfig                     |   3 +-
 configs/nitrogen6s_defconfig                       |   3 +-
 configs/nokia_rx51_defconfig                       |   2 +-
 configs/nyan-big_defconfig                         |   2 +-
 configs/odroid-c2_defconfig                        |   2 +-
 configs/odroid-c4_defconfig                        |   2 +-
 configs/odroid-go2_defconfig                       |   3 +-
 configs/odroid-hc4_defconfig                       |   2 +-
 configs/odroid-n2_defconfig                        |   2 +-
 configs/opos6uldev_defconfig                       |   2 +-
 configs/paz00_defconfig                            |   2 +-
 configs/peach-pi_defconfig                         |   3 +-
 configs/peach-pit_defconfig                        |   3 +-
 configs/pico-dwarf-imx7d_defconfig                 |   2 +-
 configs/pico-hobbit-imx7d_defconfig                |   2 +-
 configs/pico-imx6_defconfig                        |   2 +-
 configs/pico-imx6ul_defconfig                      |   2 +-
 configs/pico-imx7d_bl33_defconfig                  |   2 +-
 configs/pico-imx7d_defconfig                       |   2 +-
 configs/pico-nymph-imx7d_defconfig                 |   2 +-
 configs/pico-pi-imx7d_defconfig                    |   2 +-
 configs/pinebook-pro-rk3399_defconfig              |   2 +-
 configs/pm9261_defconfig                           |   5 +-
 configs/pm9263_defconfig                           |   5 +-
 configs/puma-rk3399_defconfig                      |   2 +-
 configs/px30-core-ctouch2-of10-px30_defconfig      |   3 +-
 configs/px30-core-ctouch2-px30_defconfig           |   3 +-
 configs/px30-core-edimm2.2-px30_defconfig          |   3 +-
 configs/radxa-zero_defconfig                       |   2 +-
 configs/riotboard_defconfig                        |   2 +-
 configs/roc-pc-mezzanine-rk3399_defconfig          |   2 +-
 configs/roc-pc-rk3399_defconfig                    |   2 +-
 configs/rock-pi-4-rk3399_defconfig                 |   2 +-
 configs/rock-pi-4c-rk3399_defconfig                |   2 +-
 configs/rock-pi-n10-rk3399pro_defconfig            |   2 +-
 configs/rock-pi-n8-rk3288_defconfig                |   2 +-
 configs/rock2_defconfig                            |   2 +-
 configs/rock960-rk3399_defconfig                   |   2 +-
 configs/rockpro64-rk3399_defconfig                 |   2 +-
 configs/rpi_0_w_defconfig                          |   2 +-
 configs/rpi_2_defconfig                            |   2 +-
 configs/rpi_3_32b_defconfig                        |   2 +-
 configs/rpi_3_b_plus_defconfig                     |   2 +-
 configs/rpi_3_defconfig                            |   2 +-
 configs/rpi_4_32b_defconfig                        |   2 +-
 configs/rpi_4_defconfig                            |   2 +-
 configs/rpi_arm64_defconfig                        |   2 +-
 configs/rpi_defconfig                              |   2 +-
 configs/s5p4418_nanopi2_defconfig                  |   2 +-
 configs/s5pc210_universal_defconfig                |   1 +
 configs/sama5d27_som1_ek_mmc1_defconfig            |   2 +-
 configs/sama5d27_som1_ek_mmc_defconfig             |   2 +-
 configs/sama5d27_som1_ek_qspiflash_defconfig       |   2 +-
 configs/sama5d27_wlsom1_ek_mmc_defconfig           |   2 +-
 configs/sama5d27_wlsom1_ek_qspiflash_defconfig     |   2 +-
 configs/sama5d2_xplained_emmc_defconfig            |   2 +-
 configs/sama5d2_xplained_mmc_defconfig             |   2 +-
 configs/sama5d2_xplained_qspiflash_defconfig       |   2 +-
 configs/sama5d2_xplained_spiflash_defconfig        |   2 +-
 configs/sama5d36ek_cmp_mmc_defconfig               |   2 +-
 configs/sama5d36ek_cmp_nandflash_defconfig         |   2 +-
 configs/sama5d36ek_cmp_spiflash_defconfig          |   2 +-
 configs/sama5d3xek_mmc_defconfig                   |   2 +-
 configs/sama5d3xek_nandflash_defconfig             |   2 +-
 configs/sama5d3xek_spiflash_defconfig              |   2 +-
 configs/sama5d4_xplained_mmc_defconfig             |   2 +-
 configs/sama5d4_xplained_nandflash_defconfig       |   2 +-
 configs/sama5d4_xplained_spiflash_defconfig        |   2 +-
 configs/sama5d4ek_mmc_defconfig                    |   2 +-
 configs/sama5d4ek_nandflash_defconfig              |   2 +-
 configs/sama5d4ek_spiflash_defconfig               |   2 +-
 configs/sandbox64_defconfig                        |   2 +-
 configs/sandbox_defconfig                          |   3 +-
 configs/sandbox_flattree_defconfig                 |   2 +-
 configs/sandbox_noinst_defconfig                   |   2 +-
 configs/sandbox_spl_defconfig                      |   2 +-
 configs/sandbox_vpl_defconfig                      |   2 +-
 configs/seaboard_defconfig                         |   2 +-
 configs/sei510_defconfig                           |   2 +-
 configs/sei610_defconfig                           |   2 +-
 configs/snow_defconfig                             |   3 +-
 configs/spring_defconfig                           |   3 +-
 configs/starqltechn_defconfig                      |   2 +-
 configs/stemmy_defconfig                           |   2 +-
 configs/stm32746g-eval_defconfig                   |   2 +-
 configs/stm32746g-eval_spl_defconfig               |   2 +-
 configs/stm32f746-disco_defconfig                  |   2 +-
 configs/stm32f746-disco_spl_defconfig              |   2 +-
 configs/stm32f769-disco_defconfig                  |   2 +-
 configs/stm32f769-disco_spl_defconfig              |   2 +-
 configs/stm32mp15_basic_defconfig                  |   2 +-
 configs/stm32mp15_defconfig                        |   2 +-
 configs/stm32mp15_trusted_defconfig                |   2 +-
 configs/tbs2910_defconfig                          |   2 +-
 configs/tec_defconfig                              |   2 +-
 configs/theadorable_debug_defconfig                |   2 +-
 configs/tinker-rk3288_defconfig                    |   2 +-
 configs/tinker-s-rk3288_defconfig                  |   2 +-
 configs/trats2_defconfig                           |   1 +
 configs/trats_defconfig                            |   1 +
 configs/ventana_defconfig                          |   2 +-
 configs/vyasa-rk3288_defconfig                     |   2 +-
 configs/wandboard_defconfig                        |   2 +-
 configs/wetek-core2_defconfig                      |   2 +-
 configs/xilinx_zynqmp_virt_defconfig               |   3 +-
 doc/README.bus_vcxk                                |  67 ---
 doc/develop/driver-model/migration.rst             |   2 +-
 doc/usage/cmd/font.rst                             |  52 ++
 doc/usage/environment.rst                          |   4 +-
 doc/usage/index.rst                                |   1 +
 drivers/pci/Makefile                               |   2 +-
 drivers/pci/pci_rom.c                              |   2 -
 drivers/serial/sandbox.c                           |   3 +-
 drivers/video/Kconfig                              | 154 ++----
 drivers/video/Makefile                             |   9 +-
 drivers/video/atmel_hlcdfb.c                       | 227 --------
 drivers/video/atmel_lcdfb.c                        | 102 ----
 drivers/video/bus_vcxk.c                           | 426 ---------------
 drivers/video/console_truetype.c                   | 265 ++++++++--
 drivers/video/dw_mipi_dsi.c                        |   8 +-
 drivers/video/exynos/Kconfig                       |   2 +-
 drivers/video/exynos/exynos_mipi_dsi_common.c      |   1 -
 drivers/video/imx/Kconfig                          |   2 +-
 drivers/video/ld9040.c                             | 112 ----
 drivers/video/meson/Kconfig                        |   2 +-
 drivers/video/nexell_display.c                     |  53 +-
 drivers/video/rockchip/Kconfig                     |   2 +-
 drivers/video/simplefb.c                           |   6 +-
 drivers/video/stm32/Kconfig                        |   2 +-
 drivers/video/tegra124/display.c                   |   1 -
 drivers/video/ti/Kconfig                           |   8 -
 drivers/video/ti/Makefile                          |  10 -
 drivers/video/ti/am335x-fb.c                       | 318 ------------
 drivers/video/ti/am335x-fb.h                       |  71 ---
 drivers/video/ti/tilcdc-panel.c                    | 172 ------
 drivers/video/ti/tilcdc-panel.h                    |  14 -
 drivers/video/ti/tilcdc.c                          | 426 ---------------
 drivers/video/ti/tilcdc.h                          |  38 --
 drivers/video/vidconsole-uclass.c                  | 141 +----
 drivers/video/video-uclass.c                       | 102 +++-
 drivers/video/video_bmp.c                          |  16 +-
 include/asm-generic/global_data.h                  |   4 +-
 include/configs/at91sam9261ek.h                    |   7 -
 include/configs/at91sam9263ek.h                    |   7 -
 include/configs/at91sam9m10g45ek.h                 |   5 -
 include/configs/at91sam9n12ek.h                    |   5 -
 include/configs/at91sam9rlek.h                     |   7 -
 include/configs/brxre1.h                           |   4 -
 include/configs/colibri-imx6ull.h                  |   2 +-
 include/configs/ge_b1x5v2.h                        |   1 -
 include/configs/ge_bx50v3.h                        |   1 -
 include/configs/gw_ventana.h                       |   1 -
 include/configs/imxrt1050-evk.h                    |   2 +-
 include/configs/m53menlo.h                         |   5 -
 include/configs/meson64.h                          |   2 +-
 include/configs/mx23evk.h                          |  11 -
 include/configs/mx28evk.h                          |   7 -
 include/configs/nitrogen6x.h                       |   1 -
 include/configs/nyan-big.h                         |   5 -
 include/configs/pico-imx6ul.h                      |   4 +-
 include/configs/pm9261.h                           |   7 -
 include/configs/pm9263.h                           |   6 -
 include/configs/pxm2.h                             |   5 -
 include/configs/s5pc210_universal.h                |  12 -
 include/configs/sama5d3xek.h                       |   3 -
 include/configs/sunxi-common.h                     |   2 +-
 include/configs/tegra-common-post.h                |  12 +-
 include/configs/tegra20-common.h                   |   5 -
 include/configs/trats.h                            |   9 -
 include/configs/trats2.h                           |   9 -
 include/env_callback.h                             |   7 -
 include/lcd.h                                      | 218 --------
 include/ld9040.h                                   |  15 -
 include/libtizen.h                                 |   4 -
 include/samsung/misc.h                             |  15 -
 include/test/suites.h                              |   1 +
 include/video.h                                    |  84 ++-
 include/video_console.h                            |  64 +--
 lib/efi_loader/Makefile                            |   2 +-
 lib/efi_loader/efi_console.c                       |   2 +-
 lib/efi_loader/efi_gop.c                           |  30 --
 lib/efi_loader/efi_setup.c                         |  10 +-
 scripts/config_whitelist.txt                       |   6 -
 test/cmd/Makefile                                  |   1 +
 test/cmd/font.c                                    |  77 +++
 test/cmd_ut.c                                      |   6 +
 test/dm/Makefile                                   |   4 +-
 tools/Makefile                                     |   6 +-
 348 files changed, 1149 insertions(+), 6203 deletions(-)
 delete mode 100644 board/compulab/common/omap3_display.c
 create mode 100644 cmd/font.c
 create mode 100644 cmd/video.c
 delete mode 100644 common/lcd.c
 delete mode 100644 common/lcd_console.c
 delete mode 100644 common/lcd_console_rotation.c
 delete mode 100644 doc/README.bus_vcxk
 create mode 100644 doc/usage/cmd/font.rst
 delete mode 100644 drivers/video/bus_vcxk.c
 delete mode 100644 drivers/video/ld9040.c
 delete mode 100644 drivers/video/ti/Kconfig
 delete mode 100644 drivers/video/ti/Makefile
 delete mode 100644 drivers/video/ti/am335x-fb.c
 delete mode 100644 drivers/video/ti/am335x-fb.h
 delete mode 100644 drivers/video/ti/tilcdc-panel.c
 delete mode 100644 drivers/video/ti/tilcdc-panel.h
 delete mode 100644 drivers/video/ti/tilcdc.c
 delete mode 100644 drivers/video/ti/tilcdc.h
 delete mode 100644 include/lcd.h
 delete mode 100644 include/ld9040.h
 create mode 100644 test/cmd/font.c

^ permalink raw reply	[flat|nested] 66+ messages in thread
* Please pull u-boot-video
@ 2022-06-25  7:34 Anatolij Gustschin
  2022-06-25 15:57 ` Tom Rini
  0 siblings, 1 reply; 66+ messages in thread
From: Anatolij Gustschin @ 2022-06-25  7:34 UTC (permalink / raw)
  To: Tom Rini; +Cc: u-boot

Hi Tom,

please pull video fixes for v2022.07-rc5.

CI: https://source.denx.de/u-boot/custodians/u-boot-video/-/pipelines/12501

Thanks,
Anatolij

The following changes since commit 625756083e3358744fbe0a60e0eedc009041782d:

  Merge branch '2022-06-23-important-fixes' (2022-06-23 11:27:04 -0400)

are available in the Git repository at:

  https://source.denx.de/u-boot/custodians/u-boot-video.git tags/video-20220625

for you to fetch changes up to 5bc6f8c2a97e5dd3b94e8c3cff3a77c2f5bffd8d:

  video: stm32: remove test on CONFIG_DM_REGULATOR (2022-06-25 08:18:42 +0200)

----------------------------------------------------------------
 - fix building sandbox with NO_SDL=1
 - fix stb TrueType to check return value of STBTT_malloc()
 - remove not required DM_REGULATOR test in stm32 dsi driver

----------------------------------------------------------------
Andrew Scull (1):
      sandbox: sdl: Add stub sandbox_sdl_remove_display()

Bin Meng (1):
      driver: video: Check allocated pointers

Patrick Delaunay (1):
      video: stm32: remove test on CONFIG_DM_REGULATOR

 arch/sandbox/include/asm/sdl.h  |  5 +++++
 drivers/video/stb_truetype.h    | 18 ++++++++++++++----
 drivers/video/stm32/stm32_dsi.c | 25 +++++++++++--------------
 3 files changed, 30 insertions(+), 18 deletions(-)

^ permalink raw reply	[flat|nested] 66+ messages in thread
* Please pull u-boot-video
@ 2022-03-14 22:33 Anatolij Gustschin
  2022-03-15 12:13 ` Tom Rini
  0 siblings, 1 reply; 66+ messages in thread
From: Anatolij Gustschin @ 2022-03-14 22:33 UTC (permalink / raw)
  To: Tom Rini; +Cc: u-boot

Hi Tom,

please pull video fixes for v2022.04-rc4.

CI: https://source.denx.de/u-boot/custodians/u-boot-video/-/pipelines/11220

Thanks,
Anatolij

The following changes since commit 589c659035a44a683b087fd75fe0b7667f7be7f5:

  Merge branch '2022-03-08-assorted-fixes' (2022-03-08 08:42:51 -0500)

are available in the Git repository at:

  https://source.denx.de/u-boot/custodians/u-boot-video.git tags/video-20220314

for you to fetch changes up to d6213e206c441a3b2b83c0588954c851c3610d97:

  Nokia RX-51: Convert to CONFIG_DM_VIDEO (2022-03-09 21:28:53 +0100)

----------------------------------------------------------------
 - fix display of the u-boot logo on Apple devices
 - convert Nokia RX-51 to CONFIG_DM_VIDEO

----------------------------------------------------------------
Janne Grunau (1):
      video: bmp: Support x2r10g10b10 pixel format

Pali Rohár (2):
      video: Allow drivers to allocate the frame buffer themselves
      Nokia RX-51: Convert to CONFIG_DM_VIDEO

 board/nokia/rx51/rx51.c      | 40 +++++++++++++++----------
 configs/nokia_rx51_defconfig |  7 +++--
 drivers/video/video-uclass.c |  7 ++++-
 drivers/video/video_bmp.c    | 70 +++++++++++++++++++++++++++++++++++---------
 include/configs/nokia_rx51.h | 11 ++-----
 5 files changed, 93 insertions(+), 42 deletions(-)

^ permalink raw reply	[flat|nested] 66+ messages in thread
* Please pull u-boot-video
@ 2021-12-28 14:25 Anatolij Gustschin
  2021-12-28 16:26 ` Tom Rini
  0 siblings, 1 reply; 66+ messages in thread
From: Anatolij Gustschin @ 2021-12-28 14:25 UTC (permalink / raw)
  To: Tom Rini; +Cc: u-boot

Hi Tom,

please pull mxsfb driver fix for v2022.01.

CI: https://source.denx.de/u-boot/custodians/u-boot-video/-/pipelines/10396

Thanks,
Anatolij

The following changes since commit 578b479affa4570a3fcfca40f2b69f503880a8c9:

  Merge tag 'u-boot-rockchip-20211226' of https://source.denx.de/u-boot/custodians/u-boot-rockchip (2021-12-26 07:57:54 -0500)

are available in the Git repository at:

  https://source.denx.de/u-boot/custodians/u-boot-video.git tags/video-20211228

for you to fetch changes up to f36b3f8f174f0b4168121b99db060d53491c5922:

  video: mxsfb: fix clk_get_by_name() return value check (2021-12-27 00:30:37 +0100)

----------------------------------------------------------------
- mxsfb axi/disp_axi clock enable fix

----------------------------------------------------------------
Giulio Benetti (1):
      video: mxsfb: fix clk_get_by_name() return value check

 drivers/video/mxsfb.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

^ permalink raw reply	[flat|nested] 66+ messages in thread
* Please pull u-boot-video
@ 2021-10-09 21:29 Anatolij Gustschin
  2021-10-10 20:04 ` Tom Rini
  0 siblings, 1 reply; 66+ messages in thread
From: Anatolij Gustschin @ 2021-10-09 21:29 UTC (permalink / raw)
  To: Tom Rini; +Cc: u-boot

Hi Tom,

please pull new video patches.

gitlab CI: https://source.denx.de/u-boot/custodians/u-boot-video/-/pipelines/9433

Thanks,
Anatolij

The following changes since commit 94e922c76a0e1fcdead3359e340f53fd0709a963:

  Merge branch '2021-10-08-image-cleanups' (2021-10-08 16:02:55 -0400)

are available in the Git repository at:

  https://source.denx.de/u-boot/custodians/u-boot-video.git tags/video-20211009

for you to fetch changes up to 79c05335a9c101f0b54f2f378d0b08c9b765e1a3:

  video: move MXS to Kconfig (2021-10-09 19:50:03 +0200)

----------------------------------------------------------------
 - add 30bpp support (EFI, simplefb, vidconsole)
 - fix video console name in CONSOLE_MUX Kconfig help
 - move mxsfb driver config option to Kconfig
 - remove unused mx3fb driver

----------------------------------------------------------------
Anatolij Gustschin (3):
      common: Kconfig: use 'vidconsole' name instead of old 'video'
      video: remove not used mx3fb driver
      video: move MXS to Kconfig

Mark Kettenis (4):
      video: Add 30bpp support
      efi_loader: GOP: Add 30bpp support
      video: simplefb: Add 30bpp support
      efi_loader: GOP: Fix 30bpp block transfer support

 common/Kconfig                    |   4 +-
 configs/colibri-imx6ull_defconfig |   1 +
 configs/colibri_imx7_defconfig    |   1 +
 configs/imxrt1050-evk_defconfig   |   1 +
 configs/mx6ul_14x14_evk_defconfig |   1 +
 configs/mx6ul_9x9_evk_defconfig   |   1 +
 configs/opos6uldev_defconfig      |   1 +
 configs/pico-imx6ul_defconfig     |   1 +
 configs/pico-imx7d_bl33_defconfig |   1 +
 configs/pico-imx7d_defconfig      |   1 +
 drivers/video/Kconfig             |   6 +
 drivers/video/Makefile            |   1 -
 drivers/video/cfb_console.c       |  11 -
 drivers/video/mx3fb.c             | 906 --------------------------------------
 drivers/video/simplefb.c          |  12 +-
 drivers/video/vidconsole-uclass.c |  11 +-
 include/configs/colibri-imx6ull.h |   3 +-
 include/configs/colibri_imx7.h    |   3 +-
 include/configs/imxrt1050-evk.h   |   1 -
 include/configs/mx23evk.h         |   2 +-
 include/configs/mx28evk.h         |   2 +-
 include/configs/mx6sxsabresd.h    |   3 +-
 include/configs/mx6ul_14x14_evk.h |   1 -
 include/configs/mx7dsabresd.h     |   3 +-
 include/configs/mxs.h             |   5 -
 include/configs/opos6uldev.h      |   1 -
 include/configs/pico-imx6ul.h     |   3 +-
 include/configs/pico-imx7d.h      |   1 -
 include/video.h                   |   9 +
 lib/efi_loader/efi_gop.c          |  61 ++-
 30 files changed, 110 insertions(+), 948 deletions(-)
 delete mode 100644 drivers/video/mx3fb.c

^ permalink raw reply	[flat|nested] 66+ messages in thread
* Please pull u-boot-video
@ 2021-08-05 22:01 Anatolij Gustschin
  2021-08-06 21:22 ` Tom Rini
  0 siblings, 1 reply; 66+ messages in thread
From: Anatolij Gustschin @ 2021-08-05 22:01 UTC (permalink / raw)
  To: Tom Rini; +Cc: u-boot

Hi Tom,

please pull new video patches.

gitlab CI: https://source.denx.de/u-boot/custodians/u-boot-video/-/pipelines/8588

Thanks!

The following changes since commit 5371593aed56ee11cbb6cc6ac8d058fcd9b8f58c:

  Merge https://source.denx.de/u-boot/custodians/u-boot-sunxi (2021-07-31 20:51:24 -0400)

are available in the Git repository at:

  https://source.denx.de/u-boot/custodians/u-boot-video.git tags/video-2021-08-05

for you to fetch changes up to 845d71ce999936ab5ae2cef4542b221851cde199:

  video: Hitachi panel: Drop bogus dependency on CONFIG_VIDEO (2021-08-01 21:43:48 +0200)

----------------------------------------------------------------
 - add display driver for ST-Ericsson MCDE
 - drop legacy CONFIG_VIDEO dependency for Hitachi tx18d42vm

----------------------------------------------------------------
Andre Przywara (1):
      video: Hitachi panel: Drop bogus dependency on CONFIG_VIDEO

Stephan Gerhold (1):
      video: Add simple driver for ST-Ericsson MCDE with pre-configured display

 drivers/video/Kconfig       |  13 +++-
 drivers/video/Makefile      |   1 +
 drivers/video/mcde_simple.c | 141 ++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 154 insertions(+), 1 deletion(-)
 create mode 100644 drivers/video/mcde_simple.c

^ permalink raw reply	[flat|nested] 66+ messages in thread
* Please pull u-boot-video
@ 2021-06-05 13:00 Anatolij Gustschin
  2021-06-07 11:21 ` Tom Rini
  0 siblings, 1 reply; 66+ messages in thread
From: Anatolij Gustschin @ 2021-06-05 13:00 UTC (permalink / raw)
  To: Tom Rini; +Cc: u-boot

Hi Tom,

please pull new video patches for v2021.07-rc3.

gitlab CI: https://source.denx.de/u-boot/custodians/u-boot-video/-/pipelines/7704

Thanks!

The following changes since commit c003d2cd6b415319c3e40db42b48c2815acda3d3:

  Merge https://source.denx.de/u-boot/custodians/u-boot-marvell (2021-06-04 09:34:21 -0400)

are available in the Git repository at:

  https://source.denx.de/u-boot/custodians/u-boot-video.git tags/video-for-2021-07-rc3

for you to fetch changes up to 0df6e66c9994869aff0bbed486495fa4a56aed77:

  pico-imx6ul: disable video after DM_VIDEO conversion deadline (2021-06-05 10:53:25 +0200)

----------------------------------------------------------------
 - disable legacy video for brxre1, mx28evk, pico-imx6ul,
   pxm2 and rut boards after DM_VIDEO conversion deadline

----------------------------------------------------------------
Anatolij Gustschin (5):
      siemens: rut: disable video after DM_VIDEO conversion deadline
      siemens: pxm2: disable video after DM_VIDEO conversion deadline
      mx28evk: disable video after DM_VIDEO conversion deadline
      brxre1: disable video after DM_VIDEO conversion deadline
      pico-imx6ul: disable video after DM_VIDEO conversion deadline

 board/BuR/brxre1/board.c                | 9 +++++++++
 configs/brxre1_defconfig                | 4 ++--
 configs/mx28evk_auart_console_defconfig | 6 +++---
 configs/mx28evk_defconfig               | 6 +++---
 configs/mx28evk_nand_defconfig          | 6 +++---
 configs/mx28evk_spi_defconfig           | 6 +++---
 configs/pico-dwarf-imx6ul_defconfig     | 4 ++--
 configs/pico-hobbit-imx6ul_defconfig    | 4 ++--
 configs/pico-pi-imx6ul_defconfig        | 4 ++--
 configs/pxm2_defconfig                  | 4 ++--
 configs/rut_defconfig                   | 5 ++---
 11 files changed, 33 insertions(+), 25 deletions(-)

^ permalink raw reply	[flat|nested] 66+ messages in thread
* Please pull u-boot-video
@ 2021-04-24 14:33 Anatolij Gustschin
  2021-04-24 21:42 ` Tom Rini
  0 siblings, 1 reply; 66+ messages in thread
From: Anatolij Gustschin @ 2021-04-24 14:33 UTC (permalink / raw)
  To: u-boot

Hi Tom ,

please pull new video patches for v2021.07-rc1.

gitlab CI: https://source.denx.de/u-boot/custodians/u-boot-video/-/pipelines/7283

Thanks,
Anatolij

The following changes since commit 84baa65dffdbce20752279101548ba888be53b3e:

  Merge branch '2021-04-22-assorted-updates' (2021-04-23 12:21:37 -0400)

are available in the Git repository at:

  https://source.denx.de/u-boot/custodians/u-boot-video.git tags/video-2021-07-rc1-2

for you to fetch changes up to 99ae5e323400a53a3d458135d27738d40020cdfa:

  video: sunxi: de2: switch to public uclass functions (2021-04-24 13:45:03 +0200)

----------------------------------------------------------------
 - search for additional detailed timings in the EDID extension block
 - rework sunxi DE2 driver and accompanying DW-HDMI platform driver
   to drop redundant device specific code, and later use the DT as a
   source of information

----------------------------------------------------------------
Jernej Skrabec (9):
      video: sunxi: Add mode_valid callback to sunxi_dw_hdmi
      common: edid: check for digital display earlier
      common: edid: extract code for detailed timing search
      common: edid: Search for valid timing in extension block
      video: sunxi: Use DW-HDMI hpd function
      video: sunxi: Remove check for ddc-i2c-bus property
      video: sunxi: Remove TV probe from DE2
      video: sunxi: dw-hdmi: read source_id later
      video: sunxi: de2: switch to public uclass functions

 common/edid.c                       | 68 +++++++++++++++++++++++++------------
 drivers/video/sunxi/sunxi_de2.c     | 44 ++++++------------------
 drivers/video/sunxi/sunxi_dw_hdmi.c | 48 ++++++++------------------
 3 files changed, 72 insertions(+), 88 deletions(-)

^ permalink raw reply	[flat|nested] 66+ messages in thread
* Please pull u-boot-video
@ 2021-04-10 21:21 Anatolij Gustschin
  2021-04-11 18:10 ` Tom Rini
  0 siblings, 1 reply; 66+ messages in thread
From: Anatolij Gustschin @ 2021-04-10 21:21 UTC (permalink / raw)
  To: u-boot

Hi Tom,

please pull video patches for v2021.07-rc1.

gitlab CI: https://source.denx.de/u-boot/custodians/u-boot-video/-/pipelines/7124

Thanks,
Anatolij

The following changes since commit a1e95e3805eacca1162f6049dceb9b1d2726cbf5:

  Merge tag 'u-boot-imx-20210409' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx (2021-04-09 10:08:52 -0400)

are available in the Git repository at:

  https://source.denx.de/u-boot/custodians/u-boot-video.git tags/video-2021-07-rc1

for you to fetch changes up to 38e18d6392fca9f6809cb3079af3069efc3d181f:

  video: Fix line padding calculation for 16 and 24 BPP bitmaps (2021-04-10 17:09:59 +0200)

----------------------------------------------------------------
 - rk3399 eDP support
 - pwm backlight without a known period_ns
 - add Chrome OS EC PWM driver
 - Kconfig SIMPLE_PANEL DM_GPIO dependency
 - remove mb862xx driver remnants
 - fix KiB format in reserve_video() debug trace
 - fix tegra124 sor CSTM LVDS_EN_ENABLE/DISABLE config
 - fix line padding calculation for 16 and 24 BPP bitmaps

----------------------------------------------------------------
Alper Nebi Yasak (2):
      video: backlight: Support PWMs without a known period_ns
      pwm: Add a driver for Chrome OS EC PWM

Arnaud Patard (Rtp) (9):
      rockchip: video: vop: Use endpoint compatible string to find VOP mode
      rockchip: video: edp: Add rk3399 support
      Rockchip: video: edp: Change interrupt polarity configuration
      Rockchip: video: vop: Reserve efi fb memory
      rockchip: Pinebook Pro: Enable edp
      rockchip: pwm: Fix default polarity
      rockchip: video: vop: Fix format of fbbase in debug string
      rockchip: video: edp: Add missing reset support
      rockchip: video: vop: Add reset support

Asherah Connor (1):
      video: SIMPLE_PANEL depends on DM_GPIO

Heinrich Schuchardt (1):
      tegra: video: fix tegra_dc_sor_config_panel()

Patrick Delaunay (1):
      board_f: cosmetic: change the debug trace to KB in reserve_video

Sylwester Nawrocki (1):
      video: Fix line padding calculation for 16 and 24 BPP bitmaps

Trevor Woerner (1):
      finish removing mb862xx video driver

 arch/arm/dts/rk3399-pinebook-pro-u-boot.dtsi    |   4 +
 arch/arm/include/asm/arch-rockchip/edp_rk3288.h |   9 ++-
 arch/arm/include/asm/arch-rockchip/vop_rk3288.h |  15 +---
 common/board_f.c                                |   2 +-
 doc/device-tree-bindings/pwm/cros-ec-pwm.txt    |  23 ++++++
 drivers/misc/cros_ec.c                          |  17 ++++
 drivers/pwm/Kconfig                             |   9 +++
 drivers/pwm/Makefile                            |   1 +
 drivers/pwm/cros_ec_pwm.c                       |  84 +++++++++++++++++++
 drivers/pwm/rk_pwm.c                            |   2 +-
 drivers/pwm/sandbox_pwm.c                       |  11 ++-
 drivers/video/Kconfig                           |   2 +-
 drivers/video/cfb_console.c                     |  14 ----
 drivers/video/pwm_backlight.c                   |  20 +++--
 drivers/video/rockchip/rk_edp.c                 | 103 +++++++++++++++++++-----
 drivers/video/rockchip/rk_vop.c                 |  84 +++++++++++++++++--
 drivers/video/tegra124/sor.c                    |   4 +-
 drivers/video/video_bmp.c                       |   4 +-
 include/cros_ec.h                               |  13 +++
 include/pwm.h                                   |   8 ++
 scripts/config_whitelist.txt                    |   1 -
 test/dm/pwm.c                                   |  11 +++
 22 files changed, 370 insertions(+), 71 deletions(-)
 create mode 100644 doc/device-tree-bindings/pwm/cros-ec-pwm.txt
 create mode 100644 drivers/pwm/cros_ec_pwm.c

^ permalink raw reply	[flat|nested] 66+ messages in thread
* Please pull u-boot-video
@ 2021-03-19  8:02 Anatolij Gustschin
  2021-03-19 12:21 ` Tom Rini
  0 siblings, 1 reply; 66+ messages in thread
From: Anatolij Gustschin @ 2021-03-19  8:02 UTC (permalink / raw)
  To: u-boot

Hi Tom,

The following changes since commit bced796e2dadc708ce213170d36be7f0428618a1:

  Merge tag 'ti-v2021.04-rc3' of https://gitlab.denx.de/u-boot/custodians/u-boot-ti (2021-02-22 09:12:04 -0500)

are available in the Git repository at:

  https://source.denx.de/u-boot/custodians/u-boot-video.git tags/video-for-v2021.04

for you to fetch changes up to fc3241feb9d76fc88a2794b2fc8f82555f2be8b8:

  video: Drop unprintable characters from video_font_data.h (2021-02-22 20:06:43 +0100)

----------------------------------------------------------------
 - drop unprintable characters from video font header

----------------------------------------------------------------
Simon Glass (1):
      video: Drop unprintable characters from video_font_data.h

 include/video_font_data.h | 258 +++++++++++++++++++++++-----------------------
 1 file changed, 129 insertions(+), 129 deletions(-)

gitlab CI: https://source.denx.de/u-boot/custodians/u-boot-video/-/pipelines/6824

Thanks,
Anatolij

^ permalink raw reply	[flat|nested] 66+ messages in thread
* Please pull u-boot-video
@ 2021-02-22 12:17 Anatolij Gustschin
  2021-02-22 17:32 ` Tom Rini
  0 siblings, 1 reply; 66+ messages in thread
From: Anatolij Gustschin @ 2021-02-22 12:17 UTC (permalink / raw)
  To: u-boot

Hi Tom,

The following changes since commit 766927a7595a6f18fef460a06fdac370fd9e02cf:

  Merge branch '2021-02-18-SPL-FIT-OP-TEE-Linux-improvements' (2021-02-18 12:02:11 -0500)

are available in the Git repository at:

  https://gitlab.denx.de/u-boot/custodians/u-boot-video tags/video-for-v2021.04-rc3

for you to fetch changes up to 0f425612c886348f887c8dbc25f6ace8a87a0988:

  drivers: video: Add Support for Himax HX8238D Panel (2021-02-19 23:38:06 +0100)

----------------------------------------------------------------
 - splash_source warning fix when building with 64-bit toolchains
 - lq123p1jx31 and nv101wxmn51 compatible in simple panel driver
 - remove not used mb862xx driver
 - add Himax HX8238D panel driver
 - s/video_uc_platdata/video_uc_plat/

----------------------------------------------------------------
Alper Nebi Yasak (2):
      video: simple_panel: Add sharp,lq123p1jx31 display
      video: simple_panel: Add boe,nv101wxmn51 display

Dario Binacchi (1):
      Replace video_uc_platdata with video_uc_plat

Heinrich Schuchardt (2):
      video: eliminate unused drivers/video/mb862xx.c
      video: remove unused include/mb862xx.h

Jaehoon Chung (1):
      common: splash_source: fix -Wint-to-pointer-cast warning

Moses Christopher (1):
      drivers: video: Add Support for Himax HX8238D Panel

 board/socrates/socrates.c      |  12 -
 common/splash_source.c         |   4 +-
 drivers/video/Kconfig          |  14 +-
 drivers/video/Makefile         |   2 +-
 drivers/video/hx8238d.c        | 197 +++++++++++++++++
 drivers/video/mb862xx.c        | 486 -----------------------------------------
 drivers/video/nexell_display.c |   2 +-
 drivers/video/simple_panel.c   |   2 +
 include/mb862xx.h              | 101 ---------
 scripts/config_whitelist.txt   |   2 -
 10 files changed, 215 insertions(+), 607 deletions(-)
 create mode 100644 drivers/video/hx8238d.c
 delete mode 100644 drivers/video/mb862xx.c
 delete mode 100644 include/mb862xx.h

gitlab CI: https://gitlab.denx.de/u-boot/custodians/u-boot-video/-/pipelines/6458

Thanks,

Anatolij

^ permalink raw reply	[flat|nested] 66+ messages in thread
* Please pull u-boot-video
@ 2020-10-26 20:43 Anatolij Gustschin
  2020-10-27 14:50 ` Tom Rini
  0 siblings, 1 reply; 66+ messages in thread
From: Anatolij Gustschin @ 2020-10-26 20:43 UTC (permalink / raw)
  To: u-boot

Hi Tom,

please pull more video updates for v2021.01.

gitlab CI: https://gitlab.denx.de/u-boot/custodians/u-boot-video/-/pipelines/5138

Thanks!

The following changes since commit c99e87f82803500f9811b1e98926d9d25df35b38:

  Merge branch '2020-10-23-misc-changes' (2020-10-24 10:49:28 -0400)

are available in the Git repository at:

  https://gitlab.denx.de/u-boot/custodians/u-boot-video.git tags/video-for-2021.01-rc1

for you to fetch changes up to 9dec5a0ea1301d7c1f350fed3f309471b695584f:

  nokia_rx51: disable obsolete VIDEO config (2020-10-26 20:55:51 +0100)

----------------------------------------------------------------
 - disable CONFIG_VIDEO to remove DM conversion warnings
   for boards: at91sam9, eb_cpu5282, ls1021aqds, ls1021atwr,
   mx23evk, mx6sxsabresd, mx7dsabresd, nokia_rx51, picosam9g45,
   sansa_fuze_plus, xfi3

----------------------------------------------------------------
Anatolij Gustschin (12):
      imx: mx6sxsabresd: disable obsolete VIDEO config
      imx: mx7dsabresd: disable obsolete VIDEO config
      ls1021aqds: disable obsolete VIDEO config
      ls1021atwr: disable obsolete VIDEO config
      picosam9g45: disable obsolete VIDEO config
      at91sam9: disable obsolete VIDEO config
      at91sam9n12ek: disable obsolete VIDEO config
      mx23evk: disable obsolete VIDEO config
      xfi3: disable obsolete VIDEO config
      sansa_fuze_plus: disable obsolete VIDEO config
      eb_cpu5282: fix CONFIG_DM_VIDEO build warnings
      nokia_rx51: disable obsolete VIDEO config

 board/BuS/eb_cpu5282/eb_cpu5282.c                   | 7 +++----
 common/stdio.c                                      | 4 +++-
 configs/at91sam9261ek_dataflash_cs0_defconfig       | 2 +-
 configs/at91sam9261ek_dataflash_cs3_defconfig       | 2 +-
 configs/at91sam9261ek_nandflash_defconfig           | 2 +-
 configs/at91sam9263ek_dataflash_cs0_defconfig       | 2 +-
 configs/at91sam9263ek_dataflash_defconfig           | 2 +-
 configs/at91sam9263ek_nandflash_defconfig           | 2 +-
 configs/at91sam9263ek_norflash_boot_defconfig       | 2 +-
 configs/at91sam9263ek_norflash_defconfig            | 2 +-
 configs/at91sam9g10ek_dataflash_cs0_defconfig       | 2 +-
 configs/at91sam9g10ek_dataflash_cs3_defconfig       | 2 +-
 configs/at91sam9g10ek_nandflash_defconfig           | 2 +-
 configs/at91sam9m10g45ek_mmc_defconfig              | 2 +-
 configs/at91sam9m10g45ek_nandflash_defconfig        | 2 +-
 configs/at91sam9n12ek_mmc_defconfig                 | 2 +-
 configs/at91sam9n12ek_nandflash_defconfig           | 2 +-
 configs/at91sam9n12ek_spiflash_defconfig            | 2 +-
 configs/at91sam9rlek_dataflash_defconfig            | 2 +-
 configs/at91sam9rlek_mmc_defconfig                  | 2 +-
 configs/at91sam9rlek_nandflash_defconfig            | 2 +-
 configs/eb_cpu5282_defconfig                        | 3 +--
 configs/eb_cpu5282_internal_defconfig               | 3 +--
 configs/ls1021aqds_ddr4_nor_defconfig               | 4 ++--
 configs/ls1021aqds_ddr4_nor_lpuart_defconfig        | 4 ++--
 configs/ls1021aqds_nand_defconfig                   | 4 ++--
 configs/ls1021aqds_nor_SECURE_BOOT_defconfig        | 4 ++--
 configs/ls1021aqds_nor_defconfig                    | 4 ++--
 configs/ls1021aqds_nor_lpuart_defconfig             | 4 ++--
 configs/ls1021aqds_qspi_defconfig                   | 4 ++--
 configs/ls1021aqds_sdcard_ifc_defconfig             | 4 ++--
 configs/ls1021aqds_sdcard_qspi_defconfig            | 4 ++--
 configs/ls1021atwr_nor_SECURE_BOOT_defconfig        | 4 ++--
 configs/ls1021atwr_nor_defconfig                    | 4 ++--
 configs/ls1021atwr_nor_lpuart_defconfig             | 4 ++--
 configs/ls1021atwr_qspi_defconfig                   | 4 ++--
 configs/ls1021atwr_sdcard_ifc_SECURE_BOOT_defconfig | 4 ++--
 configs/ls1021atwr_sdcard_ifc_defconfig             | 4 ++--
 configs/ls1021atwr_sdcard_qspi_defconfig            | 4 ++--
 configs/mx23evk_defconfig                           | 2 +-
 configs/mx6sxsabresd_defconfig                      | 2 +-
 configs/mx7dsabresd_defconfig                       | 2 +-
 configs/mx7dsabresd_qspi_defconfig                  | 2 +-
 configs/nokia_rx51_defconfig                        | 2 +-
 configs/picosam9g45_defconfig                       | 2 +-
 configs/sansa_fuze_plus_defconfig                   | 2 +-
 configs/xfi3_defconfig                              | 2 +-
 drivers/video/Kconfig                               | 9 ++++++++-
 include/configs/eb_cpu5282.h                        | 4 ----
 scripts/config_whitelist.txt                        | 1 -
 50 files changed, 75 insertions(+), 74 deletions(-)

^ permalink raw reply	[flat|nested] 66+ messages in thread
* Please pull u-boot-video
@ 2020-10-18 20:36 Anatolij Gustschin
  2020-10-19 21:17 ` Tom Rini
  0 siblings, 1 reply; 66+ messages in thread
From: Anatolij Gustschin @ 2020-10-18 20:36 UTC (permalink / raw)
  To: u-boot

Hi Tom,

please pull video updates for v2021.01.

gitlab CI: https://gitlab.denx.de/u-boot/custodians/u-boot-video/-/pipelines/5031

Thanks!

The following changes since commit 3d19a7ee8ca7af01f75ff24622ea3c9840cd5bca:

  test: Fix sandbox tests failing to build (2020-10-17 09:03:22 -0400)

are available in the Git repository at:

  https://gitlab.denx.de/u-boot/custodians/u-boot-video.git tags/video-for-2021.01

for you to fetch changes up to 8fc78fc73b7f9d379913a503ecf4bd10af0011d8:

  configs: migrate CONFIG_BMP_16/24/32BPP to defconfigs (2020-10-18 15:27:01 +0200)

----------------------------------------------------------------
 - add dw-mipi-dsi phy timings and Tx escape clock configuration
 - fix pwm backlight duty cycle calculation
 - migrate CONFIG_VIDEO_BMP_* and CONFIG_BMP_* to Kconfig

----------------------------------------------------------------
Dario Binacchi (2):
      video: backlight: fix pwm data structure description
      video: backlight: fix pwm's duty cycle calculation

Neil Armstrong (2):
      video: dw-mipi-dsi: driver-specific configuration of phy timings
      video: dw-mipi-dsi: permit configuring the escape clock rate

Patrick Delaunay (3):
      configs: migrate CONFIG_VIDEO_BMP_GZIP to defconfigs
      configs: migrate CONFIG_VIDEO_BMP_RLE8 to defconfigs
      configs: migrate CONFIG_BMP_16/24/32BPP to defconfigs

 README                                             | 12 -------
 configs/apalis_imx6_defconfig                      |  2 ++
 configs/aristainetos2_defconfig                    |  2 ++
 configs/aristainetos2b_defconfig                   |  2 ++
 configs/aristainetos2bcsl_defconfig                |  2 ++
 configs/aristainetos2c_defconfig                   |  2 ++
 configs/cgtqmx6eval_defconfig                      |  2 ++
 configs/cm_fx6_defconfig                           |  1 +
 configs/colibri-imx6ull_defconfig                  |  2 ++
 configs/colibri_imx6_defconfig                     |  2 ++
 configs/colibri_imx7_defconfig                     |  2 ++
 configs/colibri_imx7_emmc_defconfig                |  2 ++
 configs/dms-ba16-1g_defconfig                      |  1 +
 configs/dms-ba16_defconfig                         |  1 +
 configs/imx6dl_icore_nand_defconfig                |  2 ++
 configs/imx6q_icore_nand_defconfig                 |  2 ++
 configs/imx6qdl_icore_mmc_defconfig                |  2 ++
 configs/imx6qdl_icore_nand_defconfig               |  2 ++
 configs/imxrt1050-evk_defconfig                    |  2 ++
 configs/khadas-vim3_defconfig                      |  4 +++
 configs/khadas-vim3l_defconfig                     |  4 +++
 configs/libretech-ac_defconfig                     |  4 +++
 configs/libretech-cc_defconfig                     |  4 +++
 configs/libretech-s905d-pc_defconfig               |  4 +++
 configs/libretech-s912-pc_defconfig                |  4 +++
 configs/m53menlo_defconfig                         |  3 ++
 configs/marsboard_defconfig                        |  2 ++
 configs/mx23evk_defconfig                          |  2 ++
 configs/mx28evk_auart_console_defconfig            |  2 ++
 configs/mx28evk_defconfig                          |  2 ++
 configs/mx28evk_nand_defconfig                     |  2 ++
 configs/mx28evk_spi_defconfig                      |  2 ++
 configs/mx51evk_defconfig                          |  1 +
 configs/mx53loco_defconfig                         |  1 +
 configs/mx6cuboxi_defconfig                        |  2 ++
 configs/mx6qsabrelite_defconfig                    |  3 ++
 configs/mx6sabreauto_defconfig                     |  2 ++
 configs/mx6sabresd_defconfig                       |  2 ++
 configs/mx6sxsabresd_defconfig                     |  1 +
 configs/mx6ul_14x14_evk_defconfig                  |  2 ++
 configs/mx6ul_9x9_evk_defconfig                    |  2 ++
 configs/mx7dsabresd_defconfig                      |  1 +
 configs/mx7dsabresd_qspi_defconfig                 |  1 +
 configs/nitrogen6dl2g_defconfig                    |  3 ++
 configs/nitrogen6dl_defconfig                      |  3 ++
 configs/nitrogen6q2g_defconfig                     |  3 ++
 configs/nitrogen6q_defconfig                       |  3 ++
 configs/nitrogen6s1g_defconfig                     |  3 ++
 configs/nitrogen6s_defconfig                       |  3 ++
 configs/novena_defconfig                           |  2 ++
 configs/odroid-c2_defconfig                        |  4 +++
 configs/odroid-c4_defconfig                        |  4 +++
 configs/odroid-n2_defconfig                        |  4 +++
 configs/opos6uldev_defconfig                       |  4 +++
 configs/pico-dwarf-imx6ul_defconfig                |  1 +
 configs/pico-dwarf-imx7d_defconfig                 |  2 ++
 configs/pico-hobbit-imx6ul_defconfig               |  1 +
 configs/pico-hobbit-imx7d_defconfig                |  2 ++
 configs/pico-imx6_defconfig                        |  2 ++
 configs/pico-imx7d_bl33_defconfig                  |  2 ++
 configs/pico-imx7d_defconfig                       |  2 ++
 configs/pico-nymph-imx7d_defconfig                 |  2 ++
 configs/pico-pi-imx6ul_defconfig                   |  1 +
 configs/pico-pi-imx7d_defconfig                    |  2 ++
 configs/puma-rk3399_defconfig                      |  3 ++
 configs/pxm2_defconfig                             |  1 +
 configs/riotboard_defconfig                        |  2 ++
 configs/riotboard_spl_defconfig                    |  2 ++
 configs/rut_defconfig                              |  1 +
 configs/s5p4418_nanopi2_defconfig                  |  1 +
 configs/sandbox64_defconfig                        |  1 +
 configs/sandbox_defconfig                          |  1 +
 configs/sandbox_flattree_defconfig                 |  1 +
 configs/sandbox_spl_defconfig                      |  1 +
 configs/sei510_defconfig                           |  4 +++
 configs/sei610_defconfig                           |  4 +++
 configs/stm32f746-disco_defconfig                  |  4 +++
 configs/stm32f769-disco_defconfig                  |  4 +++
 configs/stm32mp15_basic_defconfig                  |  4 +++
 configs/stm32mp15_dhcom_basic_defconfig            |  4 +++
 configs/stm32mp15_dhcor_basic_defconfig            |  4 +++
 configs/stm32mp15_trusted_defconfig                |  4 +++
 configs/tbs2910_defconfig                          |  1 +
 ...eadorable-x86-conga-qa3-e3845-pcie-x4_defconfig |  1 +
 configs/theadorable-x86-conga-qa3-e3845_defconfig  |  1 +
 configs/theadorable-x86-dfi-bt700_defconfig        |  1 +
 configs/theadorable_debug_defconfig                |  3 ++
 configs/wandboard_defconfig                        |  2 ++
 drivers/video/Kconfig                              | 33 +++++++++++++++++++
 drivers/video/dw_mipi_dsi.c                        | 37 ++++++++++++++++------
 drivers/video/pwm_backlight.c                      |  4 +--
 include/configs/advantech_dms-ba16.h               |  2 --
 include/configs/apalis_imx6.h                      |  2 --
 include/configs/aristainetos2.h                    |  2 --
 include/configs/cgtqmx6eval.h                      |  2 --
 include/configs/cm_fx6.h                           |  2 --
 include/configs/colibri-imx6ull.h                  |  2 --
 include/configs/colibri_imx6.h                     |  2 --
 include/configs/colibri_imx7.h                     |  2 --
 include/configs/embestmx6boards.h                  |  2 --
 include/configs/imx6-engicam.h                     |  2 --
 include/configs/imxrt1050-evk.h                    |  2 --
 include/configs/m53menlo.h                         |  3 --
 include/configs/meson64.h                          |  4 ---
 include/configs/mx23evk.h                          |  3 --
 include/configs/mx28evk.h                          |  3 --
 include/configs/mx51evk.h                          |  2 --
 include/configs/mx53loco.h                         |  2 --
 include/configs/mx6cuboxi.h                        |  2 --
 include/configs/mx6sabre_common.h                  |  2 --
 include/configs/mx6sxsabresd.h                     |  2 --
 include/configs/mx6ul_14x14_evk.h                  |  2 --
 include/configs/mx7dsabresd.h                      |  2 --
 include/configs/nitrogen6x.h                       |  3 --
 include/configs/novena.h                           |  2 --
 include/configs/opos6uldev.h                       |  4 ---
 include/configs/pico-imx6.h                        |  2 --
 include/configs/pico-imx6ul.h                      |  2 --
 include/configs/pico-imx7d.h                       |  2 --
 include/configs/puma_rk3399.h                      |  4 ---
 include/configs/pxm2.h                             |  1 -
 include/configs/rut.h                              |  1 -
 include/configs/s5p4418_nanopi2.h                  |  5 ---
 include/configs/s5pc210_universal.h                |  2 --
 include/configs/sandbox.h                          |  1 -
 include/configs/stm32f746-disco.h                  |  6 ----
 include/configs/stm32mp1.h                         |  7 ----
 include/configs/tbs2910.h                          |  1 -
 include/configs/theadorable-x86-common.h           |  1 -
 include/configs/theadorable.h                      |  4 ---
 include/configs/trats.h                            |  2 --
 include/configs/trats2.h                           |  2 --
 include/configs/wandboard.h                        |  2 --
 include/mipi_dsi.h                                 | 17 ++++++++++
 scripts/config_whitelist.txt                       |  5 ---
 test/dm/panel.c                                    | 12 +++----
 136 files changed, 283 insertions(+), 138 deletions(-)

^ permalink raw reply	[flat|nested] 66+ messages in thread
* Please pull u-boot-video
@ 2020-08-04  7:42 Anatolij Gustschin
  2020-08-04 20:55 ` Tom Rini
  0 siblings, 1 reply; 66+ messages in thread
From: Anatolij Gustschin @ 2020-08-04  7:42 UTC (permalink / raw)
  To: u-boot

Hi Tom,

please pull a few video related fixes. Gitlab CI:
https://gitlab.denx.de/u-boot/custodians/u-boot-video/pipelines/4318

Thanks!

The following changes since commit 68941e3b2c217907a49aa66af8bb65729b913397:

  Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86 (2020-08-03 10:25:47 -0400)

are available in the Git repository at:

  https://gitlab.denx.de/u-boot/custodians/u-boot-video.git tags/fixes-for-2020.10-rc1

for you to fetch changes up to 3ce83ee0125fdf2908c39970335121909e98b750:

  video: ipuv3: fix framebuffer base address init with multiple IPUs (2020-08-03 23:37:31 +0200)

----------------------------------------------------------------
 - fix tbs2910 vidconsole environment
 - fix ipuv3 framebuffer output on i.MX6Q/D

----------------------------------------------------------------
Anatolij Gustschin (1):
      video: ipuv3: fix framebuffer base address init with multiple IPUs

Soeren Moch (1):
      board: tbs2910: Fix video output with existing environments

 configs/tbs2910_defconfig        |  1 +
 drivers/video/imx/mxc_ipuv3_fb.c | 13 +++++++++----
 2 files changed, 10 insertions(+), 4 deletions(-)

--
Anatolij

^ permalink raw reply	[flat|nested] 66+ messages in thread
* Please pull u-boot-video
@ 2020-06-29 19:50 Anatolij Gustschin
  2020-06-29 19:58 ` Tom Rini
  0 siblings, 1 reply; 66+ messages in thread
From: Anatolij Gustschin @ 2020-06-29 19:50 UTC (permalink / raw)
  To: u-boot

Hi Tom,

please pull one more bugfix for v2020.07. Thanks!

The following changes since commit 19a7e5814b77b288472aa96b6d94fb2591cc9184:

  Merge tag 'fixes-for-v2020.07' of https://gitlab.denx.de/u-boot/custodians/u-boot-video (2020-06-28 10:12:25 -0400)

are available in the Git repository at:

  https://gitlab.denx.de/u-boot/custodians/u-boot-video.git tags/rockchip-fix

for you to fetch changes up to 35ee34b2c2adc961e1ae4e68c5b7e380d7c448a0:

  video: rockchip: fix HDMI 4K resolution (2020-06-29 17:53:16 +0200)

----------------------------------------------------------------
- fix "Synchronous Abort" when using rk3399 4K HDMI

----------------------------------------------------------------
Anatolij Gustschin (1):
      video: rockchip: fix HDMI 4K resolution

 drivers/video/rockchip/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

^ permalink raw reply	[flat|nested] 66+ messages in thread
* Please pull u-boot-video
@ 2020-06-28 12:27 Anatolij Gustschin
  2020-06-29  1:30 ` Tom Rini
  0 siblings, 1 reply; 66+ messages in thread
From: Anatolij Gustschin @ 2020-06-28 12:27 UTC (permalink / raw)
  To: u-boot

Hi Tom,

please pull some fixes for v2020.07. Thanks!

gitlab CI: https://gitlab.denx.de/u-boot/custodians/u-boot-video/pipelines/3806

The following changes since commit eae62ae8de1893f7cf08e276ab841d3f99245603:

  Merge tag 'efi-2020-07-rc6' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi (2020-06-25 13:33:15 -0400)

are available in the Git repository at:

  https://gitlab.denx.de/u-boot/custodians/u-boot-video.git tags/fixes-for-v2020.07

for you to fetch changes up to bccb385a83a5f9ee603a30de1d39b03fd6f45b23:

  video: orisetech_otm8009a: fill characteristics of DSI data link (2020-06-28 01:28:03 +0200)

----------------------------------------------------------------
- fix logo on mx6ul_14x14_evk with DM_VIDEO enabled
- fix banner string overwriting the logo on small displays
- fix splash warning when building for ARM64
- fix STM32 DSI driver to probe only on supported hardware
- fix memory corruption with DSI panel drivers

----------------------------------------------------------------
Yannick Fertre (5):
      video: check hardware version of DSI
      video: mipi update panel platform data
      video: stm32: stm32_dsi: copy DSI fields
      video: raydium_rm68200: fill characteristics of DSI data link
      video: orisetech_otm8009a: fill characteristics of DSI data link

Ye Li (3):
      video: bmp: support 8bits BMP drawing on 24/32 bpp framebuffer
      video: vidconsole: avoid multiple lines overwrite logo
      splash: Fix build warning on 64 bits CPU

 common/splash.c                    |  2 +-
 drivers/video/orisetech_otm8009a.c | 20 +++++---------------
 drivers/video/raydium-rm68200.c    | 20 +++++---------------
 drivers/video/stm32/stm32_dsi.c    | 13 ++++++++++++-
 drivers/video/vidconsole-uclass.c  |  1 +
 drivers/video/video_bmp.c          | 27 +++++++++++++++++++++------
 include/mipi_dsi.h                 |  6 ++++++
 7 files changed, 51 insertions(+), 38 deletions(-)

^ permalink raw reply	[flat|nested] 66+ messages in thread
* Please pull u-boot-video
@ 2020-06-18 21:12 Anatolij Gustschin
  2020-06-19 13:24 ` Tom Rini
  0 siblings, 1 reply; 66+ messages in thread
From: Anatolij Gustschin @ 2020-06-18 21:12 UTC (permalink / raw)
  To: u-boot

Hi Tom,

please pull some fixes for v2020.07-rc4. Thanks!

gitlab CI: https://gitlab.denx.de/u-boot/custodians/u-boot-video/pipelines/3720

The following changes since commit 9cb895203a46654f7ee6dd95be5c8ab05e4dfbd3:

  Merge tag 'u-boot-stm32-20200616' of https://gitlab.denx.de/u-boot/custodians/u-boot-stm (2020-06-16 09:18:56 -0400)

are available in the Git repository at:

  https://gitlab.denx.de/u-boot/custodians/u-boot-video.git tags/fixes-for-v2020.07-rc4

for you to fetch changes up to 1099b2abef35c3c887f6afac1a8ef18c7924d5d2:

  colibri_imx6: fix video stdout in default environment (2020-06-18 19:17:28 +0200)

----------------------------------------------------------------
- fix stdout in default environment for apalis_imx6, colibri_imx6
  and cm_fx6 boards

----------------------------------------------------------------
Anatolij Gustschin (3):
      cm_fx6: fix video stdout in default environment
      apalis_imx6: fix video stdout in default environment
      colibri_imx6: fix video stdout in default environment

 include/configs/apalis_imx6.h  | 3 ++-
 include/configs/cm_fx6.h       | 4 ++--
 include/configs/colibri_imx6.h | 3 ++-
 3 files changed, 6 insertions(+), 4 deletions(-)

^ permalink raw reply	[flat|nested] 66+ messages in thread
* Please pull u-boot-video
@ 2020-04-27  8:32 Anatolij Gustschin
  2020-04-27 16:20 ` Tom Rini
  0 siblings, 1 reply; 66+ messages in thread
From: Anatolij Gustschin @ 2020-04-27  8:32 UTC (permalink / raw)
  To: u-boot

Hi Tom,

The following changes since commit d202f67db0771247de562af5d6a5df778702857b:

  Merge branch '2020-04-25-master-imports' (2020-04-25 08:20:22 -0400)

are available in the Git repository at:

  https://gitlab.denx.de/u-boot/custodians/u-boot-video.git tags/video-for-v2020.07-rc1

for you to fetch changes up to ea16637525ad6a49626de3fbf01e29e1af08d29f:

  video: simple_panel: add boe,nv140fhmn49 display (2020-04-26 23:04:49 +0200)

----------------------------------------------------------------
- simple panel 'nv140fhmn49' compatible
- rockchip eDP and LVDS drivers build fix

----------------------------------------------------------------
Peter Robinson (2):
      drivers: video: rockchip: fix building eDP and LVDS drivers
      video: simple_panel: add boe,nv140fhmn49 display

 drivers/video/rockchip/rk_edp.c  | 1 +
 drivers/video/rockchip/rk_lvds.c | 3 ++-
 drivers/video/simple_panel.c     | 1 +
 3 files changed, 4 insertions(+), 1 deletion(-)

gitlab build test passed:
https://gitlab.denx.de/u-boot/custodians/u-boot-video/pipelines/2941

Thanks,
Anatolij

^ permalink raw reply	[flat|nested] 66+ messages in thread
* Please pull u-boot-video
@ 2020-04-02 16:13 Anatolij Gustschin
  2020-04-02 16:18 ` Anatolij Gustschin
  2020-04-05 23:04 ` Tom Rini
  0 siblings, 2 replies; 66+ messages in thread
From: Anatolij Gustschin @ 2020-04-02 16:13 UTC (permalink / raw)
  To: u-boot

Hi Tom,

The following changes since commit e0718b3ab754860bd47677e6b4fc5b70da42c4ab:

  Merge tag 'dm-pull-1apr20' of git://git.denx.de/u-boot-dm (2020-04-01 14:29:21 -0400)

are available in the Git repository at:

  https://gitlab.denx.de/u-boot/custodians/u-boot-video.git tags/video-fixes-2apr20

for you to fetch changes up to 05c65a82c3c1a1f5aced30babde51f934e066717:

  video: rockchip: Support 4K resolution for rk3399, HDMI (2020-04-02 15:52:01 +0200)

----------------------------------------------------------------
- rockchip RK3399 HDMI output fix

----------------------------------------------------------------
Jagan Teki (5):
      clk: rk3399: Set empty for vopl assigned-clocks
      video: rockchip: Fix vop modes for rk3399
      rockchip: Enable pre console for rk3399
      rockchip: Enable HDMI output on rk3399 board w/ HDMI
      video: rockchip: Support 4K resolution for rk3399, HDMI

 arch/arm/include/asm/arch-rockchip/vop_rk3288.h | 11 +++++++++++
 arch/arm/mach-rockchip/Kconfig                  |  1 +
 common/Kconfig                                  |  1 +
 configs/nanopc-t4-rk3399_defconfig              |  7 +++++++
 configs/nanopi-m4-rk3399_defconfig              |  7 +++++++
 configs/nanopi-neo4-rk3399_defconfig            |  7 +++++++
 configs/roc-pc-rk3399_defconfig                 |  6 ++++++
 configs/rock960-rk3399_defconfig                |  7 +++++++
 drivers/clk/rockchip/clk_rk3399.c               |  7 +++++++
 drivers/video/rockchip/Kconfig                  |  2 ++
 drivers/video/rockchip/rk3399_vop.c             |  2 --
 drivers/video/rockchip/rk_vop.c                 |  4 ++++
 include/configs/evb_rk3399.h                    |  5 +++++
 include/configs/rock960_rk3399.h                |  5 +++++
 14 files changed, 70 insertions(+), 2 deletions(-)

^ permalink raw reply	[flat|nested] 66+ messages in thread
* Please pull u-boot-video
@ 2020-01-18 16:19 Anatolij Gustschin
  2020-01-18 16:28 ` Tom Rini
  0 siblings, 1 reply; 66+ messages in thread
From: Anatolij Gustschin @ 2020-01-18 16:19 UTC (permalink / raw)
  To: u-boot

Hi Tom,

please pull a few fixes for v2020.04-rc1.

gitlab CI: https://gitlab.denx.de/u-boot/custodians/u-boot-video/pipelines/1914
Travis-CI: https://travis-ci.org/vdsao/u-boot-video/builds/638817892

Thanks,
Anatolij

The following changes since commit 2d2f91a480f6849a8548414003d36fa030d434f1:

  Merge branch '2020-01-17-improve-aes-support' (2020-01-17 13:23:32 -0500)

are available in the Git repository at:

  https://gitlab.denx.de/u-boot/custodians/u-boot-video.git tags/video-for-v2020.04

for you to fetch changes up to af850e5180e89804ad22cbbb6565dd55b3d0b52a:

  arm: Enable VIDEO_BPP32 on pinebook. (2020-01-18 14:15:00 +0100)

----------------------------------------------------------------
- fix Coverity CID 280902 issue in vid_console_color()
- fix vid_console_color() build warning
- fix video output on pinebook LCD

----------------------------------------------------------------
Anatolij Gustschin (1):
      video: fix Coverity missing break issue

Vagrant Cascadian (1):
      arm: Enable VIDEO_BPP32 on pinebook.

 configs/pinebook_defconfig        |  1 +
 drivers/video/vidconsole-uclass.c | 20 ++++++++++++--------
 2 files changed, 13 insertions(+), 8 deletions(-)

^ permalink raw reply	[flat|nested] 66+ messages in thread
[parent not found: <20200102205451.4123cbe9@crub>]
* Please pull u-boot-video
@ 2019-12-10 20:38 Anatolij Gustschin
  2019-12-11 13:15 ` Tom Rini
  0 siblings, 1 reply; 66+ messages in thread
From: Anatolij Gustschin @ 2019-12-10 20:38 UTC (permalink / raw)
  To: u-boot

Hi Tom,

please pull fixes for v2020.01.

gitlab CI: https://gitlab.denx.de/u-boot/custodians/u-boot-video/pipelines/1599
Travis-CI: https://travis-ci.org/vdsao/u-boot-video/builds/623099426

Thanks,
Anatolij

The following changes since commit 28a4516cf154d6f7e738f8e0519b41eccef5af5c:

  Merge branch '2019-12-05-master-imports' (2019-12-05 16:37:36 -0500)

are available in the Git repository at:

  https://gitlab.denx.de/u-boot/custodians/u-boot-video.git tags/fixes-for-2020.01

for you to fetch changes up to 2cc393f32fd9ffcf47f4877e8d1345a7981a0d02:

  video: make BPP and ANSI configs optional (2019-12-06 16:38:51 +0100)

----------------------------------------------------------------
- fix crash and board reset when drawing RLE8 bitmaps
  bigger than the framebuffer resolution
- reduce dead code in video and console uclass routines
  (tested on mx53cx9020, sama5d2_xplained, stm32mp157c-ev1,
   stm32f746-disco, stm32f769-disco and wandboard)

----------------------------------------------------------------
Anatolij Gustschin (2):
      video: add guards around 16bpp/32bbp code
      video: make BPP and ANSI configs optional

Patrice Chotard (2):
      video: bmp: Fix video_splash_align_axis()
      video: bmp: Fix video_display_rle8_bitmap()

 configs/apalis_imx6_defconfig                  |  1 +
 configs/at91sam9x5ek_dataflash_defconfig       |  1 +
 configs/at91sam9x5ek_mmc_defconfig             |  1 +
 configs/at91sam9x5ek_nandflash_defconfig       |  1 +
 configs/at91sam9x5ek_spiflash_defconfig        |  1 +
 configs/chromebit_mickey_defconfig             |  2 ++
 configs/chromebook_jerry_defconfig             |  2 ++
 configs/chromebook_minnie_defconfig            |  2 ++
 configs/chromebook_speedy_defconfig            |  2 ++
 configs/colibri-imx6ull_defconfig              |  3 +++
 configs/colibri_imx6_defconfig                 |  1 +
 configs/colibri_imx7_defconfig                 |  3 +++
 configs/colibri_imx7_emmc_defconfig            |  3 +++
 configs/colibri_t20_defconfig                  |  2 ++
 configs/colibri_vf_defconfig                   |  1 +
 configs/evb-px30_defconfig                     |  3 +++
 configs/evb-rk3288_defconfig                   |  2 ++
 configs/evb-rk3399_defconfig                   |  2 ++
 configs/firefly-rk3288_defconfig               |  2 ++
 configs/gazerbeam_defconfig                    |  3 +++
 configs/ge_bx50v3_defconfig                    |  1 +
 configs/gurnard_defconfig                      |  2 ++
 configs/harmony_defconfig                      |  2 ++
 configs/imx6dl_icore_nand_defconfig            |  1 +
 configs/imx6q_icore_nand_defconfig             |  1 +
 configs/imx6qdl_icore_mmc_defconfig            |  1 +
 configs/imx6qdl_icore_nand_defconfig           |  1 +
 configs/libretech-ac_defconfig                 |  1 +
 configs/libretech-cc_defconfig                 |  1 +
 configs/m53menlo_defconfig                     |  1 +
 configs/medcom-wide_defconfig                  |  2 ++
 configs/miqi-rk3288_defconfig                  |  2 ++
 configs/mx53cx9020_defconfig                   |  1 +
 configs/mx6sabreauto_defconfig                 |  1 +
 configs/mx6sabresd_defconfig                   |  1 +
 configs/mx6ul_14x14_evk_defconfig              |  3 +++
 configs/mx6ul_9x9_evk_defconfig                |  3 +++
 configs/novena_defconfig                       |  1 +
 configs/nyan-big_defconfig                     |  1 +
 configs/opos6uldev_defconfig                   |  1 +
 configs/paz00_defconfig                        |  2 ++
 configs/peach-pi_defconfig                     |  2 ++
 configs/peach-pit_defconfig                    |  2 ++
 configs/pico-dwarf-imx7d_defconfig             |  3 +++
 configs/pico-hobbit-imx7d_defconfig            |  3 +++
 configs/pico-imx7d_bl33_defconfig              |  3 +++
 configs/pico-imx7d_defconfig                   |  3 +++
 configs/pico-nymph-imx7d_defconfig             |  3 +++
 configs/pico-pi-imx7d_defconfig                |  3 +++
 configs/pm9261_defconfig                       |  2 ++
 configs/pm9263_defconfig                       |  2 ++
 configs/puma-rk3399_defconfig                  |  2 ++
 configs/rock2_defconfig                        |  2 ++
 configs/rpi_0_w_defconfig                      |  1 +
 configs/rpi_2_defconfig                        |  1 +
 configs/rpi_3_32b_defconfig                    |  1 +
 configs/rpi_3_b_plus_defconfig                 |  1 +
 configs/rpi_3_defconfig                        |  1 +
 configs/rpi_4_32b_defconfig                    |  1 +
 configs/rpi_4_defconfig                        |  1 +
 configs/rpi_arm64_defconfig                    |  1 +
 configs/rpi_defconfig                          |  1 +
 configs/sama5d27_som1_ek_mmc1_defconfig        |  1 +
 configs/sama5d27_som1_ek_mmc_defconfig         |  1 +
 configs/sama5d27_som1_ek_qspiflash_defconfig   |  1 +
 configs/sama5d27_wlsom1_ek_mmc_defconfig       |  1 +
 configs/sama5d27_wlsom1_ek_qspiflash_defconfig |  1 +
 configs/sama5d2_xplained_emmc_defconfig        |  1 +
 configs/sama5d2_xplained_mmc_defconfig         |  1 +
 configs/sama5d2_xplained_qspiflash_defconfig   |  1 +
 configs/sama5d2_xplained_spiflash_defconfig    |  1 +
 configs/sama5d36ek_cmp_mmc_defconfig           |  1 +
 configs/sama5d36ek_cmp_nandflash_defconfig     |  1 +
 configs/sama5d36ek_cmp_spiflash_defconfig      |  1 +
 configs/sama5d3xek_mmc_defconfig               |  3 +++
 configs/sama5d3xek_nandflash_defconfig         |  3 +++
 configs/sama5d3xek_spiflash_defconfig          |  3 +++
 configs/sama5d4_xplained_mmc_defconfig         |  1 +
 configs/sama5d4_xplained_nandflash_defconfig   |  1 +
 configs/sama5d4_xplained_spiflash_defconfig    |  1 +
 configs/sama5d4ek_mmc_defconfig                |  1 +
 configs/sama5d4ek_nandflash_defconfig          |  1 +
 configs/sama5d4ek_spiflash_defconfig           |  1 +
 configs/sandbox64_defconfig                    |  1 +
 configs/sandbox_defconfig                      |  1 +
 configs/sandbox_flattree_defconfig             |  1 +
 configs/sandbox_spl_defconfig                  |  1 +
 configs/seaboard_defconfig                     |  2 ++
 configs/sei510_defconfig                       |  1 +
 configs/sei610_defconfig                       |  1 +
 configs/snow_defconfig                         |  2 ++
 configs/spring_defconfig                       |  2 ++
 configs/stm32f746-disco_defconfig              |  3 +++
 configs/stm32f769-disco_defconfig              |  3 +++
 configs/stm32mp15_basic_defconfig              |  3 +++
 configs/stm32mp15_optee_defconfig              |  3 +++
 configs/stm32mp15_trusted_defconfig            |  3 +++
 configs/tec_defconfig                          |  2 ++
 configs/theadorable_debug_defconfig            |  1 +
 configs/tinker-s-rk3288_defconfig              |  2 ++
 configs/ventana_defconfig                      |  2 ++
 configs/vyasa-rk3288_defconfig                 |  2 ++
 configs/wandboard_defconfig                    |  1 +
 drivers/video/Kconfig                          |  8 ++++----
 drivers/video/console_normal.c                 | 10 +++++-----
 drivers/video/vidconsole-uclass.c              |  6 ++++++
 drivers/video/video-uclass.c                   |  4 ++++
 drivers/video/video_bmp.c                      | 12 +++++-------
 108 files changed, 195 insertions(+), 16 deletions(-)

^ permalink raw reply	[flat|nested] 66+ messages in thread

end of thread, other threads:[~2023-10-23 16:58 UTC | newest]

Thread overview: 66+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-10 17:07 Please pull u-boot-video Anatolij Gustschin
2020-02-10 19:16 ` Tom Rini
  -- strict thread matches above, loose matches on Subject: below --
2023-10-23 10:17 Anatolij Gustschin
2023-10-23 16:58 ` Tom Rini
2023-08-14  6:02 Anatolij Gustschin
2023-08-14 15:04 ` Tom Rini
2023-08-01 12:52 Anatolij Gustschin
2023-08-01 15:57 ` Tom Rini
2023-07-16 20:04 Anatolij Gustschin
2023-07-17 14:38 ` Tom Rini
2023-05-05  8:25 Anatolij Gustschin
2023-05-05 17:14 ` Tom Rini
2023-04-07 19:51 Anatolij Gustschin
2023-04-08 18:18 ` Tom Rini
2023-02-04 19:09 Anatolij Gustschin
2023-02-06 14:55 ` Tom Rini
2022-10-30 21:16 Anatolij Gustschin
2022-10-31 12:52 ` Tom Rini
2022-06-25  7:34 Anatolij Gustschin
2022-06-25 15:57 ` Tom Rini
2022-03-14 22:33 Anatolij Gustschin
2022-03-15 12:13 ` Tom Rini
2022-03-19 17:05   ` Anatolij Gustschin
2022-03-19 17:44     ` Tom Rini
2022-03-19 17:55       ` Anatolij Gustschin
2021-12-28 14:25 Anatolij Gustschin
2021-12-28 16:26 ` Tom Rini
2021-10-09 21:29 Anatolij Gustschin
2021-10-10 20:04 ` Tom Rini
2021-08-05 22:01 Anatolij Gustschin
2021-08-06 21:22 ` Tom Rini
2021-06-05 13:00 Anatolij Gustschin
2021-06-07 11:21 ` Tom Rini
2021-04-24 14:33 Anatolij Gustschin
2021-04-24 21:42 ` Tom Rini
2021-04-10 21:21 Anatolij Gustschin
2021-04-11 18:10 ` Tom Rini
2021-03-19  8:02 Anatolij Gustschin
2021-03-19 12:21 ` Tom Rini
2021-02-22 12:17 Anatolij Gustschin
2021-02-22 17:32 ` Tom Rini
2020-10-26 20:43 Anatolij Gustschin
2020-10-27 14:50 ` Tom Rini
2020-10-27 19:37   ` Anatolij Gustschin
2020-10-27 19:43     ` Tom Rini
2020-10-27 19:47       ` Anatolij Gustschin
2020-10-18 20:36 Anatolij Gustschin
2020-10-19 21:17 ` Tom Rini
2020-08-04  7:42 Anatolij Gustschin
2020-08-04 20:55 ` Tom Rini
2020-06-29 19:50 Anatolij Gustschin
2020-06-29 19:58 ` Tom Rini
2020-06-28 12:27 Anatolij Gustschin
2020-06-29  1:30 ` Tom Rini
2020-06-18 21:12 Anatolij Gustschin
2020-06-19 13:24 ` Tom Rini
2020-04-27  8:32 Anatolij Gustschin
2020-04-27 16:20 ` Tom Rini
2020-04-02 16:13 Anatolij Gustschin
2020-04-02 16:18 ` Anatolij Gustschin
2020-04-05 23:04 ` Tom Rini
2020-01-18 16:19 Anatolij Gustschin
2020-01-18 16:28 ` Tom Rini
     [not found] <20200102205451.4123cbe9@crub>
2020-01-03 14:46 ` Tom Rini
2019-12-10 20:38 Anatolij Gustschin
2019-12-11 13:15 ` Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.