All of lore.kernel.org
 help / color / mirror / Atom feed
From: Maxime Ripard <maxime.ripard@free-electrons.com>
To: Daniel Vetter <daniel.vetter@intel.com>,
	David Airlie <airlied@linux.ie>, Chen-Yu Tsai <wens@csie.org>,
	Maxime Ripard <maxime.ripard@free-electrons.com>
Cc: dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	Thomas Petazzoni <thomas.petazzoni@free-electrons.com>,
	narmstrong@baylibre.com, thomas@vitsch.nl
Subject: [PATCH v3 13/13] ARM: dts: sun8i: a33 Enable our display frontend
Date: Tue,  9 Jan 2018 11:09:26 +0100	[thread overview]
Message-ID: <53b519deaf2e507b121b64abcb4ba0da075bd6a7.1515492513.git-series.maxime.ripard@free-electrons.com> (raw)
In-Reply-To: <cover.8538fc1191390239557a21e2b0444c81eef1c581.1515492513.git-series.maxime.ripard@free-electrons.com>
In-Reply-To: <cover.8538fc1191390239557a21e2b0444c81eef1c581.1515492513.git-series.maxime.ripard@free-electrons.com>

The display frontend can be used to do hardware scaling, colorspaces
conversion or to implement the buffer format output by the Cedar VPU.

Since we're starting to have some support for it in the DRM driver, let's
enable its DT node.

Reviewed-by: Chen-Yu Tsai <wens@csie.org>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
---
 arch/arm/boot/dts/sun8i-a33.dtsi | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/arm/boot/dts/sun8i-a33.dtsi b/arch/arm/boot/dts/sun8i-a33.dtsi
index 50eb84fa246a..a21f2ed07a52 100644
--- a/arch/arm/boot/dts/sun8i-a33.dtsi
+++ b/arch/arm/boot/dts/sun8i-a33.dtsi
@@ -289,7 +289,6 @@
 			clock-names = "ahb", "mod",
 				      "ram";
 			resets = <&ccu RST_BUS_DE_FE>;
-			status = "disabled";
 
 			ports {
 				#address-cells = <1>;
-- 
git-series 0.9.1

WARNING: multiple messages have this Message-ID (diff)
From: maxime.ripard@free-electrons.com (Maxime Ripard)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v3 13/13] ARM: dts: sun8i: a33 Enable our display frontend
Date: Tue,  9 Jan 2018 11:09:26 +0100	[thread overview]
Message-ID: <53b519deaf2e507b121b64abcb4ba0da075bd6a7.1515492513.git-series.maxime.ripard@free-electrons.com> (raw)
In-Reply-To: <cover.8538fc1191390239557a21e2b0444c81eef1c581.1515492513.git-series.maxime.ripard@free-electrons.com>

The display frontend can be used to do hardware scaling, colorspaces
conversion or to implement the buffer format output by the Cedar VPU.

Since we're starting to have some support for it in the DRM driver, let's
enable its DT node.

Reviewed-by: Chen-Yu Tsai <wens@csie.org>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
---
 arch/arm/boot/dts/sun8i-a33.dtsi | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/arm/boot/dts/sun8i-a33.dtsi b/arch/arm/boot/dts/sun8i-a33.dtsi
index 50eb84fa246a..a21f2ed07a52 100644
--- a/arch/arm/boot/dts/sun8i-a33.dtsi
+++ b/arch/arm/boot/dts/sun8i-a33.dtsi
@@ -289,7 +289,6 @@
 			clock-names = "ahb", "mod",
 				      "ram";
 			resets = <&ccu RST_BUS_DE_FE>;
-			status = "disabled";
 
 			ports {
 				#address-cells = <1>;
-- 
git-series 0.9.1

  parent reply	other threads:[~2018-01-09 10:10 UTC|newest]

Thread overview: 51+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-01-09 10:09 [PATCH v3 00/13] drm/sun4i: Support the Display Engine frontend Maxime Ripard
2018-01-09 10:09 ` Maxime Ripard
2018-01-09 10:09 ` Maxime Ripard
2018-01-09 10:09 ` [PATCH v3 01/13] drm/sun4i: backend: Move line stride setup to buffer setup function Maxime Ripard
2018-01-09 10:09   ` Maxime Ripard
2018-01-09 10:09   ` Maxime Ripard
2018-01-09 10:09 ` [PATCH v3 02/13] drm/sun4i: backend: Document the engine operations Maxime Ripard
2018-01-09 10:09   ` Maxime Ripard
2018-01-09 10:09   ` Maxime Ripard
2018-01-09 10:09 ` [PATCH v3 03/13] drm/sun4i: backend: Allow a NULL plane pointer to retrieve the format Maxime Ripard
2018-01-09 10:09   ` Maxime Ripard
2018-01-09 10:09   ` Maxime Ripard
2018-01-09 10:09 ` [PATCH v3 04/13] drm/sun4i: backend: Add a custom plane state Maxime Ripard
2018-01-09 10:09   ` Maxime Ripard
2018-01-09 10:09   ` Maxime Ripard
2018-01-09 10:09 ` [PATCH v3 05/13] drm/sun4i: engine: Add a custom crtc atomic_check Maxime Ripard
2018-01-09 10:09   ` Maxime Ripard
2018-01-09 10:09   ` Maxime Ripard
2018-01-09 10:09 ` [PATCH v3 06/13] drm/sun4i: engine: Add a VBLANK quirk callback Maxime Ripard
2018-01-09 10:09   ` Maxime Ripard
2018-01-09 10:09   ` Maxime Ripard
2018-01-09 10:09 ` [PATCH v3 07/13] drm/sun4i: engine: Create an atomic_begin callback Maxime Ripard
2018-01-09 10:09   ` Maxime Ripard
2018-01-09 10:09   ` Maxime Ripard
2018-01-09 10:09 ` [PATCH v3 08/13] drm/sun4i: Add a driver for the display frontend Maxime Ripard
2018-01-09 10:09   ` Maxime Ripard
2018-01-09 10:09   ` Maxime Ripard
2018-01-17 13:43   ` Chen-Yu Tsai
2018-01-17 13:43     ` Chen-Yu Tsai
2018-01-18  7:22     ` Maxime Ripard
2018-01-18  7:22       ` Maxime Ripard
2018-01-18  7:53       ` Chen-Yu Tsai
2018-01-18  7:53         ` Chen-Yu Tsai
2018-01-09 10:09 ` [PATCH v3 09/13] drm/sun4i: backend: Wire in the frontend Maxime Ripard
2018-01-09 10:09   ` Maxime Ripard
2018-01-17 13:46   ` Chen-Yu Tsai
2018-01-17 13:46     ` Chen-Yu Tsai
2018-01-17 13:46     ` Chen-Yu Tsai
2018-01-18  7:25     ` Maxime Ripard
2018-01-18  7:25       ` Maxime Ripard
2018-01-09 10:09 ` [PATCH v3 10/13] drm/sun4i: backend: Add a custom atomic_check for " Maxime Ripard
2018-01-09 10:09   ` Maxime Ripard
2018-01-09 10:09   ` Maxime Ripard
2018-01-09 10:09 ` [PATCH v3 11/13] drm/sun4i: backend: Use runtime_pm variant of atomic_commit_tail Maxime Ripard
2018-01-09 10:09   ` Maxime Ripard
2018-01-09 10:09   ` Maxime Ripard
2018-01-09 10:09 ` [PATCH v3 12/13] drm/sun4i: backend: Make sure we don't have a commit pending Maxime Ripard
2018-01-09 10:09   ` Maxime Ripard
2018-01-09 10:09   ` Maxime Ripard
2018-01-09 10:09 ` Maxime Ripard [this message]
2018-01-09 10:09   ` [PATCH v3 13/13] ARM: dts: sun8i: a33 Enable our display frontend 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=53b519deaf2e507b121b64abcb4ba0da075bd6a7.1515492513.git-series.maxime.ripard@free-electrons.com \
    --to=maxime.ripard@free-electrons.com \
    --cc=airlied@linux.ie \
    --cc=daniel.vetter@intel.com \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=narmstrong@baylibre.com \
    --cc=thomas.petazzoni@free-electrons.com \
    --cc=thomas@vitsch.nl \
    --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.