imx.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
From: Marek Vasut <marek.vasut@mailbox.org>
To: Liu Ying <victor.liu@nxp.com>,
	Philipp Zabel <p.zabel@pengutronix.de>,
	Maarten Lankhorst <maarten.lankhorst@linux.intel.com>,
	Maxime Ripard <mripard@kernel.org>,
	Thomas Zimmermann <tzimmermann@suse.de>,
	David Airlie <airlied@gmail.com>, Simona Vetter <simona@ffwll.ch>,
	Rob Herring <robh@kernel.org>,
	Krzysztof Kozlowski <krzk+dt@kernel.org>,
	Conor Dooley <conor+dt@kernel.org>,
	Shawn Guo <shawnguo@kernel.org>,
	Sascha Hauer <s.hauer@pengutronix.de>,
	Pengutronix Kernel Team <kernel@pengutronix.de>,
	Fabio Estevam <festevam@gmail.com>,
	Dmitry Baryshkov <lumag@kernel.org>
Cc: dri-devel@lists.freedesktop.org, devicetree@vger.kernel.org,
	imx@lists.linux.dev, linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org, Frank Li <Frank.Li@nxp.com>
Subject: Re: [PATCH v4 07/14] drm/imx: dc: Add DPR channel support
Date: Thu, 16 Oct 2025 19:39:58 +0200	[thread overview]
Message-ID: <174bdb5a-b5a8-4856-a0ac-8caaaefde136@mailbox.org> (raw)
In-Reply-To: <20251016-imx8-dc-prefetch-v4-7-dfda347cb3c5@nxp.com>

On 10/16/25 8:32 AM, Liu Ying wrote:

Hello Liu,

> +++ b/drivers/gpu/drm/imx/dc/Kconfig
> @@ -1,6 +1,7 @@
>   config DRM_IMX8_DC
>   	tristate "Freescale i.MX8 Display Controller Graphics"
>   	depends on DRM && COMMON_CLK && OF && (ARCH_MXC || COMPILE_TEST)
> +	depends on IMX_SCU
Can the SCU dependency be made optional, or per-module, or somehow 
abstracted out (via regmap?), so iMX95 support can be added into the 
driver easily too ?

Thank you

  reply	other threads:[~2025-10-16 17:40 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-10-16  6:32 [PATCH v4 00/14] drm/imx: dc: Use prefetch engine Liu Ying
2025-10-16  6:32 ` [PATCH v4 01/14] dt-bindings: display: imx: Add i.MX8qxp/qm PRG binding Liu Ying
2025-10-16  6:32 ` [PATCH v4 02/14] dt-bindings: display: imx: Add i.MX8qxp/qm DPR channel binding Liu Ying
2025-10-16  6:32 ` [PATCH v4 03/14] MAINTAINERS: Add i.MX8qxp prefetch engine DT binding files Liu Ying
2025-10-16  6:34   ` Krzysztof Kozlowski
2025-10-16  6:38     ` Liu Ying
2025-10-16  6:42       ` Krzysztof Kozlowski
2025-10-16  6:32 ` [PATCH v4 04/14] drm/imx: dc-fu: Fix dimensions Liu Ying
2025-10-16  6:32 ` [PATCH v4 05/14] drm/imx: dc-crtc: Disable at boot Liu Ying
2025-10-16  6:32 ` [PATCH v4 06/14] drm/imx: dc: Add PRG support Liu Ying
2025-10-16  6:32 ` [PATCH v4 07/14] drm/imx: dc: Add DPR channel support Liu Ying
2025-10-16 17:39   ` Marek Vasut [this message]
2025-10-20  2:47     ` Liu Ying
2025-11-02 16:14       ` Marek Vasut
2025-11-04  7:18         ` Liu Ying
2025-11-09 19:11           ` Marek Vasut
2025-11-14 10:03             ` Liu Ying
2025-10-16  6:32 ` [PATCH v4 08/14] drm/imx: dc: Use TCON operation mode Liu Ying
2025-10-16  6:32 ` [PATCH v4 09/14] drm/imx: dc-ed: Support getting source selection Liu Ying
2025-10-16  6:32 ` [PATCH v4 10/14] drm/imx: dc-lb: Support getting secondary input selection Liu Ying
2025-10-16  6:32 ` [PATCH v4 11/14] drm/imx: dc-ed: Drop initial source selection Liu Ying
2025-10-16  6:32 ` [PATCH v4 12/14] drm/imx: dc-lb: Drop initial primary and secondary input selections Liu Ying
2025-10-16  6:32 ` [PATCH v4 13/14] drm/imx: dc-fu: Get DPR channel Liu Ying
2025-10-16  6:32 ` [PATCH v4 14/14] drm/imx: dc: Use prefetch engine Liu Ying

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=174bdb5a-b5a8-4856-a0ac-8caaaefde136@mailbox.org \
    --to=marek.vasut@mailbox.org \
    --cc=Frank.Li@nxp.com \
    --cc=airlied@gmail.com \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=festevam@gmail.com \
    --cc=imx@lists.linux.dev \
    --cc=kernel@pengutronix.de \
    --cc=krzk+dt@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=lumag@kernel.org \
    --cc=maarten.lankhorst@linux.intel.com \
    --cc=mripard@kernel.org \
    --cc=p.zabel@pengutronix.de \
    --cc=robh@kernel.org \
    --cc=s.hauer@pengutronix.de \
    --cc=shawnguo@kernel.org \
    --cc=simona@ffwll.ch \
    --cc=tzimmermann@suse.de \
    --cc=victor.liu@nxp.com \
    /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).