All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Noralf Trønnes" <noralf@tronnes.org>
To: Dom Cobley <dom@raspberrypi.com>
Cc: Maxime Ripard <maxime@cerno.tech>,
	Jernej Skrabec <jernej.skrabec@gmail.com>,
	Martin Blumenstingl <martin.blumenstingl@googlemail.com>,
	Chen-Yu Tsai <wens@csie.org>,
	Philipp Zabel <p.zabel@pengutronix.de>,
	Jerome Brunet <jbrunet@baylibre.com>,
	Samuel Holland <samuel@sholland.org>,
	Thomas Zimmermann <tzimmermann@suse.de>,
	Daniel Vetter <daniel@ffwll.ch>, Emma Anholt <emma@anholt.net>,
	David Airlie <airlied@linux.ie>,
	Maarten Lankhorst <maarten.lankhorst@linux.intel.com>,
	Kevin Hilman <khilman@baylibre.com>,
	Neil Armstrong <narmstrong@baylibre.com>,
	linux-sunxi@lists.linux.dev, linux-kernel@vger.kernel.org,
	Phil Elwell <phil@raspberrypi.com>,
	Mateusz Kwiatkowski <kfyatek@gmail.com>,
	linux-arm-kernel@lists.infradead.org,
	Geert Uytterhoeven <geert@linux-m68k.org>,
	Dave Stevenson <dave.stevenson@raspberrypi.com>,
	linux-amlogic@lists.infradead.org,
	dri-devel@lists.freedesktop.org
Subject: Re: [PATCH v1 00/35] drm: Analog TV Improvements
Date: Sat, 27 Aug 2022 18:11:42 +0200	[thread overview]
Message-ID: <3da6e58f-1e23-7106-abf2-206af0fabc13@tronnes.org> (raw)
In-Reply-To: <CANUESCG22TrxasYoE2U0OJ7TVzNAcs_9zkuAfBQfZrEbM4h9dg@mail.gmail.com>



Den 26.08.2022 16.56, skrev Dom Cobley:
> On Fri, 26 Aug 2022 at 05:08, Mateusz Kwiatkowski <kfyatek@gmail.com> wrote:
>> - Commenting out the pm_runtime_put() / pm_runtime_get_sync() calls in vc4_vec.c
>> - Reverting this PR by Dom Cobley a.k.a. popcornmix:
>>    https://github.com/raspberrypi/linux/pull/4639
>>
>> Either of these approaches makes VEC mode switching work again. Obviously
>> neither is appropriate for a permanent solution.
> 
> Might be worth trying the latest rpi-update firmware.
> There was a change that affects restoring PIXEL/VEC clocks after a
> power domain cycle.
> There is also a fix for a USB boot breakage.
> 

That firmware gives me firmware timeout references in the 5 attempts
I've done.

My first attempt gave me this:

[  112.454982] WARNING: CPU: 2 PID: 855 at
drivers/firmware/raspberrypi.c:63 rpi_firmware_property_list+0x204/0x270
[  112.466985] Firmware transaction timeout
...
[  112.533740]  warn_slowpath_fmt from
rpi_firmware_property_list+0x204/0x270
[  112.541449]  rpi_firmware_property_list from
rpi_firmware_property+0x68/0x94
[  112.549326]  rpi_firmware_property from
raspberrypi_clock_property+0x50/0x84
[  112.557197]  raspberrypi_clock_property from
raspberrypi_fw_set_rate+0x4c/0xc4
[  112.565242]  raspberrypi_fw_set_rate from clk_change_rate+0x16c/0x6f8
[  112.572502]  clk_change_rate from clk_core_set_rate_nolock+0x1c4/0x2a4
[  112.579857]  clk_core_set_rate_nolock from
clk_set_rate_range.part.0+0x128/0x2ac
[  112.588091]  clk_set_rate_range.part.0 from
vc4_atomic_commit_tail+0x2b4/0x854 [vc4]
[  112.596832]  vc4_atomic_commit_tail [vc4] from commit_tail+0xa4/0x19c
[  112.604269]  commit_tail from drm_atomic_helper_commit+0x16c/0x194
[  112.611279]  drm_atomic_helper_commit from drm_atomic_commit+0xb4/0xec
[  112.618625]  drm_atomic_commit from drm_mode_atomic_ioctl+0x8f0/0xb6c
[  112.625877]  drm_mode_atomic_ioctl from drm_ioctl_kernel+0xcc/0x170
[  112.632950]  drm_ioctl_kernel from drm_ioctl+0x1d8/0x374
[  112.639056]  drm_ioctl from sys_ioctl+0xe4/0xbac
[  112.644462]  sys_ioctl from ret_fast_syscall+0x0/0x1c
...
[  112.726171] raspberrypi-clk soc:firmware:clocks: Failed to change
fw-clk-core frequency: -110

I've also done one with drm debug enabled.
Kernel messages:
https://gist.github.com/notro/53afe9fdc3d0afbf0fb12678be1ab377

Dom, in case you want to debug this I've uploaded a rpi-update'able
archive plus config.txt and cmdline.txt.
There are some custom overlays in there that are needed.

Kernel: tronnes.org/downloads/vec-kernel-2022-08-27.gz
Build/setup info from another post:
https://gist.github.com/notro/41c59d77c3022dc6d931d4f9547c4ea6

I've tried this on another Pi4 (same revision: c03111) as well to rule
out any hw issues. The first attempt also gave me an mmc fault (no dmesg
-w) and the second one (dmesg -w) gave me the timeout.

Noralf.

WARNING: multiple messages have this Message-ID (diff)
From: "Noralf Trønnes" <noralf@tronnes.org>
To: Dom Cobley <dom@raspberrypi.com>
Cc: Emma Anholt <emma@anholt.net>,
	Neil Armstrong <narmstrong@baylibre.com>,
	David Airlie <airlied@linux.ie>,
	dri-devel@lists.freedesktop.org,
	Phil Elwell <phil@raspberrypi.com>,
	Jerome Brunet <jbrunet@baylibre.com>,
	Samuel Holland <samuel@sholland.org>,
	Kevin Hilman <khilman@baylibre.com>,
	Jernej Skrabec <jernej.skrabec@gmail.com>,
	Chen-Yu Tsai <wens@csie.org>,
	Geert Uytterhoeven <geert@linux-m68k.org>,
	linux-sunxi@lists.linux.dev,
	Mateusz Kwiatkowski <kfyatek@gmail.com>,
	Martin Blumenstingl <martin.blumenstingl@googlemail.com>,
	Maxime Ripard <maxime@cerno.tech>,
	linux-amlogic@lists.infradead.org,
	linux-arm-kernel@lists.infradead.org,
	Dave Stevenson <dave.stevenson@raspberrypi.com>,
	linux-kernel@vger.kernel.org,
	Thomas Zimmermann <tzimmermann@suse.de>
Subject: Re: [PATCH v1 00/35] drm: Analog TV Improvements
Date: Sat, 27 Aug 2022 18:11:42 +0200	[thread overview]
Message-ID: <3da6e58f-1e23-7106-abf2-206af0fabc13@tronnes.org> (raw)
In-Reply-To: <CANUESCG22TrxasYoE2U0OJ7TVzNAcs_9zkuAfBQfZrEbM4h9dg@mail.gmail.com>



Den 26.08.2022 16.56, skrev Dom Cobley:
> On Fri, 26 Aug 2022 at 05:08, Mateusz Kwiatkowski <kfyatek@gmail.com> wrote:
>> - Commenting out the pm_runtime_put() / pm_runtime_get_sync() calls in vc4_vec.c
>> - Reverting this PR by Dom Cobley a.k.a. popcornmix:
>>    https://github.com/raspberrypi/linux/pull/4639
>>
>> Either of these approaches makes VEC mode switching work again. Obviously
>> neither is appropriate for a permanent solution.
> 
> Might be worth trying the latest rpi-update firmware.
> There was a change that affects restoring PIXEL/VEC clocks after a
> power domain cycle.
> There is also a fix for a USB boot breakage.
> 

That firmware gives me firmware timeout references in the 5 attempts
I've done.

My first attempt gave me this:

[  112.454982] WARNING: CPU: 2 PID: 855 at
drivers/firmware/raspberrypi.c:63 rpi_firmware_property_list+0x204/0x270
[  112.466985] Firmware transaction timeout
...
[  112.533740]  warn_slowpath_fmt from
rpi_firmware_property_list+0x204/0x270
[  112.541449]  rpi_firmware_property_list from
rpi_firmware_property+0x68/0x94
[  112.549326]  rpi_firmware_property from
raspberrypi_clock_property+0x50/0x84
[  112.557197]  raspberrypi_clock_property from
raspberrypi_fw_set_rate+0x4c/0xc4
[  112.565242]  raspberrypi_fw_set_rate from clk_change_rate+0x16c/0x6f8
[  112.572502]  clk_change_rate from clk_core_set_rate_nolock+0x1c4/0x2a4
[  112.579857]  clk_core_set_rate_nolock from
clk_set_rate_range.part.0+0x128/0x2ac
[  112.588091]  clk_set_rate_range.part.0 from
vc4_atomic_commit_tail+0x2b4/0x854 [vc4]
[  112.596832]  vc4_atomic_commit_tail [vc4] from commit_tail+0xa4/0x19c
[  112.604269]  commit_tail from drm_atomic_helper_commit+0x16c/0x194
[  112.611279]  drm_atomic_helper_commit from drm_atomic_commit+0xb4/0xec
[  112.618625]  drm_atomic_commit from drm_mode_atomic_ioctl+0x8f0/0xb6c
[  112.625877]  drm_mode_atomic_ioctl from drm_ioctl_kernel+0xcc/0x170
[  112.632950]  drm_ioctl_kernel from drm_ioctl+0x1d8/0x374
[  112.639056]  drm_ioctl from sys_ioctl+0xe4/0xbac
[  112.644462]  sys_ioctl from ret_fast_syscall+0x0/0x1c
...
[  112.726171] raspberrypi-clk soc:firmware:clocks: Failed to change
fw-clk-core frequency: -110

I've also done one with drm debug enabled.
Kernel messages:
https://gist.github.com/notro/53afe9fdc3d0afbf0fb12678be1ab377

Dom, in case you want to debug this I've uploaded a rpi-update'able
archive plus config.txt and cmdline.txt.
There are some custom overlays in there that are needed.

Kernel: tronnes.org/downloads/vec-kernel-2022-08-27.gz
Build/setup info from another post:
https://gist.github.com/notro/41c59d77c3022dc6d931d4f9547c4ea6

I've tried this on another Pi4 (same revision: c03111) as well to rule
out any hw issues. The first attempt also gave me an mmc fault (no dmesg
-w) and the second one (dmesg -w) gave me the timeout.

Noralf.

WARNING: multiple messages have this Message-ID (diff)
From: "Noralf Trønnes" <noralf@tronnes.org>
To: Dom Cobley <dom@raspberrypi.com>
Cc: Maxime Ripard <maxime@cerno.tech>,
	Jernej Skrabec <jernej.skrabec@gmail.com>,
	Martin Blumenstingl <martin.blumenstingl@googlemail.com>,
	Chen-Yu Tsai <wens@csie.org>,
	Philipp Zabel <p.zabel@pengutronix.de>,
	Jerome Brunet <jbrunet@baylibre.com>,
	Samuel Holland <samuel@sholland.org>,
	Thomas Zimmermann <tzimmermann@suse.de>,
	Daniel Vetter <daniel@ffwll.ch>, Emma Anholt <emma@anholt.net>,
	David Airlie <airlied@linux.ie>,
	Maarten Lankhorst <maarten.lankhorst@linux.intel.com>,
	Kevin Hilman <khilman@baylibre.com>,
	Neil Armstrong <narmstrong@baylibre.com>,
	linux-sunxi@lists.linux.dev, linux-kernel@vger.kernel.org,
	Phil Elwell <phil@raspberrypi.com>,
	Mateusz Kwiatkowski <kfyatek@gmail.com>,
	linux-arm-kernel@lists.infradead.org,
	Geert Uytterhoeven <geert@linux-m68k.org>,
	Dave Stevenson <dave.stevenson@raspberrypi.com>,
	linux-amlogic@lists.infradead.org,
	dri-devel@lists.freedesktop.org
Subject: Re: [PATCH v1 00/35] drm: Analog TV Improvements
Date: Sat, 27 Aug 2022 18:11:42 +0200	[thread overview]
Message-ID: <3da6e58f-1e23-7106-abf2-206af0fabc13@tronnes.org> (raw)
In-Reply-To: <CANUESCG22TrxasYoE2U0OJ7TVzNAcs_9zkuAfBQfZrEbM4h9dg@mail.gmail.com>



Den 26.08.2022 16.56, skrev Dom Cobley:
> On Fri, 26 Aug 2022 at 05:08, Mateusz Kwiatkowski <kfyatek@gmail.com> wrote:
>> - Commenting out the pm_runtime_put() / pm_runtime_get_sync() calls in vc4_vec.c
>> - Reverting this PR by Dom Cobley a.k.a. popcornmix:
>>    https://github.com/raspberrypi/linux/pull/4639
>>
>> Either of these approaches makes VEC mode switching work again. Obviously
>> neither is appropriate for a permanent solution.
> 
> Might be worth trying the latest rpi-update firmware.
> There was a change that affects restoring PIXEL/VEC clocks after a
> power domain cycle.
> There is also a fix for a USB boot breakage.
> 

That firmware gives me firmware timeout references in the 5 attempts
I've done.

My first attempt gave me this:

[  112.454982] WARNING: CPU: 2 PID: 855 at
drivers/firmware/raspberrypi.c:63 rpi_firmware_property_list+0x204/0x270
[  112.466985] Firmware transaction timeout
...
[  112.533740]  warn_slowpath_fmt from
rpi_firmware_property_list+0x204/0x270
[  112.541449]  rpi_firmware_property_list from
rpi_firmware_property+0x68/0x94
[  112.549326]  rpi_firmware_property from
raspberrypi_clock_property+0x50/0x84
[  112.557197]  raspberrypi_clock_property from
raspberrypi_fw_set_rate+0x4c/0xc4
[  112.565242]  raspberrypi_fw_set_rate from clk_change_rate+0x16c/0x6f8
[  112.572502]  clk_change_rate from clk_core_set_rate_nolock+0x1c4/0x2a4
[  112.579857]  clk_core_set_rate_nolock from
clk_set_rate_range.part.0+0x128/0x2ac
[  112.588091]  clk_set_rate_range.part.0 from
vc4_atomic_commit_tail+0x2b4/0x854 [vc4]
[  112.596832]  vc4_atomic_commit_tail [vc4] from commit_tail+0xa4/0x19c
[  112.604269]  commit_tail from drm_atomic_helper_commit+0x16c/0x194
[  112.611279]  drm_atomic_helper_commit from drm_atomic_commit+0xb4/0xec
[  112.618625]  drm_atomic_commit from drm_mode_atomic_ioctl+0x8f0/0xb6c
[  112.625877]  drm_mode_atomic_ioctl from drm_ioctl_kernel+0xcc/0x170
[  112.632950]  drm_ioctl_kernel from drm_ioctl+0x1d8/0x374
[  112.639056]  drm_ioctl from sys_ioctl+0xe4/0xbac
[  112.644462]  sys_ioctl from ret_fast_syscall+0x0/0x1c
...
[  112.726171] raspberrypi-clk soc:firmware:clocks: Failed to change
fw-clk-core frequency: -110

I've also done one with drm debug enabled.
Kernel messages:
https://gist.github.com/notro/53afe9fdc3d0afbf0fb12678be1ab377

Dom, in case you want to debug this I've uploaded a rpi-update'able
archive plus config.txt and cmdline.txt.
There are some custom overlays in there that are needed.

Kernel: tronnes.org/downloads/vec-kernel-2022-08-27.gz
Build/setup info from another post:
https://gist.github.com/notro/41c59d77c3022dc6d931d4f9547c4ea6

I've tried this on another Pi4 (same revision: c03111) as well to rule
out any hw issues. The first attempt also gave me an mmc fault (no dmesg
-w) and the second one (dmesg -w) gave me the timeout.

Noralf.

_______________________________________________
linux-amlogic mailing list
linux-amlogic@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-amlogic

WARNING: multiple messages have this Message-ID (diff)
From: "Noralf Trønnes" <noralf@tronnes.org>
To: Dom Cobley <dom@raspberrypi.com>
Cc: Maxime Ripard <maxime@cerno.tech>,
	Jernej Skrabec <jernej.skrabec@gmail.com>,
	Martin Blumenstingl <martin.blumenstingl@googlemail.com>,
	Chen-Yu Tsai <wens@csie.org>,
	Philipp Zabel <p.zabel@pengutronix.de>,
	Jerome Brunet <jbrunet@baylibre.com>,
	Samuel Holland <samuel@sholland.org>,
	Thomas Zimmermann <tzimmermann@suse.de>,
	Daniel Vetter <daniel@ffwll.ch>, Emma Anholt <emma@anholt.net>,
	David Airlie <airlied@linux.ie>,
	Maarten Lankhorst <maarten.lankhorst@linux.intel.com>,
	Kevin Hilman <khilman@baylibre.com>,
	Neil Armstrong <narmstrong@baylibre.com>,
	linux-sunxi@lists.linux.dev, linux-kernel@vger.kernel.org,
	Phil Elwell <phil@raspberrypi.com>,
	Mateusz Kwiatkowski <kfyatek@gmail.com>,
	linux-arm-kernel@lists.infradead.org,
	Geert Uytterhoeven <geert@linux-m68k.org>,
	Dave Stevenson <dave.stevenson@raspberrypi.com>,
	linux-amlogic@lists.infradead.org,
	dri-devel@lists.freedesktop.org
Subject: Re: [PATCH v1 00/35] drm: Analog TV Improvements
Date: Sat, 27 Aug 2022 18:11:42 +0200	[thread overview]
Message-ID: <3da6e58f-1e23-7106-abf2-206af0fabc13@tronnes.org> (raw)
In-Reply-To: <CANUESCG22TrxasYoE2U0OJ7TVzNAcs_9zkuAfBQfZrEbM4h9dg@mail.gmail.com>



Den 26.08.2022 16.56, skrev Dom Cobley:
> On Fri, 26 Aug 2022 at 05:08, Mateusz Kwiatkowski <kfyatek@gmail.com> wrote:
>> - Commenting out the pm_runtime_put() / pm_runtime_get_sync() calls in vc4_vec.c
>> - Reverting this PR by Dom Cobley a.k.a. popcornmix:
>>    https://github.com/raspberrypi/linux/pull/4639
>>
>> Either of these approaches makes VEC mode switching work again. Obviously
>> neither is appropriate for a permanent solution.
> 
> Might be worth trying the latest rpi-update firmware.
> There was a change that affects restoring PIXEL/VEC clocks after a
> power domain cycle.
> There is also a fix for a USB boot breakage.
> 

That firmware gives me firmware timeout references in the 5 attempts
I've done.

My first attempt gave me this:

[  112.454982] WARNING: CPU: 2 PID: 855 at
drivers/firmware/raspberrypi.c:63 rpi_firmware_property_list+0x204/0x270
[  112.466985] Firmware transaction timeout
...
[  112.533740]  warn_slowpath_fmt from
rpi_firmware_property_list+0x204/0x270
[  112.541449]  rpi_firmware_property_list from
rpi_firmware_property+0x68/0x94
[  112.549326]  rpi_firmware_property from
raspberrypi_clock_property+0x50/0x84
[  112.557197]  raspberrypi_clock_property from
raspberrypi_fw_set_rate+0x4c/0xc4
[  112.565242]  raspberrypi_fw_set_rate from clk_change_rate+0x16c/0x6f8
[  112.572502]  clk_change_rate from clk_core_set_rate_nolock+0x1c4/0x2a4
[  112.579857]  clk_core_set_rate_nolock from
clk_set_rate_range.part.0+0x128/0x2ac
[  112.588091]  clk_set_rate_range.part.0 from
vc4_atomic_commit_tail+0x2b4/0x854 [vc4]
[  112.596832]  vc4_atomic_commit_tail [vc4] from commit_tail+0xa4/0x19c
[  112.604269]  commit_tail from drm_atomic_helper_commit+0x16c/0x194
[  112.611279]  drm_atomic_helper_commit from drm_atomic_commit+0xb4/0xec
[  112.618625]  drm_atomic_commit from drm_mode_atomic_ioctl+0x8f0/0xb6c
[  112.625877]  drm_mode_atomic_ioctl from drm_ioctl_kernel+0xcc/0x170
[  112.632950]  drm_ioctl_kernel from drm_ioctl+0x1d8/0x374
[  112.639056]  drm_ioctl from sys_ioctl+0xe4/0xbac
[  112.644462]  sys_ioctl from ret_fast_syscall+0x0/0x1c
...
[  112.726171] raspberrypi-clk soc:firmware:clocks: Failed to change
fw-clk-core frequency: -110

I've also done one with drm debug enabled.
Kernel messages:
https://gist.github.com/notro/53afe9fdc3d0afbf0fb12678be1ab377

Dom, in case you want to debug this I've uploaded a rpi-update'able
archive plus config.txt and cmdline.txt.
There are some custom overlays in there that are needed.

Kernel: tronnes.org/downloads/vec-kernel-2022-08-27.gz
Build/setup info from another post:
https://gist.github.com/notro/41c59d77c3022dc6d931d4f9547c4ea6

I've tried this on another Pi4 (same revision: c03111) as well to rule
out any hw issues. The first attempt also gave me an mmc fault (no dmesg
-w) and the second one (dmesg -w) gave me the timeout.

Noralf.

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  reply	other threads:[~2022-08-27 16:11 UTC|newest]

Thread overview: 604+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-29 16:34 [PATCH v1 00/35] drm: Analog TV Improvements Maxime Ripard
2022-07-29 16:34 ` Maxime Ripard
2022-07-29 16:34 ` Maxime Ripard
2022-07-29 16:34 ` Maxime Ripard
2022-07-29 16:34 ` [PATCH v1 01/35] drm/atomic-helper: Rename drm_atomic_helper_connector_tv_reset to avoid ambiguity Maxime Ripard
2022-07-29 16:34   ` Maxime Ripard
2022-07-29 16:34   ` Maxime Ripard
2022-07-29 16:34   ` Maxime Ripard
2022-08-08 12:25   ` Noralf Trønnes
2022-08-08 12:25     ` Noralf Trønnes
2022-08-08 12:25     ` Noralf Trønnes
2022-08-08 12:25     ` Noralf Trønnes
2022-07-29 16:34 ` [PATCH v1 02/35] drm/connector: Rename subconnector state variable Maxime Ripard
2022-07-29 16:34   ` Maxime Ripard
2022-07-29 16:34   ` Maxime Ripard
2022-07-29 16:34   ` Maxime Ripard
2022-08-08 12:26   ` Noralf Trønnes
2022-08-08 12:26     ` Noralf Trønnes
2022-08-08 12:26     ` Noralf Trønnes
2022-08-08 12:26     ` Noralf Trønnes
2022-07-29 16:34 ` [PATCH v1 03/35] drm/atomic: Add TV subconnector property to get/set_property Maxime Ripard
2022-07-29 16:34   ` Maxime Ripard
2022-07-29 16:34   ` Maxime Ripard
2022-07-29 16:34   ` Maxime Ripard
2022-08-08 12:30   ` Noralf Trønnes
2022-08-08 12:30     ` Noralf Trønnes
2022-08-08 12:30     ` Noralf Trønnes
2022-08-08 12:30     ` Noralf Trønnes
2022-08-15  7:35     ` Maxime Ripard
2022-08-15  7:35       ` Maxime Ripard
2022-08-15  7:35       ` Maxime Ripard
2022-08-15  7:35       ` Maxime Ripard
2022-08-15 10:48       ` Noralf Trønnes
2022-08-15 10:48         ` Noralf Trønnes
2022-08-15 10:48         ` Noralf Trønnes
2022-08-15 10:48         ` Noralf Trønnes
2022-07-29 16:34 ` [PATCH v1 04/35] drm/modes: Introduce 480i and 576i modes Maxime Ripard
2022-07-29 16:34   ` Maxime Ripard
2022-07-29 16:34   ` Maxime Ripard
2022-07-29 16:34   ` Maxime Ripard
2022-08-02 13:58   ` Jani Nikula
2022-08-02 13:58     ` Jani Nikula
2022-08-02 13:58     ` Jani Nikula
2022-08-02 13:58     ` Jani Nikula
2022-08-02 14:16     ` Thomas Zimmermann
2022-08-02 14:16       ` Thomas Zimmermann
2022-08-02 14:16       ` Thomas Zimmermann
2022-08-02 14:16       ` Thomas Zimmermann
2022-08-16 11:58       ` Maxime Ripard
2022-08-16 11:58         ` Maxime Ripard
2022-08-16 11:58         ` Maxime Ripard
2022-08-16 11:58         ` Maxime Ripard
2022-08-12 13:18   ` Geert Uytterhoeven
2022-08-12 13:18     ` Geert Uytterhoeven
2022-08-12 13:18     ` Geert Uytterhoeven
2022-08-12 13:18     ` Geert Uytterhoeven
2022-08-16 13:26     ` Maxime Ripard
2022-08-16 13:26       ` Maxime Ripard
2022-08-16 13:26       ` Maxime Ripard
2022-08-16 13:26       ` Maxime Ripard
2022-08-16 15:00       ` Geert Uytterhoeven
2022-08-16 15:00         ` Geert Uytterhoeven
2022-08-16 15:00         ` Geert Uytterhoeven
2022-08-16 15:00         ` Geert Uytterhoeven
2022-08-17  7:53         ` Maxime Ripard
2022-08-17  7:53           ` Maxime Ripard
2022-08-17  7:53           ` Maxime Ripard
2022-08-17  7:53           ` Maxime Ripard
2022-08-17  8:51           ` Geert Uytterhoeven
2022-08-17  8:51             ` Geert Uytterhoeven
2022-08-17  8:51             ` Geert Uytterhoeven
2022-08-17  8:51             ` Geert Uytterhoeven
2022-08-17 13:14             ` Maxime Ripard
2022-08-17 13:14               ` Maxime Ripard
2022-08-17 13:14               ` Maxime Ripard
2022-08-17 13:14               ` Maxime Ripard
2022-08-17 14:01               ` Geert Uytterhoeven
2022-08-17 14:01                 ` Geert Uytterhoeven
2022-08-17 14:01                 ` Geert Uytterhoeven
2022-08-17 14:01                 ` Geert Uytterhoeven
2022-08-18 12:39                 ` Maxime Ripard
2022-08-18 12:39                   ` Maxime Ripard
2022-08-18 12:39                   ` Maxime Ripard
2022-08-18 12:39                   ` Maxime Ripard
2022-08-18 12:57                   ` Geert Uytterhoeven
2022-08-18 12:57                     ` Geert Uytterhoeven
2022-08-18 12:57                     ` Geert Uytterhoeven
2022-08-18 12:57                     ` Geert Uytterhoeven
2022-08-18 13:42                     ` Maxime Ripard
2022-08-18 13:42                       ` Maxime Ripard
2022-08-18 13:42                       ` Maxime Ripard
2022-08-18 13:42                       ` Maxime Ripard
2022-08-18 15:34                       ` Geert Uytterhoeven
2022-08-18 15:34                         ` Geert Uytterhoeven
2022-08-18 15:34                         ` Geert Uytterhoeven
2022-08-18 15:34                         ` Geert Uytterhoeven
2022-08-18 15:46                         ` Maxime Ripard
2022-08-18 15:46                           ` Maxime Ripard
2022-08-18 15:46                           ` Maxime Ripard
2022-08-18 15:46                           ` Maxime Ripard
2022-08-18 15:56                           ` Geert Uytterhoeven
2022-08-18 15:56                             ` Geert Uytterhoeven
2022-08-18 15:56                             ` Geert Uytterhoeven
2022-08-18 15:56                             ` Geert Uytterhoeven
2022-08-24 16:42                             ` Mateusz Kwiatkowski
2022-08-24 16:42                               ` Mateusz Kwiatkowski
2022-08-24 16:42                               ` Mateusz Kwiatkowski
2022-08-24 16:42                               ` Mateusz Kwiatkowski
2022-08-29 13:29                               ` Maxime Ripard
2022-08-29 13:29                                 ` Maxime Ripard
2022-08-29 13:29                                 ` Maxime Ripard
2022-08-29 13:29                                 ` Maxime Ripard
2022-08-29 14:14                                 ` Geert Uytterhoeven
2022-08-29 14:14                                   ` Geert Uytterhoeven
2022-08-29 14:14                                   ` Geert Uytterhoeven
2022-08-29 14:14                                   ` Geert Uytterhoeven
2022-08-29 14:33                                   ` Maxime Ripard
2022-08-29 14:33                                     ` Maxime Ripard
2022-08-29 14:33                                     ` Maxime Ripard
2022-08-29 14:33                                     ` Maxime Ripard
2022-07-29 16:34 ` [PATCH v1 05/35] drm/connector: Add TV standard property Maxime Ripard
2022-07-29 16:34   ` Maxime Ripard
2022-07-29 16:34   ` Maxime Ripard
2022-07-29 16:34   ` Maxime Ripard
2022-08-08 12:44   ` Noralf Trønnes
2022-08-08 12:44     ` Noralf Trønnes
2022-08-08 12:44     ` Noralf Trønnes
2022-08-08 12:44     ` Noralf Trønnes
2022-08-16  8:26     ` Maxime Ripard
2022-08-16  8:26       ` Maxime Ripard
2022-08-16  8:26       ` Maxime Ripard
2022-08-16  8:26       ` Maxime Ripard
2022-08-16  9:42       ` Noralf Trønnes
2022-08-16  9:42         ` Noralf Trønnes
2022-08-16  9:42         ` Noralf Trønnes
2022-08-16  9:42         ` Noralf Trønnes
2022-08-16  9:49         ` Maxime Ripard
2022-08-16  9:49           ` Maxime Ripard
2022-08-16  9:49           ` Maxime Ripard
2022-08-16  9:49           ` Maxime Ripard
2022-08-16 19:35           ` Noralf Trønnes
2022-08-16 19:35             ` Noralf Trønnes
2022-08-16 19:35             ` Noralf Trønnes
2022-08-16 19:35             ` Noralf Trønnes
2022-08-17 11:46             ` Maxime Ripard
2022-08-17 11:46               ` Maxime Ripard
2022-08-17 11:46               ` Maxime Ripard
2022-08-17 11:46               ` Maxime Ripard
2022-08-17 13:11               ` Noralf Trønnes
2022-08-17 13:11                 ` Noralf Trønnes
2022-08-17 13:11                 ` Noralf Trønnes
2022-08-17 13:11                 ` Noralf Trønnes
2022-08-17 23:23                 ` Noralf Trønnes
2022-08-17 23:23                   ` Noralf Trønnes
2022-08-17 23:23                   ` Noralf Trønnes
2022-08-17 23:23                   ` Noralf Trønnes
2022-08-18 15:01                   ` Noralf Trønnes
2022-08-18 15:01                     ` Noralf Trønnes
2022-08-18 15:01                     ` Noralf Trønnes
2022-08-18 15:01                     ` Noralf Trønnes
2022-08-18 15:31                     ` Maxime Ripard
2022-08-18 15:31                       ` Maxime Ripard
2022-08-18 15:31                       ` Maxime Ripard
2022-08-18 15:31                       ` Maxime Ripard
2022-08-21 11:43                       ` Noralf Trønnes
2022-08-21 11:43                         ` Noralf Trønnes
2022-08-21 11:43                         ` Noralf Trønnes
2022-08-21 11:43                         ` Noralf Trønnes
2022-08-26  8:21                         ` Maxime Ripard
2022-08-26  8:21                           ` Maxime Ripard
2022-08-26  8:21                           ` Maxime Ripard
2022-08-26  8:21                           ` Maxime Ripard
2022-08-18 15:27                 ` Maxime Ripard
2022-08-18 15:27                   ` Maxime Ripard
2022-08-18 15:27                   ` Maxime Ripard
2022-08-18 15:27                   ` Maxime Ripard
2022-08-12 13:25   ` Geert Uytterhoeven
2022-08-12 13:25     ` Geert Uytterhoeven
2022-08-12 13:25     ` Geert Uytterhoeven
2022-08-12 13:25     ` Geert Uytterhoeven
2022-08-16 13:20     ` Maxime Ripard
2022-08-16 13:20       ` Maxime Ripard
2022-08-16 13:20       ` Maxime Ripard
2022-08-16 13:20       ` Maxime Ripard
2022-08-16 13:29       ` Geert Uytterhoeven
2022-08-16 13:29         ` Geert Uytterhoeven
2022-08-16 13:29         ` Geert Uytterhoeven
2022-08-16 13:29         ` Geert Uytterhoeven
2022-08-16 14:11         ` Maxime Ripard
2022-08-16 14:11           ` Maxime Ripard
2022-08-16 14:11           ` Maxime Ripard
2022-08-16 14:11           ` Maxime Ripard
2022-08-16 14:43           ` Geert Uytterhoeven
2022-08-16 14:43             ` Geert Uytterhoeven
2022-08-16 14:43             ` Geert Uytterhoeven
2022-08-16 14:43             ` Geert Uytterhoeven
2022-08-16 15:49             ` Maxime Ripard
2022-08-16 15:49               ` Maxime Ripard
2022-08-16 15:49               ` Maxime Ripard
2022-08-16 15:49               ` Maxime Ripard
2022-08-17  7:31               ` Geert Uytterhoeven
2022-08-17  7:31                 ` Geert Uytterhoeven
2022-08-17  7:31                 ` Geert Uytterhoeven
2022-08-17  7:31                 ` Geert Uytterhoeven
2022-08-17  7:32                 ` Geert Uytterhoeven
2022-08-17  7:32                   ` Geert Uytterhoeven
2022-08-17  7:32                   ` Geert Uytterhoeven
2022-08-17  7:32                   ` Geert Uytterhoeven
2022-08-17  7:47                 ` Maxime Ripard
2022-08-17  7:47                   ` Maxime Ripard
2022-08-17  7:47                   ` Maxime Ripard
2022-08-17  7:47                   ` Maxime Ripard
2022-08-17  8:35                   ` Geert Uytterhoeven
2022-08-17  8:35                     ` Geert Uytterhoeven
2022-08-17  8:35                     ` Geert Uytterhoeven
2022-08-17  8:35                     ` Geert Uytterhoeven
2022-08-17 11:14                     ` Maxime Ripard
2022-08-17 11:14                       ` Maxime Ripard
2022-08-17 11:14                       ` Maxime Ripard
2022-08-17 11:14                       ` Maxime Ripard
2022-08-17 13:05                       ` Geert Uytterhoeven
2022-08-17 13:05                         ` Geert Uytterhoeven
2022-08-17 13:05                         ` Geert Uytterhoeven
2022-08-17 13:05                         ` Geert Uytterhoeven
2022-08-17 13:18                         ` Maxime Ripard
2022-08-17 13:18                           ` Maxime Ripard
2022-08-17 13:18                           ` Maxime Ripard
2022-08-17 13:18                           ` Maxime Ripard
2022-08-17 14:04                           ` Geert Uytterhoeven
2022-08-17 14:04                             ` Geert Uytterhoeven
2022-08-17 14:04                             ` Geert Uytterhoeven
2022-08-17 14:04                             ` Geert Uytterhoeven
2022-08-18 14:54                             ` Maxime Ripard
2022-08-18 14:54                               ` Maxime Ripard
2022-08-18 14:54                               ` Maxime Ripard
2022-08-18 14:54                               ` Maxime Ripard
2022-08-18 15:20                               ` Geert Uytterhoeven
2022-08-18 15:20                                 ` Geert Uytterhoeven
2022-08-18 15:20                                 ` Geert Uytterhoeven
2022-08-18 15:20                                 ` Geert Uytterhoeven
2022-08-18 15:34                                 ` Maxime Ripard
2022-08-18 15:34                                   ` Maxime Ripard
2022-08-18 15:34                                   ` Maxime Ripard
2022-08-18 15:34                                   ` Maxime Ripard
2022-08-19  9:35                                   ` Geert Uytterhoeven
2022-08-19  9:35                                     ` Geert Uytterhoeven
2022-08-19  9:35                                     ` Geert Uytterhoeven
2022-08-19  9:35                                     ` Geert Uytterhoeven
2022-08-25 13:39                                     ` Maxime Ripard
2022-08-25 13:39                                       ` Maxime Ripard
2022-08-25 13:39                                       ` Maxime Ripard
2022-08-25 13:39                                       ` Maxime Ripard
2022-08-20 20:12   ` Noralf Trønnes
2022-08-20 20:12     ` Noralf Trønnes
2022-08-20 20:12     ` Noralf Trønnes
2022-08-20 20:12     ` Noralf Trønnes
2022-08-25 13:44     ` Maxime Ripard
2022-08-25 13:44       ` Maxime Ripard
2022-08-25 13:44       ` Maxime Ripard
2022-08-25 13:44       ` Maxime Ripard
2022-08-25 15:13       ` Noralf Trønnes
2022-08-25 15:13         ` Noralf Trønnes
2022-08-25 15:13         ` Noralf Trønnes
2022-08-25 15:13         ` Noralf Trønnes
2022-08-29  8:28         ` Maxime Ripard
2022-08-29  8:28           ` Maxime Ripard
2022-08-29  8:28           ` Maxime Ripard
2022-08-29  8:28           ` Maxime Ripard
2022-07-29 16:34 ` [PATCH v1 06/35] drm/connector: Only register TV mode property if present Maxime Ripard
2022-07-29 16:34   ` Maxime Ripard
2022-07-29 16:34   ` Maxime Ripard
2022-07-29 16:34   ` Maxime Ripard
2022-08-08 12:49   ` Noralf Trønnes
2022-08-08 12:49     ` Noralf Trønnes
2022-08-08 12:49     ` Noralf Trønnes
2022-08-08 12:49     ` Noralf Trønnes
2022-08-15 10:40     ` Maxime Ripard
2022-08-15 10:40       ` Maxime Ripard
2022-08-15 10:40       ` Maxime Ripard
2022-08-15 10:40       ` Maxime Ripard
2022-08-15 10:49       ` Noralf Trønnes
2022-08-15 10:49         ` Noralf Trønnes
2022-08-15 10:49         ` Noralf Trønnes
2022-08-15 10:49         ` Noralf Trønnes
2022-07-29 16:34 ` [PATCH v1 07/35] drm/modes: Only consider bpp and refresh before options Maxime Ripard
2022-07-29 16:34   ` Maxime Ripard
2022-07-29 16:34   ` Maxime Ripard
2022-07-29 16:34   ` Maxime Ripard
2022-08-12 13:25   ` Geert Uytterhoeven
2022-08-12 13:25     ` Geert Uytterhoeven
2022-08-12 13:25     ` Geert Uytterhoeven
2022-08-12 13:25     ` Geert Uytterhoeven
2022-08-16 12:20     ` Maxime Ripard
2022-08-16 12:20       ` Maxime Ripard
2022-08-16 12:20       ` Maxime Ripard
2022-08-16 12:20       ` Maxime Ripard
2022-07-29 16:34 ` [PATCH v1 08/35] drm/client: Add some tests for drm_connector_pick_cmdline_mode() Maxime Ripard
2022-07-29 16:34   ` Maxime Ripard
2022-07-29 16:34   ` Maxime Ripard
2022-07-29 16:34   ` Maxime Ripard
2022-08-02 10:14   ` Thomas Zimmermann
2022-08-02 10:14     ` Thomas Zimmermann
2022-08-02 10:14     ` Thomas Zimmermann
2022-08-02 10:14     ` Thomas Zimmermann
2022-08-15  8:42     ` Maxime Ripard
2022-08-15  8:42       ` Maxime Ripard
2022-08-15  8:42       ` Maxime Ripard
2022-08-15  8:42       ` Maxime Ripard
2022-07-29 16:34 ` [PATCH v1 09/35] drm/modes: Move named modes parsing to a separate function Maxime Ripard
2022-07-29 16:34   ` Maxime Ripard
2022-07-29 16:34   ` Maxime Ripard
2022-07-29 16:34   ` Maxime Ripard
2022-08-12 13:27   ` Geert Uytterhoeven
2022-08-12 13:27     ` Geert Uytterhoeven
2022-08-12 13:27     ` Geert Uytterhoeven
2022-08-12 13:27     ` Geert Uytterhoeven
2022-08-16 13:46     ` Maxime Ripard
2022-08-16 13:46       ` Maxime Ripard
2022-08-16 13:46       ` Maxime Ripard
2022-08-16 13:46       ` Maxime Ripard
2022-08-16 14:44       ` Geert Uytterhoeven
2022-08-16 14:44         ` Geert Uytterhoeven
2022-08-16 14:44         ` Geert Uytterhoeven
2022-08-16 14:44         ` Geert Uytterhoeven
2022-07-29 16:34 ` [PATCH v1 10/35] drm/modes: Switch to named mode descriptors Maxime Ripard
2022-07-29 16:34   ` Maxime Ripard
2022-07-29 16:34   ` Maxime Ripard
2022-07-29 16:34   ` Maxime Ripard
2022-07-29 16:34 ` [PATCH v1 11/35] drm/modes: Fill drm_cmdline mode from named modes Maxime Ripard
2022-07-29 16:34   ` Maxime Ripard
2022-07-29 16:34   ` Maxime Ripard
2022-07-29 16:34   ` Maxime Ripard
2022-07-29 16:34 ` [PATCH v1 12/35] drmi/modes: Properly generate a drm_display_mode from a named mode Maxime Ripard
2022-07-29 16:34   ` Maxime Ripard
2022-07-29 16:34   ` Maxime Ripard
2022-07-29 16:34   ` Maxime Ripard
2022-07-29 16:34 ` [PATCH v1 13/35] drm/atomic-helper: Add a TV properties reset helper Maxime Ripard
2022-07-29 16:34   ` Maxime Ripard
2022-07-29 16:34   ` Maxime Ripard
2022-07-29 16:34   ` Maxime Ripard
2022-07-29 16:34 ` [PATCH v1 14/35] drm/atomic-helper: Add an analog TV atomic_check implementation Maxime Ripard
2022-07-29 16:34   ` Maxime Ripard
2022-07-29 16:34   ` Maxime Ripard
2022-07-29 16:34   ` Maxime Ripard
2022-07-29 17:16   ` Mateusz Kwiatkowski
2022-07-29 17:16     ` Mateusz Kwiatkowski
2022-07-29 17:16     ` Mateusz Kwiatkowski
2022-07-29 17:16     ` Mateusz Kwiatkowski
2022-08-15  8:30     ` Maxime Ripard
2022-08-15  8:30       ` Maxime Ripard
2022-08-15  8:30       ` Maxime Ripard
2022-08-15  8:30       ` Maxime Ripard
2022-07-29 16:34 ` [PATCH v1 15/35] drm/vc4: vec: Remove empty mode_fixup Maxime Ripard
2022-07-29 16:34   ` Maxime Ripard
2022-07-29 16:34   ` Maxime Ripard
2022-07-29 16:34   ` Maxime Ripard
2022-07-29 16:34 ` [PATCH v1 16/35] drm/vc4: vec: Convert to atomic helpers Maxime Ripard
2022-07-29 16:34   ` Maxime Ripard
2022-07-29 16:34   ` Maxime Ripard
2022-07-29 16:34   ` Maxime Ripard
2022-07-29 16:35 ` [PATCH v1 17/35] drm/vc4: vec: Refactor VEC TV mode setting Maxime Ripard
2022-07-29 16:35   ` Maxime Ripard
2022-07-29 16:35   ` Maxime Ripard
2022-07-29 16:35   ` Maxime Ripard
2022-07-29 16:35 ` [PATCH v1 18/35] drm/vc4: vec: Remove redundant atomic_mode_set Maxime Ripard
2022-07-29 16:35   ` Maxime Ripard
2022-07-29 16:35   ` Maxime Ripard
2022-07-29 16:35   ` Maxime Ripard
2022-07-29 16:35 ` [PATCH v1 19/35] drm/vc4: vec: Fix timings for VEC modes Maxime Ripard
2022-07-29 16:35   ` Maxime Ripard
2022-07-29 16:35   ` Maxime Ripard
2022-07-29 16:35   ` Maxime Ripard
2022-07-29 16:35 ` [PATCH v1 20/35] drm/vc4: vec: Switch for common modes Maxime Ripard
2022-07-29 16:35   ` Maxime Ripard
2022-07-29 16:35   ` Maxime Ripard
2022-07-29 16:35   ` Maxime Ripard
2022-07-29 18:12   ` Mateusz Kwiatkowski
2022-07-29 18:12     ` Mateusz Kwiatkowski
2022-07-29 18:12     ` Mateusz Kwiatkowski
2022-07-29 18:12     ` Mateusz Kwiatkowski
2022-08-16 11:57     ` Maxime Ripard
2022-08-16 11:57       ` Maxime Ripard
2022-08-16 11:57       ` Maxime Ripard
2022-08-16 11:57       ` Maxime Ripard
2022-07-29 16:35 ` [PATCH v1 21/35] drm/vc4: vec: Fix definition of PAL-M mode Maxime Ripard
2022-07-29 16:35   ` Maxime Ripard
2022-07-29 16:35   ` Maxime Ripard
2022-07-29 16:35   ` Maxime Ripard
2022-07-29 16:35 ` [PATCH v1 22/35] drm/vc4: vec: Use TV Reset implementation Maxime Ripard
2022-07-29 16:35   ` Maxime Ripard
2022-07-29 16:35   ` Maxime Ripard
2022-07-29 16:35   ` Maxime Ripard
2022-07-30  3:03   ` kernel test robot
2022-07-30  3:03     ` kernel test robot
2022-07-30  3:03     ` kernel test robot
2022-07-30  3:03     ` kernel test robot
2022-07-29 16:35 ` [PATCH v1 23/35] drm/vc4: vec: Convert to the new TV mode property Maxime Ripard
2022-07-29 16:35   ` Maxime Ripard
2022-07-29 16:35   ` Maxime Ripard
2022-07-29 16:35   ` Maxime Ripard
2022-08-20 17:22   ` Noralf Trønnes
2022-08-20 17:22     ` Noralf Trønnes
2022-08-20 17:22     ` Noralf Trønnes
2022-08-20 17:22     ` Noralf Trønnes
2022-08-24 15:26     ` Maxime Ripard
2022-08-24 15:26       ` Maxime Ripard
2022-08-24 15:26       ` Maxime Ripard
2022-08-24 15:26       ` Maxime Ripard
2022-08-25 13:14       ` Noralf Trønnes
2022-08-25 13:14         ` Noralf Trønnes
2022-08-25 13:14         ` Noralf Trønnes
2022-08-25 13:14         ` Noralf Trønnes
2022-08-29 12:13         ` Maxime Ripard
2022-08-29 12:13           ` Maxime Ripard
2022-08-29 12:13           ` Maxime Ripard
2022-08-29 12:13           ` Maxime Ripard
2022-07-29 16:35 ` [PATCH v1 24/35] drm/vc4: vec: Add support for more analog TV standards Maxime Ripard
2022-07-29 16:35   ` Maxime Ripard
2022-07-29 16:35   ` Maxime Ripard
2022-07-29 16:35   ` Maxime Ripard
2022-07-29 17:55   ` Mateusz Kwiatkowski
2022-07-29 17:55     ` Mateusz Kwiatkowski
2022-07-29 17:55     ` Mateusz Kwiatkowski
2022-07-29 17:55     ` Mateusz Kwiatkowski
2022-08-15  8:37     ` Maxime Ripard
2022-08-15  8:37       ` Maxime Ripard
2022-08-15  8:37       ` Maxime Ripard
2022-08-15  8:37       ` Maxime Ripard
2022-08-24 16:59       ` Mateusz Kwiatkowski
2022-08-24 16:59         ` Mateusz Kwiatkowski
2022-08-24 16:59         ` Mateusz Kwiatkowski
2022-08-24 16:59         ` Mateusz Kwiatkowski
2022-07-29 16:35 ` [PATCH v1 25/35] drm/sun4i: tv: Remove unused mode_valid Maxime Ripard
2022-07-29 16:35   ` Maxime Ripard
2022-07-29 16:35   ` Maxime Ripard
2022-07-29 16:35   ` Maxime Ripard
2022-07-30  9:13   ` Jernej Škrabec
2022-07-30  9:13     ` Jernej Škrabec
2022-07-30  9:13     ` Jernej Škrabec
2022-07-30  9:13     ` Jernej Škrabec
2022-07-29 16:35 ` [PATCH v1 26/35] drm/sun4i: tv: Convert to atomic hooks Maxime Ripard
2022-07-29 16:35   ` Maxime Ripard
2022-07-29 16:35   ` Maxime Ripard
2022-07-29 16:35   ` Maxime Ripard
2022-07-30  9:12   ` Jernej Škrabec
2022-07-30  9:12     ` Jernej Škrabec
2022-07-30  9:12     ` Jernej Škrabec
2022-07-30  9:12     ` Jernej Škrabec
2022-07-29 16:35 ` [PATCH v1 27/35] drm/sun4i: tv: Merge mode_set into atomic_enable Maxime Ripard
2022-07-29 16:35   ` Maxime Ripard
2022-07-29 16:35   ` Maxime Ripard
2022-07-29 16:35   ` Maxime Ripard
2022-07-29 16:35 ` [PATCH v1 28/35] drm/sun4i: tv: Remove useless function Maxime Ripard
2022-07-29 16:35   ` Maxime Ripard
2022-07-29 16:35   ` Maxime Ripard
2022-07-29 16:35   ` Maxime Ripard
2022-07-29 16:35 ` [PATCH v1 29/35] drm/sun4i: tv: Remove useless destroy function Maxime Ripard
2022-07-29 16:35   ` Maxime Ripard
2022-07-29 16:35   ` Maxime Ripard
2022-07-29 16:35   ` Maxime Ripard
2022-07-30  9:14   ` Jernej Škrabec
2022-07-30  9:14     ` Jernej Škrabec
2022-07-30  9:14     ` Jernej Škrabec
2022-07-30  9:14     ` Jernej Škrabec
2022-07-29 16:35 ` [PATCH v1 30/35] drm/sun4i: tv: Rename error label Maxime Ripard
2022-07-29 16:35   ` Maxime Ripard
2022-07-29 16:35   ` Maxime Ripard
2022-07-29 16:35   ` Maxime Ripard
2022-07-30  9:15   ` Jernej Škrabec
2022-07-30  9:15     ` Jernej Škrabec
2022-07-30  9:15     ` Jernej Škrabec
2022-07-30  9:15     ` Jernej Škrabec
2022-07-29 16:35 ` [PATCH v1 31/35] drm/sun4i: tv: Add missing reset assertion Maxime Ripard
2022-07-29 16:35   ` Maxime Ripard
2022-07-29 16:35   ` Maxime Ripard
2022-07-29 16:35   ` Maxime Ripard
2022-07-30  9:16   ` Jernej Škrabec
2022-07-30  9:16     ` Jernej Škrabec
2022-07-30  9:16     ` Jernej Škrabec
2022-07-30  9:16     ` Jernej Škrabec
2022-07-29 16:35 ` [PATCH v1 32/35] drm/sun4i: tv: Convert to the new TV mode property Maxime Ripard
2022-07-29 16:35   ` Maxime Ripard
2022-07-29 16:35   ` Maxime Ripard
2022-07-29 16:35   ` Maxime Ripard
2022-08-28 17:12   ` Noralf Trønnes
2022-08-28 17:12     ` Noralf Trønnes
2022-08-28 17:12     ` Noralf Trønnes
2022-08-28 17:12     ` Noralf Trønnes
2022-07-29 16:35 ` [PATCH v1 33/35] drm/connector: Remove TV modes property Maxime Ripard
2022-07-29 16:35   ` Maxime Ripard
2022-07-29 16:35   ` Maxime Ripard
2022-07-29 16:35   ` Maxime Ripard
2022-07-29 20:06   ` kernel test robot
2022-07-29 20:06     ` kernel test robot
2022-07-29 20:06     ` kernel test robot
2022-07-29 20:06     ` kernel test robot
2022-07-29 20:16   ` kernel test robot
2022-07-29 20:16     ` kernel test robot
2022-07-29 20:16     ` kernel test robot
2022-07-29 20:16     ` kernel test robot
2022-07-29 16:35 ` [PATCH v1 34/35] drm/modes: Introduce the tv_mode property as a command-line option Maxime Ripard
2022-07-29 16:35   ` Maxime Ripard
2022-07-29 16:35   ` Maxime Ripard
2022-07-29 16:35   ` Maxime Ripard
2022-08-12 13:31   ` Geert Uytterhoeven
2022-08-12 13:31     ` Geert Uytterhoeven
2022-08-12 13:31     ` Geert Uytterhoeven
2022-08-12 13:31     ` Geert Uytterhoeven
2022-08-16 13:51     ` Maxime Ripard
2022-08-16 13:51       ` Maxime Ripard
2022-08-16 13:51       ` Maxime Ripard
2022-08-16 13:51       ` Maxime Ripard
2022-08-20 20:18   ` Noralf Trønnes
2022-08-20 20:18     ` Noralf Trønnes
2022-08-20 20:18     ` Noralf Trønnes
2022-08-20 20:18     ` Noralf Trønnes
2022-08-24 15:45     ` Maxime Ripard
2022-08-24 15:45       ` Maxime Ripard
2022-08-24 15:45       ` Maxime Ripard
2022-08-24 15:45       ` Maxime Ripard
2022-08-24 17:08       ` Mateusz Kwiatkowski
2022-08-24 17:08         ` Mateusz Kwiatkowski
2022-08-24 17:08         ` Mateusz Kwiatkowski
2022-08-24 17:08         ` Mateusz Kwiatkowski
2022-08-25 12:41       ` Noralf Trønnes
2022-08-25 12:41         ` Noralf Trønnes
2022-08-25 12:41         ` Noralf Trønnes
2022-08-25 12:41         ` Noralf Trønnes
2022-08-26  6:46         ` Maxime Ripard
2022-08-26  6:46           ` Maxime Ripard
2022-08-26  6:46           ` Maxime Ripard
2022-08-26  6:46           ` Maxime Ripard
2022-08-28 17:06           ` Noralf Trønnes
2022-08-28 17:06             ` Noralf Trønnes
2022-08-28 17:06             ` Noralf Trønnes
2022-08-28 17:06             ` Noralf Trønnes
2022-07-29 16:35 ` [PATCH v1 35/35] drm/modes: Introduce more named modes Maxime Ripard
2022-07-29 16:35   ` Maxime Ripard
2022-07-29 16:35   ` Maxime Ripard
2022-07-29 16:35   ` Maxime Ripard
2022-08-21 16:16   ` Noralf Trønnes
2022-08-21 16:16     ` Noralf Trønnes
2022-08-21 16:16     ` Noralf Trønnes
2022-08-21 16:16     ` Noralf Trønnes
2022-08-25 14:22     ` Maxime Ripard
2022-08-25 14:22       ` Maxime Ripard
2022-08-25 14:22       ` Maxime Ripard
2022-08-25 14:22       ` Maxime Ripard
2022-08-08 13:03 ` [PATCH v1 00/35] drm: Analog TV Improvements Noralf Trønnes
2022-08-08 13:03   ` Noralf Trønnes
2022-08-08 13:03   ` Noralf Trønnes
2022-08-08 13:03   ` Noralf Trønnes
2022-08-21 16:33 ` Noralf Trønnes
2022-08-21 16:33   ` Noralf Trønnes
2022-08-21 16:33   ` Noralf Trønnes
2022-08-21 16:33   ` Noralf Trønnes
2022-08-22  7:48   ` Maxime Ripard
2022-08-22  7:48     ` Maxime Ripard
2022-08-22  7:48     ` Maxime Ripard
2022-08-22  7:48     ` Maxime Ripard
2022-08-22  8:57     ` Mateusz Kwiatkowski
2022-08-22  8:57       ` Mateusz Kwiatkowski
2022-08-22  8:57       ` Mateusz Kwiatkowski
2022-08-22  8:57       ` Mateusz Kwiatkowski
2022-08-25 15:55       ` Maxime Ripard
2022-08-25 15:55         ` Maxime Ripard
2022-08-25 15:55         ` Maxime Ripard
2022-08-25 15:55         ` Maxime Ripard
2022-08-25 16:17         ` Mateusz Kwiatkowski
2022-08-25 16:17           ` Mateusz Kwiatkowski
2022-08-25 16:17           ` Mateusz Kwiatkowski
2022-08-25 16:17           ` Mateusz Kwiatkowski
2022-08-26  4:07           ` Mateusz Kwiatkowski
2022-08-26  4:07             ` Mateusz Kwiatkowski
2022-08-26  4:07             ` Mateusz Kwiatkowski
2022-08-26  4:07             ` Mateusz Kwiatkowski
2022-08-26  8:39             ` Maxime Ripard
2022-08-26  8:39               ` Maxime Ripard
2022-08-26  8:39               ` Maxime Ripard
2022-08-26  8:39               ` Maxime Ripard
2022-08-26 14:56             ` Dom Cobley
2022-08-26 14:56               ` Dom Cobley
2022-08-26 14:56               ` Dom Cobley
2022-08-26 14:56               ` Dom Cobley
2022-08-27 16:11               ` Noralf Trønnes [this message]
2022-08-27 16:11                 ` Noralf Trønnes
2022-08-27 16:11                 ` Noralf Trønnes
2022-08-27 16:11                 ` Noralf Trønnes
2022-08-30 21:31               ` kFYatek
2022-08-30 21:31                 ` kFYatek
2022-08-30 21:31                 ` kFYatek
2022-08-30 21:31                 ` kFYatek
2022-08-22 13:21     ` Noralf Trønnes
2022-08-22 13:21       ` Noralf Trønnes
2022-08-22 13:21       ` Noralf Trønnes
2022-08-22 13:21       ` Noralf Trønnes
2022-08-25 16:21       ` Maxime Ripard
2022-08-25 16:21         ` Maxime Ripard
2022-08-25 16:21         ` Maxime Ripard
2022-08-25 16:21         ` Maxime Ripard
2022-08-25 19:36         ` Noralf Trønnes
2022-08-25 19:36           ` Noralf Trønnes
2022-08-25 19:36           ` Noralf Trønnes
2022-08-25 19:36           ` Noralf Trønnes

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3da6e58f-1e23-7106-abf2-206af0fabc13@tronnes.org \
    --to=noralf@tronnes.org \
    --cc=airlied@linux.ie \
    --cc=daniel@ffwll.ch \
    --cc=dave.stevenson@raspberrypi.com \
    --cc=dom@raspberrypi.com \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=emma@anholt.net \
    --cc=geert@linux-m68k.org \
    --cc=jbrunet@baylibre.com \
    --cc=jernej.skrabec@gmail.com \
    --cc=kfyatek@gmail.com \
    --cc=khilman@baylibre.com \
    --cc=linux-amlogic@lists.infradead.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-sunxi@lists.linux.dev \
    --cc=maarten.lankhorst@linux.intel.com \
    --cc=martin.blumenstingl@googlemail.com \
    --cc=maxime@cerno.tech \
    --cc=narmstrong@baylibre.com \
    --cc=p.zabel@pengutronix.de \
    --cc=phil@raspberrypi.com \
    --cc=samuel@sholland.org \
    --cc=tzimmermann@suse.de \
    --cc=wens@csie.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.