From: Maxime Ripard <maxime@cerno.tech>
To: Maxime Ripard <maxime@cerno.tech>,
Tvrtko Ursulin <tvrtko.ursulin@linux.intel.com>,
Rodrigo Vivi <rodrigo.vivi@intel.com>,
Jernej Skrabec <jernej.skrabec@gmail.com>,
Maarten Lankhorst <maarten.lankhorst@linux.intel.com>,
Daniel Vetter <daniel@ffwll.ch>,
Thomas Zimmermann <tzimmermann@suse.de>,
Jani Nikula <jani.nikula@linux.intel.com>,
Samuel Holland <samuel@sholland.org>,
Chen-Yu Tsai <wens@csie.org>,
Joonas Lahtinen <joonas.lahtinen@linux.intel.com>,
Ben Skeggs <bskeggs@redhat.com>, David Airlie <airlied@linux.ie>,
Karol Herbst <kherbst@redhat.com>,
Maxime Ripard <mripard@kernel.org>, Emma Anholt <emma@anholt.net>,
Lyude Paul <lyude@redhat.com>
Cc: Dom Cobley <dom@raspberrypi.com>,
Phil Elwell <phil@raspberrypi.com>,
Geert Uytterhoeven <geert@linux-m68k.org>,
Dave Stevenson <dave.stevenson@raspberrypi.com>,
intel-gfx@lists.freedesktop.org, dri-devel@lists.freedesktop.org,
linux-sunxi@lists.linux.dev, nouveau@lists.freedesktop.org,
linux-kernel@vger.kernel.org,
Mateusz Kwiatkowski <kfyatek+publicgit@gmail.com>,
Hans de Goede <hdegoede@redhat.com>,
linux-arm-kernel@lists.infradead.org,
Noralf Tr��nnes <noralf@tronnes.org>
Subject: Re: (subset) [PATCH v9 09/25] drm/modes: Move named modes parsing to a separate function
Date: Tue, 15 Nov 2022 10:13:06 +0100 [thread overview]
Message-ID: <166850358688.1237314.7482343887898823948.b4-ty@cerno.tech> (raw)
In-Reply-To: <20220728-rpi-analog-tv-properties-v9-9-24b168e5bcd5@cerno.tech>
On Mon, 14 Nov 2022 14:00:28 +0100, Maxime Ripard wrote:
> The current construction of the named mode parsing doesn't allow to extend
> it easily. Let's move it to a separate function so we can add more
> parameters and modes.
>
> In order for the tests to still pass, some extra checks are needed, so
> it's not a 1:1 move.
>
> [...]
Applied to drm/drm-misc (drm-misc-next).
Thanks!
Maxime
next prev parent reply other threads:[~2022-11-15 9:14 UTC|newest]
Thread overview: 38+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-11-14 13:00 [PATCH v9 00/25] drm: Analog TV Improvements Maxime Ripard
2022-11-14 13:00 ` [PATCH v9 01/25] docs/fb: Document current named modes Maxime Ripard
2022-11-14 17:39 ` Noralf Trønnes
2022-11-15 9:12 ` (subset) " Maxime Ripard
2022-11-14 13:00 ` [PATCH v9 02/25] drm/tests: Add Kunit Helpers Maxime Ripard
2022-11-15 9:12 ` (subset) " Maxime Ripard
2022-11-14 13:00 ` [PATCH v9 03/25] drm/connector: Rename legacy TV property Maxime Ripard
2022-11-14 13:00 ` [PATCH v9 04/25] drm/connector: Only register TV mode property if present Maxime Ripard
2022-11-14 13:00 ` [PATCH v9 05/25] drm/connector: Rename drm_mode_create_tv_properties Maxime Ripard
2022-11-14 13:00 ` [PATCH v9 06/25] drm/connector: Add TV standard property Maxime Ripard
2022-11-14 13:00 ` [PATCH v9 07/25] drm/modes: Add a function to generate analog display modes Maxime Ripard
2022-11-14 13:00 ` [PATCH v9 08/25] drm/client: Add some tests for drm_connector_pick_cmdline_mode() Maxime Ripard
2022-11-15 9:13 ` (subset) " Maxime Ripard
2022-11-14 13:00 ` [PATCH v9 09/25] drm/modes: Move named modes parsing to a separate function Maxime Ripard
2022-11-15 9:13 ` Maxime Ripard [this message]
2024-01-02 15:12 ` Dave Stevenson
2024-01-03 13:32 ` Maxime Ripard
2024-01-03 14:02 ` Dave Stevenson
2024-01-03 17:14 ` Dave Stevenson
2022-11-14 13:00 ` [PATCH v9 10/25] drm/modes: Switch to named mode descriptors Maxime Ripard
2022-11-15 9:13 ` (subset) " Maxime Ripard
2022-11-14 13:00 ` [PATCH v9 11/25] drm/modes: Fill drm_cmdline mode from named modes Maxime Ripard
2022-11-15 9:13 ` (subset) " Maxime Ripard
2022-11-14 13:00 ` [PATCH v9 12/25] drm/connector: Add pixel clock to cmdline mode Maxime Ripard
2022-11-15 9:13 ` (subset) " Maxime Ripard
2022-11-14 13:00 ` [PATCH v9 13/25] drm/connector: Add a function to lookup a TV mode by its name Maxime Ripard
2022-11-14 13:00 ` [PATCH v9 14/25] drm/modes: Introduce the tv_mode property as a command-line option Maxime Ripard
2022-11-14 13:00 ` [PATCH v9 15/25] drm/modes: Properly generate a drm_display_mode from a named mode Maxime Ripard
2022-11-14 13:00 ` [PATCH v9 16/25] drm/client: Remove match on mode name Maxime Ripard
2022-11-14 13:00 ` [PATCH v9 17/25] drm/modes: Introduce more named modes Maxime Ripard
2022-11-14 13:00 ` [PATCH v9 18/25] drm/probe-helper: Provide a TV get_modes helper Maxime Ripard
2022-11-14 13:00 ` [PATCH v9 19/25] drm/atomic-helper: Add a TV properties reset helper Maxime Ripard
2022-11-14 13:00 ` [PATCH v9 20/25] drm/atomic-helper: Add an analog TV atomic_check implementation Maxime Ripard
2022-11-14 13:00 ` [PATCH v9 21/25] drm/vc4: vec: Use TV Reset implementation Maxime Ripard
2022-11-14 13:00 ` [PATCH v9 22/25] drm/vc4: vec: Check for VEC output constraints Maxime Ripard
2022-11-14 13:00 ` [PATCH v9 23/25] drm/vc4: vec: Convert to the new TV mode property Maxime Ripard
2022-11-14 13:00 ` [PATCH v9 24/25] drm/vc4: vec: Add support for more analog TV standards Maxime Ripard
2022-11-14 13:00 ` [PATCH v9 25/25] drm/sun4i: tv: Convert to the new TV mode property Maxime Ripard
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=166850358688.1237314.7482343887898823948.b4-ty@cerno.tech \
--to=maxime@cerno.tech \
--cc=airlied@linux.ie \
--cc=bskeggs@redhat.com \
--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=hdegoede@redhat.com \
--cc=intel-gfx@lists.freedesktop.org \
--cc=jani.nikula@linux.intel.com \
--cc=jernej.skrabec@gmail.com \
--cc=joonas.lahtinen@linux.intel.com \
--cc=kfyatek+publicgit@gmail.com \
--cc=kherbst@redhat.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-sunxi@lists.linux.dev \
--cc=lyude@redhat.com \
--cc=maarten.lankhorst@linux.intel.com \
--cc=mripard@kernel.org \
--cc=noralf@tronnes.org \
--cc=nouveau@lists.freedesktop.org \
--cc=phil@raspberrypi.com \
--cc=rodrigo.vivi@intel.com \
--cc=samuel@sholland.org \
--cc=tvrtko.ursulin@linux.intel.com \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox