All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tomi Valkeinen <tomi.valkeinen+renesas@ideasonboard.com>
To: linux-renesas-soc@vger.kernel.org, linux-media@vger.kernel.org,
	dri-devel@lists.freedesktop.org,
	Laurent Pinchart <laurent.pinchart@ideasonboard.com>,
	Kieran Bingham <kieran.bingham@ideasonboard.com>
Cc: Tomi Valkeinen <tomi.valkeinen+renesas@ideasonboard.com>
Subject: [PATCH 4/7] media: renesas: vsp1: Add V4H SoC version
Date: Tue,  6 Dec 2022 15:39:51 +0200	[thread overview]
Message-ID: <20221206133954.397098-5-tomi.valkeinen+renesas@ideasonboard.com> (raw)
In-Reply-To: <20221206133954.397098-1-tomi.valkeinen+renesas@ideasonboard.com>

Add VI6_IP_VERSION_SOC_V4H so that we can identify V4H SoC.

Signed-off-by: Tomi Valkeinen <tomi.valkeinen+renesas@ideasonboard.com>
---
 drivers/media/platform/renesas/vsp1/vsp1_regs.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/media/platform/renesas/vsp1/vsp1_regs.h b/drivers/media/platform/renesas/vsp1/vsp1_regs.h
index 8c9333f76858..c61e8dafeecf 100644
--- a/drivers/media/platform/renesas/vsp1/vsp1_regs.h
+++ b/drivers/media/platform/renesas/vsp1/vsp1_regs.h
@@ -782,6 +782,7 @@
 #define VI6_IP_VERSION_SOC_M3N		(0x04 << 0)
 #define VI6_IP_VERSION_SOC_E3		(0x04 << 0)
 #define VI6_IP_VERSION_SOC_V3U		(0x05 << 0)
+#define VI6_IP_VERSION_SOC_V4H		(0x06 << 0)
 /* RZ/G2L SoCs have no version register, So use 0x80 for SoC Identification */
 #define VI6_IP_VERSION_SOC_RZG2L	(0x80 << 0)
 
-- 
2.34.1


  parent reply	other threads:[~2022-12-06 13:40 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-12-06 13:39 [PATCH 0/7] media/drm: renesas: Add new pixel formats Tomi Valkeinen
2022-12-06 13:39 ` [PATCH 1/7] media: Add 2-10-10-10 RGB formats Tomi Valkeinen
2022-12-06 17:39   ` Nicolas Dufresne
2022-12-19 13:48     ` Tomi Valkeinen
2022-12-06 13:39 ` [PATCH 2/7] media: Add Y210, Y212 and Y216 formats Tomi Valkeinen
2022-12-06 17:40   ` Nicolas Dufresne
2022-12-06 13:39 ` [PATCH 3/7] media: renesas: vsp1: Change V3U to be gen4 Tomi Valkeinen
2022-12-06 13:39 ` Tomi Valkeinen [this message]
2022-12-06 13:39 ` [PATCH 5/7] media: renesas: vsp1: Add new formats (2-10-10-10 ARGB, Y210) Tomi Valkeinen
2022-12-06 14:38   ` Geert Uytterhoeven
2022-12-06 14:38     ` Geert Uytterhoeven
2022-12-19 13:49     ` Tomi Valkeinen
2022-12-19 13:49       ` Tomi Valkeinen
2022-12-06 13:39 ` [PATCH 6/7] drm: rcar-du: Bump V3U to gen 4 Tomi Valkeinen
2022-12-06 13:39 ` [PATCH 7/7] drm: rcar-du: Add new formats (2-10-10-10 ARGB, Y210) Tomi Valkeinen
2022-12-06 13:47 ` [PATCH 0/7] media/drm: renesas: Add new pixel formats Tomi Valkeinen

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=20221206133954.397098-5-tomi.valkeinen+renesas@ideasonboard.com \
    --to=tomi.valkeinen+renesas@ideasonboard.com \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=kieran.bingham@ideasonboard.com \
    --cc=laurent.pinchart@ideasonboard.com \
    --cc=linux-media@vger.kernel.org \
    --cc=linux-renesas-soc@vger.kernel.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.