From: Sui Jingfeng <sui.jingfeng@linux.dev>
To: "Maxime Ripard" <mripard@kernel.org>,
"Maarten Lankhorst" <maarten.lankhorst@linux.intel.com>,
"Thomas Zimmermann" <tzimmermann@suse.de>,
"David Airlie" <airlied@gmail.com>,
"Daniel Vetter" <daniel@ffwll.ch>,
"Jonathan Corbet" <corbet@lwn.net>,
"Sandy Huang" <hjc@rock-chips.com>,
"Heiko Stübner" <heiko@sntech.de>, "Chen-Yu Tsai" <wens@csie.org>,
"Jernej Skrabec" <jernej.skrabec@gmail.com>,
"Samuel Holland" <samuel@sholland.org>,
"Andy Yan" <andy.yan@rock-chips.com>
Cc: "Hans Verkuil" <hverkuil@xs4all.nl>,
"Sebastian Wick" <sebastian.wick@redhat.com>,
"Ville Syrjälä" <ville.syrjala@linux.intel.com>,
dri-devel@lists.freedesktop.org,
linux-arm-kernel@lists.infradead.org, linux-doc@vger.kernel.org,
linux-kernel@vger.kernel.org, linux-media@vger.kernel.org,
linux-rockchip@lists.infradead.org, linux-sunxi@lists.linux.dev,
"Dave Stevenson" <dave.stevenson@raspberrypi.com>,
"Dmitry Baryshkov" <dmitry.baryshkov@linaro.org>
Subject: Re: [v15,06/29] drm/tests: Add output bpc tests
Date: Mon, 27 May 2024 23:27:21 +0800 [thread overview]
Message-ID: <50622688-c1ab-4dde-8735-0456722fab14@linux.dev> (raw)
In-Reply-To: <20240527-kms-hdmi-connector-state-v15-6-c5af16c3aae2@kernel.org>
Hi,
On 5/27/24 21:57, Maxime Ripard wrote:
> Now that we're tracking the output bpc count in the connector state,
> let's add a few tests to make sure it works as expected.
>
> Reviewed-by: Dave Stevenson <dave.stevenson@raspberrypi.com>
> Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
> Signed-off-by: Maxime Ripard <mripard@kernel.org>
Tested-by: Sui Jingfeng <sui.jingfeng@linux.dev>
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
next prev parent reply other threads:[~2024-05-27 15:27 UTC|newest]
Thread overview: 43+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-05-27 13:57 [PATCH v15 00/29] drm/connector: Create HDMI Connector infrastructure Maxime Ripard
2024-05-27 13:57 ` [PATCH v15 01/29] drm/connector: Introduce an HDMI connector initialization function Maxime Ripard
2024-08-01 9:08 ` Thomas Zimmermann
2024-05-27 13:57 ` [PATCH v15 02/29] drm/tests: connector: Add tests for drmm_connector_hdmi_init Maxime Ripard
2024-05-27 13:57 ` [PATCH v15 03/29] drm/connector: hdmi: Create an HDMI sub-state Maxime Ripard
2024-05-27 13:57 ` [PATCH v15 04/29] drm/connector: hdmi: Add output BPC to the connector state Maxime Ripard
2024-05-27 13:57 ` [PATCH v15 05/29] drm/mode_object: Export drm_mode_obj_find_prop_id for tests Maxime Ripard
2024-05-27 13:57 ` [PATCH v15 06/29] drm/tests: Add output bpc tests Maxime Ripard
2024-05-27 15:14 ` [v15,06/29] " Sui Jingfeng
2024-05-27 15:27 ` Sui Jingfeng [this message]
2024-05-27 13:57 ` [PATCH v15 07/29] drm/connector: hdmi: Add support for output format Maxime Ripard
2024-05-27 13:57 ` [PATCH v15 08/29] drm/tests: Add output formats tests Maxime Ripard
2024-05-27 13:57 ` [PATCH v15 09/29] drm/display: hdmi: Add HDMI compute clock helper Maxime Ripard
2024-05-28 1:00 ` Dmitry Baryshkov
2024-05-27 13:57 ` [PATCH v15 10/29] drm/tests: Add HDMI TDMS character rate tests Maxime Ripard
2024-05-28 1:01 ` Dmitry Baryshkov
2024-05-27 13:58 ` [PATCH v15 11/29] drm/connector: hdmi: Calculate TMDS character rate Maxime Ripard
2024-05-27 13:58 ` [PATCH v15 12/29] drm/tests: Add TDMS character rate connector state tests Maxime Ripard
2024-05-27 13:58 ` [PATCH v15 13/29] drm/connector: hdmi: Add custom hook to filter TMDS character rate Maxime Ripard
2024-05-27 13:58 ` [PATCH v15 14/29] drm/tests: Add HDMI connector rate filter hook tests Maxime Ripard
2024-05-27 13:58 ` [PATCH v15 15/29] drm/connector: hdmi: Compute bpc and format automatically Maxime Ripard
2024-05-28 1:01 ` Dmitry Baryshkov
2024-05-27 13:58 ` [PATCH v15 16/29] drm/tests: Add HDMI connector bpc and format tests Maxime Ripard
2024-05-27 13:58 ` [PATCH v15 17/29] drm/doc: Remove unused Broadcast RGB Property Maxime Ripard
2024-05-28 1:02 ` Dmitry Baryshkov
2024-05-27 13:58 ` [PATCH v15 18/29] drm/connector: hdmi: Add Broadcast RGB property Maxime Ripard
2024-05-27 13:58 ` [PATCH v15 19/29] drm/tests: Add tests for " Maxime Ripard
2024-05-27 13:58 ` [PATCH v15 20/29] drm/connector: hdmi: Add RGB Quantization Range to the connector state Maxime Ripard
2024-05-27 13:58 ` [PATCH v15 21/29] drm/tests: Add RGB Quantization tests Maxime Ripard
2024-05-27 13:58 ` [PATCH v15 22/29] drm/connector: hdmi: Add Infoframes generation Maxime Ripard
2024-05-27 13:58 ` [PATCH v15 23/29] drm/tests: Add infoframes test Maxime Ripard
2024-05-27 13:58 ` [PATCH v15 24/29] drm/connector: hdmi: Create Infoframe DebugFS entries Maxime Ripard
2024-05-27 13:58 ` [PATCH v15 25/29] drm/vc4: hdmi: Switch to HDMI connector Maxime Ripard
2024-05-27 13:58 ` [PATCH v15 26/29] drm/vc4: tests: Remove vc4_dummy_plane structure Maxime Ripard
2024-05-27 13:58 ` [PATCH v15 27/29] drm/vc4: tests: Convert to plane creation helper Maxime Ripard
2024-05-27 13:58 ` [PATCH v15 28/29] drm/rockchip: inno_hdmi: Switch to HDMI connector Maxime Ripard
2024-05-27 13:58 ` [PATCH v15 29/29] drm/sun4i: hdmi: " Maxime Ripard
2024-05-28 8:34 ` [PATCH v15 00/29] drm/connector: Create HDMI Connector infrastructure Maxime Ripard
2024-05-31 18:43 ` Jani Nikula
2024-06-03 9:19 ` Maxime Ripard
2024-06-03 9:28 ` Jani Nikula
2024-07-31 14:56 ` Hans Verkuil
2024-08-01 8:23 ` 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=50622688-c1ab-4dde-8735-0456722fab14@linux.dev \
--to=sui.jingfeng@linux.dev \
--cc=airlied@gmail.com \
--cc=andy.yan@rock-chips.com \
--cc=corbet@lwn.net \
--cc=daniel@ffwll.ch \
--cc=dave.stevenson@raspberrypi.com \
--cc=dmitry.baryshkov@linaro.org \
--cc=dri-devel@lists.freedesktop.org \
--cc=heiko@sntech.de \
--cc=hjc@rock-chips.com \
--cc=hverkuil@xs4all.nl \
--cc=jernej.skrabec@gmail.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-doc@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-media@vger.kernel.org \
--cc=linux-rockchip@lists.infradead.org \
--cc=linux-sunxi@lists.linux.dev \
--cc=maarten.lankhorst@linux.intel.com \
--cc=mripard@kernel.org \
--cc=samuel@sholland.org \
--cc=sebastian.wick@redhat.com \
--cc=tzimmermann@suse.de \
--cc=ville.syrjala@linux.intel.com \
--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;
as well as URLs for NNTP newsgroup(s).