On Wed, Oct 19, 2022 at 10:52 AM Simon Glass <s...@chromium.org> wrote: > > Hi Tim, > > On Wed, 19 Oct 2022 at 11:07, Tim Harvey <thar...@gateworks.com> wrote: > > > > On Wed, Oct 19, 2022 at 4:58 AM Simon Glass <s...@chromium.org> wrote: > > > > > > The conversion to DM_VIDEO was completed some years ago. The old video > > > code has been removed but the LCD code remains. This series removes it, > > > to complete the driver model migration. > > > > > > > > > Simon Glass (39): > > > 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 > > > > > > > Simon, > > > > Where can I find a repo with this series for testing? I can't get it > > to apply to master/next. > > It is u-boot-dm/lcd-working > > Regards, > Simon
Simon, Thanks. I've tested the series with gwventana_nand with an LVDS display as well as HDMI and the custom splash/position work fine as well as vidconsole. Tested-by: Tim Harvey <thar...@gateworks.com> # gwventana / gwventana_nand_defconfig Best Regards, Tim