[GIT PULL] u-boot-video/video-20240421

2024-04-21 Thread Anatolij Gustschin
Hi Tom, please pull video driver updates for v2024.07-rc1. CI: https://source.denx.de/u-boot/custodians/u-boot-video/-/pipelines/20466 Thanks, Anatolij The following changes since commit af04f37a78c7e61597fb9ed6db2c8f8d7f8b0f92: Merge tag 'u-boot-stm32-20240419' of

Re: [PATCH v1 0/2] Simple panel improvements

2024-04-20 Thread Anatolij Gustschin
On Mon, 8 Jan 2024 18:44:59 +0200 Svyatoslav Ryhel clamo...@gmail.com wrote: > Simplify platform data pass to simple DSI panels by direct > asigning in udevice_id struct. > > Support EDID searching in case device tree provides no > specific timings or device has different panels (like paz00).

Re: [PATCH v3 00/17] video: dw_hdmi: Support Vendor PHY

2024-04-20 Thread Anatolij Gustschin
On Thu, 14 Mar 2024 14:55:32 +0530 Jagan Teki ja...@amarulasolutions.com wrote: ... > > > Jagan Teki (17): > > > video: rockchip: hdmi: Detect hpd after controller init > > > video: dw_hdmi: Add Vendor PHY handling > > > video: dw_hdmi: Extend the HPD detection > > > video: dw_hdmi: Add

Re: [PATCH] video: dw_hdmi: Fix compiler warnings with gcc-14

2024-04-20 Thread Anatolij Gustschin
On Sat, 27 Jan 2024 14:54:59 -0800 Khem Raj raj.k...@gmail.com wrote: > GCC-14 find more warnings like > "make pointer from integer without a cast" > fix them by adding a type cast. > > Signed-off-by: Khem Raj > Cc: Anatolij Gustschin > Cc: Tom Rini >

Re: [PATCH] video: simplefb: modernise DT parsing

2024-04-20 Thread Anatolij Gustschin
On Fri, 16 Feb 2024 18:38:06 + Caleb Connolly caleb.conno...@linaro.org wrote: > simplefb was using old style FDT parsing which doesn't behave well in > combination with livetree. Update it to use ofnode instead and add a > missing null check for the "format" property. > > Standardise the

Re: [PATCH 0/4] Simplefb and fb reservation related updates

2024-04-20 Thread Anatolij Gustschin
On Fri, 8 Mar 2024 16:38:28 +0530 Devarsh Thakkar devar...@ti.com wrote: > Hi Tom, Anatolij, Simon, > > On 22/02/24 18:38, Devarsh Thakkar wrote: > > This adds support for simple-framebuffer reservation using video handoff > > when splash is enabled at SPL stage. > > > > Also adds helper

Re: [PATCH v2 0/7] Tegra panel improvements

2024-04-20 Thread Anatolij Gustschin
On Wed, 31 Jan 2024 08:57:14 +0200 Svyatoslav Ryhel clamo...@gmail.com wrote: > The current patch set improves the logic of existing panels and > bridge used by Tegra 3 devices and brings support for additional > DSI panels used by Tegra 4 devices. > > New and existing drivers are fully

Re: [PATCH v6 00/18] Add T114 video support

2024-04-20 Thread Anatolij Gustschin
On Tue, 23 Jan 2024 19:16:15 +0200 Svyatoslav Ryhel clamo...@gmail.com wrote: > T114 is not that different from T30 and all T30 drivers will work > on T114 as well with some adjustments. > > Patches propose general improvements for existing Tegra DC and DSI > drivers as well Tegra 114 video

Re: [PATCH v2 0/7] Tegra panel improvements

2024-04-20 Thread Anatolij Gustschin
On Fri, 19 Apr 2024 08:05:22 -0600 Tom Rini tr...@konsulko.com wrote: > On Fri, Apr 19, 2024 at 02:29:20PM +0300, Svyatoslav Ryhel wrote: > > > Hello Tom! This patch set is hanging in patchwork for 3 month > > without any comments. If no one has anything to say, may you > > pick it into master?

Re: [PATCH v4 08/12] video: Drop unnecessary truetype operations from SPL

2023-11-12 Thread Anatolij Gustschin
gt; (no changes since v3) > > Changes in v3: > - Add new patch to drop unnecessary truetype operations from SPL > > drivers/video/console_truetype.c | 10 ++ > 1 file changed, 10 insertions(+) Reviewed-by: Anatolij Gustschin

Re: [PATCH v4 07/12] video: Correct setting of cursor position

2023-11-12 Thread Anatolij Gustschin
> > Signed-off-by: Simon Glass > --- > > (no changes since v1) > > drivers/video/vidconsole-uclass.c | 15 --- > 1 file changed, 8 insertions(+), 7 deletions(-) Reviewed-by: Anatolij Gustschin

Re: [PATCH v3 07/12] video: Correct setting of cursor position

2023-11-12 Thread Anatolij Gustschin
> > Signed-off-by: Simon Glass > --- > > (no changes since v1) > > drivers/video/vidconsole-uclass.c | 15 --- > 1 file changed, 8 insertions(+), 7 deletions(-) Reviewed-by: Anatolij Gustschin

Please pull u-boot-video

2023-10-23 Thread Anatolij Gustschin
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

[PATCH] clk: stm32mp1: Add support for USART1 clock

2023-09-29 Thread Anatolij Gustschin
. Signed-off-by: Anatolij Gustschin --- drivers/clk/stm32/clk-stm32mp1.c | 7 +++ 1 file changed, 7 insertions(+) diff --git a/drivers/clk/stm32/clk-stm32mp1.c b/drivers/clk/stm32/clk-stm32mp1.c index 6150287694..f3ac8c7583 100644 --- a/drivers/clk/stm32/clk-stm32mp1.c +++ b/drivers/clk/stm32

Re: [PATCH 0/2] patches used to enable u-boot video driver on raspberry pi 4B platform

2023-08-14 Thread Anatolij Gustschin
On Wed, 26 Jul 2023 10:42:33 +0800 Meng Li meng...@windriver.com wrote: > From: Meng Li > > There are 2 patches as bleow: > 0001-bcm2835-Add-simiple-framebuffer-for-use-with-fkms.patch > 0002-rpi-set-the-correct-parameter-for-simple-framebuffer.patch > The first one is used to enable u-boot

Re: [PATCH] video: kconfig: Fix a typo in SPL_VIDEO_REMOVE

2023-08-14 Thread Anatolij Gustschin
On Thu, 3 Aug 2023 18:40:08 +0800 Bin Meng bmeng...@gmail.com wrote: > From: Bin Meng > > Add one space between 'before' and 'loading'. > > Signed-off-by: Bin Meng > --- > > drivers/video/Kconfig | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) applied to u-boot-video/master,

Re: [PATCH] video: vidconsole: Fix null dereference of ops->measure

2023-08-14 Thread Anatolij Gustschin
On Thu, 3 Aug 2023 17:32:41 +0800 Bin Meng bm...@tinylab.org wrote: > At present vidconsole_measure() tests ops->select_font before calling > ops->measure, which would result in a null dereference when the console > driver provides no ops for measure. > > Fixes: b828ed7d7929 ("console: Allow

Please pull u-boot-video

2023-08-14 Thread Anatolij Gustschin
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

Re: [PATCH 2/2] drivers: video: tidss: tidss_drv: Use kconfig VIDEO_REMOVE to remove video

2023-08-01 Thread Anatolij Gustschin
On Thu, 27 Jul 2023 12:01:26 +0530 Nikhil M Jain n-ja...@ti.com wrote: > Perform removal of DSS if kconfigs VIDEO_REMOVE or SPL_VIDEO_REMOVE is > set by user. Otherwise if above Kconfigs are not selected, it is assumed > that user wants splash screen to be displayed until linux kernel boots > up.

Re: [PATCH 1/2] drivers: video: tidss: tidss_drv: Change remove method

2023-08-01 Thread Anatolij Gustschin
On Thu, 27 Jul 2023 12:01:25 +0530 Nikhil M Jain n-ja...@ti.com wrote: > Change remove method of DSS video driver to disable video port instead > of performing a soft reset, as soft reset takes longer duration. Video > port is disabled by setting enable bit of video port to 0. > > Signed-off-by:

Re: [PATCH 00/18] video: bochs: Remove the x86 limitation

2023-08-01 Thread Anatolij Gustschin
Hi Bin, On Mon, 31 Jul 2023 13:26:23 +0800 Bin Meng bmeng...@gmail.com wrote: ... > Looks the first half is assigned to Anatolij and the second half to Rick. > > I guess the first half should go first. > > Ping for apply? I've applied patches 1/18 to 9/18 now, a pull request is pending. --

Re: [PATCH 09/18] video: bochs: Set the frame buffer size per configuration

2023-08-01 Thread Anatolij Gustschin
On Sun, 23 Jul 2023 12:40:32 +0800 Bin Meng bm...@tinylab.org wrote: > At present the uclass stored frame buffer size is set to a hard > coded value, but we can calculate the correct value based on what > is configured. > > Signed-off-by: Bin Meng > --- > > drivers/video/bochs.c | 4 ++-- > 1

Re: [PATCH 08/18] video: kconfig: Set default FB size for Bochs

2023-08-01 Thread Anatolij Gustschin
On Sun, 23 Jul 2023 12:40:31 +0800 Bin Meng bm...@tinylab.org wrote: > Set up a default frame buffer size of 8MiB for Bochs for non-x86 > architecturs as PCI is normally not enumerated before relocation > on these architectures. > > Signed-off-by: Bin Meng > --- > > drivers/video/Kconfig | 6

Re: [PATCH 07/18] video: kconfig: Drop the superfluous dependency

2023-08-01 Thread Anatolij Gustschin
On Sun, 23 Jul 2023 12:40:30 +0800 Bin Meng bm...@tinylab.org wrote: > PCI is always selected by X86 architecture hence "X86 && PCI" does > not make it better. > > Signed-off-by: Bin Meng > --- > > drivers/video/Kconfig | 8 > 1 file changed, 4 insertions(+), 4 deletions(-) applied

Re: [PATCH 06/18] video: kconfig: Fix wrong text for the PCI default FB size

2023-08-01 Thread Anatolij Gustschin
On Sun, 23 Jul 2023 12:40:29 +0800 Bin Meng bm...@tinylab.org wrote: > There is an example in the VIDEO_PCI_DEFAULT_FB_SIZE help text to > tell people how to calculate its value but the resolution given > does not match the value. Fix it. > > Signed-off-by: Bin Meng > --- > >

Re: [PATCH 04/18] video: bochs: Avoid using IO instructions to access VGA IO port

2023-08-01 Thread Anatolij Gustschin
On Sun, 23 Jul 2023 12:40:27 +0800 Bin Meng bm...@tinylab.org wrote: > At present the driver uses IO instructions to access the legacy > VGA IO ports, which unfortunately limits the driver to work only > on x86. It turns out the IO instruction is not necessary as Bochs > VGA card remaps the

Re: [PATCH 02/18] video: bochs: Drop inclusion of

2023-08-01 Thread Anatolij Gustschin
On Sun, 23 Jul 2023 12:40:25 +0800 Bin Meng bm...@tinylab.org wrote: > The driver does not call any MTRR APIs. > > Signed-off-by: Bin Meng > --- > > drivers/video/bochs.c | 1 - > 1 file changed, 1 deletion(-) applied to u-boot-video/master, thanks! -- Anatolij

Re: [PATCH 01/18] dm: video: Cosmetic style fix

2023-08-01 Thread Anatolij Gustschin
On Sun, 23 Jul 2023 12:40:24 +0800 Bin Meng bm...@tinylab.org wrote: > Some coding convention fixes for video_post_bind(). > > Signed-off-by: Bin Meng > --- > > drivers/video/video-uclass.c | 6 -- > 1 file changed, 4 insertions(+), 2 deletions(-) applied to u-boot-video/master, thanks!

Please pull u-boot-video

2023-08-01 Thread Anatolij Gustschin
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

Re: [PATCH] video: rockchip: Add support for RK3399 to dw-mipi-dsi bridge

2023-07-17 Thread Anatolij Gustschin
sted on Pinephone Pro. > > Signed-off-by: Ondrej Jirman > Cc: Anatolij Gustschin > Cc: Simon Glass > Cc: Philipp Tomsich > Cc: Kever Yang > Cc: Chris Morgan > --- > drivers/video/rockchip/dw_mipi_dsi_rockchip.c | 99 +++ > 1 file changed, 99 in

Re: [PATCH 0/8] Some fixes for the rockchip dw_mipi_dsi driver

2023-07-17 Thread Anatolij Gustschin
On Mon, 22 May 2023 23:47:00 +0200 m...@xff.cz m...@xff.cz wrote: ... > Ondrej Jirman (8): > video: rockchip: vop: Fix whitespace > video: dw_mipi_dsi: Fix hsync/vsync settings > video: rockchip: dw_mipi_dsi: Fix external phy existnece check > video: rockchip: dw_mipi_dsi: Fix error path

Re: [PATCH] video: console: Fix default font selection

2023-07-17 Thread Anatolij Gustschin
otflow GUI menu. > > Signed-off-by: Ondrej Jirman > Cc: Anatolij Gustschin > --- > drivers/video/console_core.c | 6 ++ > 1 file changed, 6 insertions(+) applied to u-boot-video/master, thanks! -- Anatolij

Re: [PATCH] video: hx8394: Add panel driver for hannstar,hsd060bhw4

2023-07-17 Thread Anatolij Gustschin
n Pinephone Pro. > > Signed-off-by: Ondrej Jirman > Cc: Anatolij Gustschin > --- > drivers/video/Kconfig| 8 ++ > drivers/video/Makefile | 1 + > drivers/video/himax-hx8394.c | 237 +++ > 3 files changed, 246 insertions(+) > creat

Re: [PATCH] video: backlight: pwm: avoid integer overflow in duty cycle calculation

2023-07-17 Thread Anatolij Gustschin
On Fri, 30 Jun 2023 14:30:07 +0200 Matthias Schiffer matthias.schif...@ew.tq-group.com wrote: > The intermediate value could overflow for large periods and levels. > > Signed-off-by: Matthias Schiffer > --- applied to u-boot-video/master, thanks! -- Anatolij

Please pull u-boot-video

2023-07-16 Thread Anatolij Gustschin
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

Re: [PATCH v3 0/6] Add video drivers for endeavoru and p880/p895

2023-05-08 Thread Anatolij Gustschin
On Tue, 25 Apr 2023 10:51:41 +0300 Svyatoslav Ryhel clamo...@gmail.com wrote: ... > --- > Changes from v2: > - added comments to panel drivers > - fixed typo in ssd2825 driver > > Changes from v1: > - used lower-case hex for command sequences > - ssd2825 switched to dm_spi_xfer > - used log_*

Re: [PATCH V9 00/14] Add splash screen support at u-boot SPL

2023-05-05 Thread Anatolij Gustschin
On Thu, 4 May 2023 20:56:11 -0400 Tom Rini tr...@konsulko.com wrote: ... > > Can this be applied, please? We have rc1 out now so this should really > > be in there by now. > > > > I have another series that depends on it, and it is also pending > > application. > > Anatolij ? Done. My

Re: [PATCH V9 00/14] Add splash screen support at u-boot SPL

2023-05-05 Thread Anatolij Gustschin
Hi Simon, On Thu, 4 May 2023 18:40:56 -0600 Simon Glass s...@chromium.org wrote: ... > Can this be applied, please? We have rc1 out now so this should really > be in there by now. > > I have another series that depends on it, and it is also pending application. Series applied to u-boot-video

Please pull u-boot-video

2023-05-05 Thread Anatolij Gustschin
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)

Re: [PATCH v3 00/11] Tegra DC improvements

2023-04-08 Thread Anatolij Gustschin
On Mon, 27 Mar 2023 11:11:39 +0300 Svyatoslav Ryhel clamo...@gmail.com wrote: ... > Changes from v2: > - resend after month > > Changes from v1: > - DSI driver headers were optimized > - Tested on Paz00 board > > --- > > Marcel Ziswiler (1): > tegra: lcd: video: integrate display driver for

Re: [PATCH] sandbox: video: Fix building without SDL

2023-04-07 Thread Anatolij Gustschin
On Fri, 17 Feb 2023 15:45:47 -0700 Simon Glass s...@chromium.org wrote: > This is currently broken. If SDL is not installed, SANDBOX_SDL becomes > false and build errors are generated, e.g.: > >test/dm/video.c:424: undefined reference to `sandbox_sdl_set_bpp' > > Fix it by making the

Please pull u-boot-video

2023-04-07 Thread Anatolij Gustschin
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)

Re: [PATCH v8 00/10] vidconsole: refactoring and support for wider fonts

2023-03-10 Thread Anatolij Gustschin
On Tue, 7 Mar 2023 13:21:10 +0300 Dzmitry Sankouski dsankou...@gmail.com wrote: ... > Changes in v8: > - fix build with disabled CONFIG_VIDEO_COPY > - add 12X22 font to sandox defconfig > > Dzmitry Sankouski (10): > video console: refactoring and optimization > video console: add support for

Re: [PATCH v8 04/10] video console: implement multiple fonts configuration

2023-03-10 Thread Anatolij Gustschin
On Fri, 10 Mar 2023 11:35:12 +0300 Dzmitry Sankouski dsankou...@gmail.com wrote: > вт, 7 мар. 2023 г. в 18:22, Anatolij Gustschin : > (...) > > > > there was another build error for boards with CONFIG_VIDEO_LOGO > > disabled: > > > > https://source.denx.de/u

Please pull u-boot-video/next

2023-03-07 Thread Anatolij Gustschin
Hi Tom, please pull video patches for next. CI: https://source.denx.de/u-boot/custodians/u-boot-video/-/pipelines/15482 Thanks, Anatolij The following changes since commit d1653548d29959a6ea6b4037a00b48a28257e6e6: Merge branch '2023-03-02-kconfig-and-CONFIG-cleanups' into next (2023-03-03

Re: [PATCH v8 04/10] video console: implement multiple fonts configuration

2023-03-07 Thread Anatolij Gustschin
On Tue, 7 Mar 2023 13:21:14 +0300 Dzmitry Sankouski dsankou...@gmail.com wrote: ... > @@ -138,13 +139,15 @@ void splash_display_banner(void) > if (ret) > return; > > -#ifdef CONFIG_VIDEO_LOGO > - col = BMP_LOGO_WIDTH / VIDEO_FONT_WIDTH + 1; > - row = BMP_LOGO_HEIGHT

Re: [PATCH v7 01/10] video console: refactoring and optimization

2023-03-01 Thread Anatolij Gustschin
Hi Dzmitry, On Mon, 27 Feb 2023 20:37:01 +0300 Dzmitry Sankouski dsankou...@gmail.com wrote: > - move common code to vidconsole_internal.h and console_core.c > - unite probe functions > - get rid of code duplications in switch across bpp values > - extract common pixel fill logic in two

Re: [PATCH v7 10/10] video console: add 12x22 console simple font test

2023-03-01 Thread Anatolij Gustschin
Hi Dzmitry, On Mon, 27 Feb 2023 20:37:10 +0300 Dzmitry Sankouski dsankou...@gmail.com wrote: > Tests fonts wider than a byte. > > Signed-off-by: Dzmitry Sankouski > Reviewed-by: Simon Glass > --- > Changes for v2: N/A > Changes for v2: none > Charges for v4: N/A > Charges for v5: N/A >

Re: [RESEND PATCH v3] video: ti: am335x: restore driver-model code

2023-02-04 Thread Anatolij Gustschin
On Sat, 28 Jan 2023 16:55:31 +0100 Dario Binacchi dario.binac...@amarulasolutions.com wrote: > The commit 82f7b869f5d7a ("video: Drop CONFIG_AM335X_LCD") removed not > only the LCD legacy implementation but also the code with driver model > support. The patch restores the code with driver model

Re: [PATCH v2 5/7] board: ti: am62x: am62x: Add splash screen env variables

2023-02-04 Thread Anatolij Gustschin
On Tue, 31 Jan 2023 15:35:18 +0530 Nikhil M Jain n-ja...@ti.com wrote: > Set splash screen related env variables. Default splash source is > set to mmc where user is expected to keep bmp in compressed format > with name ti.gz on first partition of mmc. > > Splash file will be uncompressed to DDR

Re: [PATCH v2 7/7] tools: logos: Add TI logo files

2023-02-04 Thread Anatolij Gustschin
On Tue, 31 Jan 2023 15:35:20 +0530 Nikhil M Jain n-ja...@ti.com wrote: > The default splashfile name saved is ti.gz. User can use these > logo files and use it to test splash screen. > > Signed-off-by: Nikhil M Jain > --- > tools/logos/ti.bmp | Bin 0 -> 160770 bytes > tools/logos/ti.gz | Bin

Re: [PATCH v2 6/7] board: ti: am62x: evm: Add splash screen support

2023-02-04 Thread Anatolij Gustschin
On Tue, 31 Jan 2023 15:35:19 +0530 Nikhil M Jain n-ja...@ti.com wrote: > Splash screen function needs splash source information > to load image and display it, splash_location provides > the necessary info, Set default_splash_location to MMC > at partition 1:1. Probe DSS for splash screen

Re: [PATCH v2 2/7] test: dm: test-fdt: Add decode_panel_timing test

2023-02-04 Thread Anatolij Gustschin
On Tue, 31 Jan 2023 15:35:15 +0530 Nikhil M Jain n-ja...@ti.com wrote: > To test decode_panel_timing add a panel-timings node > and a DM test for decode panel timingd by matching > the panel timing node parameters. > > Signed-off-by: Nikhil M Jain > --- > arch/sandbox/dts/test.dts | 18

Re: [PATCH v3 1/7] drivers: core: ofnode: Add panel timing decode.

2023-02-04 Thread Anatolij Gustschin
On Sat, 4 Feb 2023 18:41:25 +0100 Anatolij Gustschin ag...@denx.de wrote: ... > --- > Changes in v3: > - add static inline dev_decode_panel_timing() in include/dm/read.h >to fix sandbox test errors when CONFIG_DM_DEV_READ_INLINE enabled > > drivers/

Please pull u-boot-video

2023-02-04 Thread Anatolij Gustschin
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

[PATCH v3 1/7] drivers: core: ofnode: Add panel timing decode.

2023-02-04 Thread Anatolij Gustschin
From: Nikhil M Jain ofnode_decode_display_timing supports reading timing parameters from subnode of display-timings node, for displays supporting multiple resolution, in case if a display supports single resolution, it fails reading directly from display-timings node, to support it

Re: [PATCH 00/16] video: Enhancements to Truetype console

2022-10-31 Thread Anatolij Gustschin
Hi Simon, On Mon, 24 Oct 2022 05:45:34 -0600 Simon Glass s...@chromium.org wrote: > Hi Anatolij, > > On Thu, 6 Oct 2022 at 08:36, Simon Glass wrote: > > > > This series includes some minor enhancements to the Truetype console to > > allow it to support multiple fonts and sizes at the same

Re: [PATCH 00/16] video: Enhancements to Truetype console

2022-10-31 Thread Anatolij Gustschin
On Thu, 6 Oct 2022 08:36:02 -0600 Simon Glass s...@chromium.org wrote: > This series includes some minor enhancements to the Truetype console to > allow it to support multiple fonts and sizes at the same time. This is > useful for displays where the title needs to be in a larger font than the >

Re: [PATCH v2] video: dw_mipi_dsi: fix [hv]sync active vs back porch

2022-10-31 Thread Anatolij Gustschin
On Wed, 7 Sep 2022 12:06:32 +0100 John Keeping j...@metanate.com wrote: > The wrong fields are pulled out of the timings here so the values > programmed into the DSI_VID_HSA_LINES/DSI_VID_HBP_LINES and > DSI_VID_VSA_LINES/DSI_VID_VBP_LINES registers are swapped. > > Use the right fields so that

Re: [PATCH v3] video: simplefb: add rotation support

2022-10-31 Thread Anatolij Gustschin
On Tue, 13 Sep 2022 18:32:42 +0900 Takumi Sueda puhit...@gmail.com wrote: > It introduces the way to rotate the screen for boards with rotated screen. > > Signed-off-by: Takumi Sueda > --- > drivers/video/simplefb.c | 6 +- > 1 file changed, 5 insertions(+), 1 deletion(-) Applied to

Re: [PATCH v2 0/2] splash: add more options/support

2022-10-31 Thread Anatolij Gustschin
On Mon, 17 Oct 2022 10:33:18 +0200 Julien Masson jmas...@baylibre.com wrote: ... > Changes in v2: > - splash_mmc_read_raw: return -EIO in case of errors > - splash_mmc_read_raw: use IS_ENABLED(CONFIG_CMD_MMC) instead of #ifdef > - rename local var env_splashdevpart_value to devpart > > Julien

Please pull u-boot-video

2022-10-30 Thread Anatolij Gustschin
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

Please pull u-boot-video

2022-06-25 Thread Anatolij Gustschin
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)

Re: [PATCH] video: stm32: remove test on CONFIG_DM_REGULATOR

2022-06-25 Thread Anatolij Gustschin
On Mon, 20 Jun 2022 11:55:07 +0200 Patrick Delaunay patrick.delau...@foss.st.com wrote: > The tests on CONFIG_DM_REGULATOR, added to avoid compilation issues, can > now be removed, they are no more needed since the commit 16cc5ad0b439 > ("power: regulator: add dummy helper"). > > Signed-off-by:

Re: [PATCH] driver: video: Check allocated pointers

2022-06-25 Thread Anatolij Gustschin
On Wed, 18 May 2022 13:36:18 +0800 Bin Meng bmeng...@gmail.com wrote: > The codes that call STBTT_malloc() / stbtt__new_active() do not check > the return value at present which may cause segfault. > > Signed-off-by: Bin Meng > --- > > drivers/video/stb_truetype.h | 18 ++ > 1

Re: [PATCH v2] sandbox: sdl: Add stub sandbox_sdl_remove_display()

2022-06-25 Thread Anatolij Gustschin
> Signed-off-by: Andrew Scull > Cc: Simon Glass > Cc: Anatolij Gustschin > Reviewed-by: Simon Glass > --- > arch/sandbox/include/asm/sdl.h | 5 + > 1 file changed, 5 insertions(+) applied to u-boot-video/master, thanks! -- Anatolij

Re: [PATCH] RFC: net: fec: get rid of CONFIG_FEC_MXC_MDIO_BASE

2022-05-11 Thread Anatolij Gustschin
Hi Tim, On Wed, 11 May 2022 13:39:59 -0700 Tim Harvey thar...@gateworks.com wrote: ... > > Reviewed-by: Oleh Kravchenko > > Thanks Oleh. Do you know someone that does have a o4-imx6ull-nano > board to test with? > > Marcel, Fabio, Anatolij and Oliver, can you review and test your > boards

Re: [PATCH 00/14] video: Drop old CFB code

2022-03-29 Thread Anatolij Gustschin
On Sun, 23 Jan 2022 07:04:01 -0700 Simon Glass s...@chromium.org wrote: ... > Simon Glass (14): > video: Drop cfg_console > video: nokia_rx51: Drop obsolete video code > video: siemens: Drop unused video code > video: nexell: Drop unused and invalid code > video: Drop video_fb header >

Please pull u-boot-video/next

2022-03-28 Thread Anatolij Gustschin
Hi Tom, please pull video patches for next. CI: https://source.denx.de/u-boot/custodians/u-boot-video/-/pipelines/11483 Thanks, Anatolij The following changes since commit 34d2b7f20369d62c0f091d6572a8c0ea4655cf14: Merge tag 'v2022.04-rc5' into next (2022-03-28 12:36:49 -0400) are available

Re: [PATCH 00/14] video: Drop old CFB code

2022-03-28 Thread Anatolij Gustschin
Hi Simon, On Fri, 25 Mar 2022 11:41:54 +1300 Simon Glass s...@chromium.org wrote: > Hi Anatloij, > > On Fri, 25 Mar 2022 at 11:16, Anatolij Gustschin wrote: > > > > Hi Simon, > > > > On Thu, 24 Mar 2022 13:54:22 -0600 > > Simon Glass s...@chromium.org wr

Re: [PATCH 00/14] video: Drop old CFB code

2022-03-24 Thread Anatolij Gustschin
Hi Simon, On Thu, 24 Mar 2022 13:54:22 -0600 Simon Glass s...@chromium.org wrote: ... > > Is there any word on this series, please? last week I've rebased and applied this series to next (PATCH 02/14 dropped) and will submit a pull request when Tom merges last -rc into his next branch.

Re: Please pull u-boot-video

2022-03-19 Thread Anatolij Gustschin
On Sat, 19 Mar 2022 13:44:41 -0400 Tom Rini tr...@konsulko.com wrote: ... > With the next -rc yes, this will get merged to -next. I don't like to > merge them otherwise as it makes the history a bit less clear. OK, then I'll wait for next -rc and then rebase. Thanks! -- Anatolij

Re: Please pull u-boot-video

2022-03-19 Thread Anatolij Gustschin
Hi Tom, On Tue, 15 Mar 2022 08:13:32 -0400 Tom Rini tr...@konsulko.com wrote: ... > > Nokia RX-51: Convert to CONFIG_DM_VIDEO (2022-03-09 21:28:53 +0100) > > > > Applied to u-boot/master, thanks! Could you please also merge this pull request into next branch? I tried to apply and to build

Re: [PATCH 1/1] video: bmp: Support x2r10g10b10 pixel format

2022-03-14 Thread Anatolij Gustschin
On Wed, 9 Feb 2022 22:16:22 +0100 Janne Grunau j...@jannau.net wrote: > Fixes the display of the u-boot logo on Apple silicon devices. > > Signed-off-by: Janne Grunau > --- > drivers/video/video_bmp.c | 70 +++ > 1 file changed, 56 insertions(+), 14

Re: [PATCH v2 2/2] Nokia RX-51: Convert to CONFIG_DM_VIDEO

2022-03-14 Thread Anatolij Gustschin
On Wed, 9 Mar 2022 20:46:01 +0100 Pali Rohár p...@kernel.org wrote: ... > --- > board/nokia/rx51/rx51.c | 40 +--- > configs/nokia_rx51_defconfig | 7 +-- > include/configs/nokia_rx51.h | 11 ++ > 3 files changed, 31 insertions(+), 27

Re: [PATCH v2 1/2] video: Allow drivers to allocate the frame buffer themselves

2022-03-14 Thread Anatolij Gustschin
On Wed, 9 Mar 2022 20:46:00 +0100 Pali Rohár p...@kernel.org wrote: > When plat->base is set by driver then skip frame buffer reservation and > allocation. > > Signed-off-by: Pali Rohár > --- > drivers/video/video-uclass.c | 7 ++- > 1 file changed, 6 insertions(+), 1 deletion(-)

Re: [PATCH 1/1] video: mxsfb: fix pixel clock polarity

2022-03-14 Thread Anatolij Gustschin
Hi Sébastien, On Fri, 26 Nov 2021 15:48:27 +0100 Sébastien Szymanski sebastien.szyman...@armadeus.com wrote: > DISPLAY_FLAGS_PIXDATA_NEGEDGE means the controller drives the data on > pixel clocks falling edge. That is DOTCLK_POL=0 (default) not 1. I wanted to apply this patch for release, but

Please pull u-boot-video

2022-03-14 Thread Anatolij Gustschin
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)

Re: [PATCH] WIP: Nokia RX-51: Convert to CONFIG_DM_VIDEO

2022-03-09 Thread Anatolij Gustschin
Hi Pali, On Wed, 9 Mar 2022 20:44:50 +0100 Pali Rohár p...@kernel.org wrote: > On Sunday 06 March 2022 11:44:22 Simon Glass wrote: > > Hi Pali, > > > > On Sun, 6 Mar 2022 at 08:25, Pali Rohár wrote: > > > > > > On Sunday 06 March 2022 07:42:03 Simon Glass wrote: > > > > Yes let's go with

Re: [PATCH] WIP: Nokia RX-51: Convert to CONFIG_DM_VIDEO

2022-02-17 Thread Anatolij Gustschin
Hi Pali, On Wed, 16 Feb 2022 21:42:19 +0100 Pali Rohár p...@kernel.org wrote: > --- > I had to comment "return -ENOSPC;" in video-uclass.c because without it > DM_VIDEO does not work and I do not know why. This looks like either > false-positive test or a bug in DM_VIDEO code. I have already set

Please pull u-boot-video/next

2021-12-28 Thread Anatolij Gustschin
Hi Tom, please pull video patches for next. CI: https://source.denx.de/u-boot/custodians/u-boot-video/-/pipelines/10395 Thanks, Anatolij The following changes since commit bc0abd80b3c2d395a0245d4e1ce4f8f445f79cde: Merge branch '2021-12-23-make-OF_BOARD-a-boolean' into next (2021-12-24

Please pull u-boot-video

2021-12-28 Thread Anatolij Gustschin
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

Re: [PATCH v3] video: fix positioning in TrueType console

2021-10-31 Thread Anatolij Gustschin
Hi Simon, On Sun, 31 Oct 2021 17:46:56 -0600 Simon Glass s...@chromium.org wrote: ... > > v3: > > Use floating point only with the TrueType console. > > v2: > > Adjust hash values in tests > > --- > > drivers/video/console_truetype.c | 27 --- > >

Re: [PATCH 1/1] video: fix positioning in TrueType console

2021-10-27 Thread Anatolij Gustschin
Hi Heinrich, On Wed, 27 Oct 2021 20:10:36 +0200 Heinrich Schuchardt xypron.g...@gmx.de wrote: > Dear Anatolij, > > somehow you lost track of this patch since March: > > https://patchwork.ozlabs.org/project/uboot/patch/20210203161254.970-1-xypron.g...@gmx.de/ > > Could you, please, review it

Re: [PATCH] video: move MXS to Kconfig

2021-10-12 Thread Anatolij Gustschin
On Mon, 4 Oct 2021 17:33:12 +0200 Anatolij Gustschin ag...@denx.de wrote: ... > 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_

Re: [PATCH] video: remove not used mx3fb driver

2021-10-12 Thread Anatolij Gustschin
On Mon, 4 Oct 2021 17:07:14 +0200 Anatolij Gustschin ag...@denx.de wrote: > --- > drivers/video/Makefile | 1 - > drivers/video/cfb_console.c | 7 - > drivers/video/mx3fb.c | 906 > 3 files changed, 914 deletions(-) >

Re: [PATCH] common: Kconfig: use 'vidconsole' name instead of old 'video'

2021-10-12 Thread Anatolij Gustschin
On Mon, 4 Oct 2021 16:04:32 +0200 Anatolij Gustschin ag...@denx.de wrote: > --- > common/Kconfig | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) applied to u-boot-video/master. -- Anatolij

Re: [PATCH v2 0/4] 30bpp framebuffer support

2021-10-12 Thread Anatolij Gustschin
On Sat, 25 Sep 2021 22:47:35 +0200 Mark Kettenis kette...@openbsd.org wrote: ... > v2: - Encode pixel format in favour of adding VIDEO_30BPP > - Recognize more format strings in simplefb driver > - Fix EFI block image transfer for 30bpp mode > > Mark Kettenis (4): > video: Add 30bpp

Please pull u-boot-video

2021-10-09 Thread Anatolij Gustschin
) - 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

Re: imx6 DM_VIDEObroken

2021-10-07 Thread Anatolij Gustschin
On Thu, 7 Oct 2021 12:50:04 -0700 Tim Harvey thar...@gateworks.com wrote: ... > > then vidconsole should be enabled. > > Anatolij, > > That is my configuration yet vidconsole does not enable until I > 'setenv stdout serial,vidconsole': > Ventana > print stdout > stdout=serial,vidconsole > ^^^

[PATCH] video: move MXS to Kconfig

2021-10-04 Thread Anatolij Gustschin
Move CONFIG_VIDEO_MXS from board headers to Kconfig and drop it from obsolete cfb_console driver. Signed-off-by: Anatolij Gustschin --- I'm CCing board maintainers, please review/ack. configs/colibri-imx6ull_defconfig | 1 + configs/colibri_imx7_defconfig| 1 + configs/imxrt1050

[PATCH] video: remove not used mx3fb driver

2021-10-04 Thread Anatolij Gustschin
i.MX31 support was removed, and the non dm-video driver is obsolete and not used. Remove it. Signed-off-by: Anatolij Gustschin --- drivers/video/Makefile | 1 - drivers/video/cfb_console.c | 7 - drivers/video/mx3fb.c | 906 3 files changed

[PATCH] common: Kconfig: use 'vidconsole' name instead of old 'video'

2021-10-04 Thread Anatolij Gustschin
After DM_VIDEO conversion the 'vidconsole' is the correct name for the frame buffer console. 'video' will not work, so update the description of the config option. Signed-off-by: Anatolij Gustschin --- common/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common

Re: imx6 DM_VIDEObroken

2021-10-04 Thread Anatolij Gustschin
On Wed, 29 Sep 2021 09:33:18 -0700 Tim Harvey thar...@gateworks.com wrote: ... > One last question on this. I have never used U-Boot vidconsole before. > It does work if I 'setenv stdout serial,videconsole' but if I saveenv > and reboot vidconsole is not enabled. Should I expect it to be or is >

Re: imx6 DM_VIDEObroken

2021-09-28 Thread Anatolij Gustschin
Hey Tim, On Mon, 27 Sep 2021 17:25:58 -0700 Tim Harvey thar...@gateworks.com wrote: > Anatolij, > > Since commit d37618d18d49 ("imx: convert gwventana board to DM_VIDEO") > video support for IMX6 based Ventana boards has been broken. Back then I've tested similar DM_VIDEO conversion changes on

Re: DM_VIDEO migration

2021-09-26 Thread Anatolij Gustschin
Hi Simon, On Sun, 26 Sep 2021 09:53:24 -0600 Simon Glass s...@chromium.org wrote: > Hi Anatolij, > > It looks like it is well past time to complete the DM_VIDEO migration > and drop the old code. There are still a few drivers left. > > Are you looking at this? I could perhaps send an initial

Re: Rename of the u-boot-atmel custodian tree

2021-09-20 Thread Anatolij Gustschin
On Mon, 20 Sep 2021 06:46:01 + eugen.hris...@microchip.com eugen.hris...@microchip.com wrote: ... > Former u-boot-atmel tree is now u-boot-at91, available at : > > https://source.denx.de/u-boot/custodians/u-boot-at91 > > Tom, do you know how can we update the U-boot denx wiki ? >

Re: [PATCH 05/13] siemens: Move CONFIG_SYS_I2C_EEPROM_ADDR usage out of CONFIG namespace

2021-08-18 Thread Anatolij Gustschin
g > logic. > > Cc: Samuel Egli > Cc: Anatolij Gustschin > Cc: Heiko Schocher > Signed-off-by: Tom Rini Reviewed-by: Anatolij Gustschin But probably some more cleanup in other board config headers needed, see comment below. ... > diff --git a/include/configs/draco.h b/i

Re: [PATCH] video: Add simple driver for ST-Ericsson MCDE with pre-configured display

2021-08-06 Thread Anatolij Gustschin
On Fri, 2 Jul 2021 19:21:56 +0200 Stephan Gerhold step...@gerhold.net wrote: ... > drivers/video/Kconfig | 12 +++ > drivers/video/Makefile | 1 + > drivers/video/mcde_simple.c | 141 > 3 files changed, 154 insertions(+) > create mode 100644

Re: [PATCH] video: Hitachi panel: Drop bogus dependency on CONFIG_VIDEO

2021-08-06 Thread Anatolij Gustschin
On Tue, 27 Jul 2021 15:47:50 +0100 Andre Przywara andre.przyw...@arm.com wrote: ... > drivers/video/Kconfig | 1 - > 1 file changed, 1 deletion(-) applied to u-boot-video/master, thanks! -- Anatolij

  1   2   3   4   5   6   7   8   9   10   >