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