dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
From: Krzysztof Kozlowski <krzk@kernel.org>
To: Kisung Lee <kiisung.lee@samsung.com>,
	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>,
	Alim Akhtar <alim.akhtar@samsung.com>,
	Mauro Carvalho Chehab <mchehab@kernel.org>,
	Inki Dae <inki.dae@samsung.com>
Cc: dri-devel@lists.freedesktop.org, devicetree@vger.kernel.org,
	linux-kernel@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	linux-samsung-soc@vger.kernel.org, linux-media@vger.kernel.org
Subject: Re: [PATCH 3/4] arm64: dts: exynosautov920: enable support for scaler device
Date: Wed, 27 Aug 2025 08:38:35 +0200	[thread overview]
Message-ID: <99889a72-e556-4ac5-b7cf-212215ccea3b@kernel.org> (raw)
In-Reply-To: <20250827044720.3751272-4-kiisung.lee@samsung.com>

On 27/08/2025 06:47, Kisung Lee wrote:
> Add the Scaler Devicetree for the Scaler present on the
> ExynosAutoV920 SoC. The scaler provides hardware acceleration
> for 2D scaling up/down and color space conversion processing.
> 
> Signed-off-by: Kisung Lee <kiisung.lee@samsung.com>
> ---
>  .../arm64/boot/dts/exynos/exynosautov920.dtsi | 22 +++++++++++++++++++
>  1 file changed, 22 insertions(+)
> 
> diff --git a/arch/arm64/boot/dts/exynos/exynosautov920.dtsi b/arch/arm64/boot/dts/exynos/exynosautov920.dtsi
> index 0fdf2062930a..e3dad683fa36 100644
> --- a/arch/arm64/boot/dts/exynos/exynosautov920.dtsi
> +++ b/arch/arm64/boot/dts/exynos/exynosautov920.dtsi
> @@ -26,6 +26,7 @@ aliases {
>  		pinctrl5 = &pinctrl_hsi2ufs;
>  		pinctrl6 = &pinctrl_peric0;
>  		pinctrl7 = &pinctrl_peric1;
> +		scaler0 = &scaler_0;
>  	};
>  
>  	arm-pmu {
> @@ -1504,6 +1505,27 @@ timer {
>  			     <GIC_PPI 10 IRQ_TYPE_LEVEL_LOW>,
>  			     <GIC_PPI 12 IRQ_TYPE_LEVEL_LOW>;
>  	};
> +
> +	scaler_0: scaler@1A830000 {
> +		compatible = "samsung,exynos5-scaler";
> +		reg = <0x0 0x1A830000 0x0 0x3000>;
> +		interrupts = <GIC_SPI 639 IRQ_TYPE_LEVEL_HIGH>;
> +
> +		mscl_qos_table = < 0 800000 800000

Nice try. NAK. Don't ever send such properties.


Best regards,
Krzysztof

  reply	other threads:[~2025-08-27  6:38 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <CGME20250827045905epcas2p2daa6599d04f38c002e396abf23d60fe7@epcas2p2.samsung.com>
2025-08-27  4:47 ` [PATCH 0/4] Add DT bindings and driver code for Scaler Kisung Lee
     [not found]   ` <CGME20250827045905epcas2p4b2cbd4b881af1c1be4b345861d1a635b@epcas2p4.samsung.com>
2025-08-27  4:47     ` [PATCH 1/4] dt-bindings: soc: samsung: scaler: exynos: Add ExynosAutov920 compatible Kisung Lee
2025-08-27  6:30       ` Krzysztof Kozlowski
     [not found]   ` <CGME20250827045905epcas2p46c8bc31d9c32168f77d1e10808e92b77@epcas2p4.samsung.com>
2025-08-27  4:47     ` [PATCH 2/4] media: samsung: scaler: add scaler driver code Kisung Lee
2025-08-27  6:38       ` Krzysztof Kozlowski
     [not found]   ` <CGME20250827045905epcas2p3a52debf186f41eef08e6d0a351d80476@epcas2p3.samsung.com>
2025-08-27  4:47     ` [PATCH 3/4] arm64: dts: exynosautov920: enable support for scaler device Kisung Lee
2025-08-27  6:38       ` Krzysztof Kozlowski [this message]
     [not found]   ` <CGME20250827045906epcas2p2198037517886df0714e24d8d908a6c57@epcas2p2.samsung.com>
2025-08-27  4:47     ` [PATCH 4/4] media: samsung: scaler: Add Kconfig and Makefile Kisung Lee
2025-08-27  6:39       ` Krzysztof Kozlowski
2025-08-27 23:18   ` [PATCH 0/4] Add DT bindings and driver code for Scaler Rob Herring (Arm)

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=99889a72-e556-4ac5-b7cf-212215ccea3b@kernel.org \
    --to=krzk@kernel.org \
    --cc=airlied@gmail.com \
    --cc=alim.akhtar@samsung.com \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=inki.dae@samsung.com \
    --cc=kiisung.lee@samsung.com \
    --cc=krzk+dt@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-media@vger.kernel.org \
    --cc=linux-samsung-soc@vger.kernel.org \
    --cc=maarten.lankhorst@linux.intel.com \
    --cc=mchehab@kernel.org \
    --cc=mripard@kernel.org \
    --cc=robh@kernel.org \
    --cc=simona@ffwll.ch \
    --cc=tzimmermann@suse.de \
    /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).