linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: Michael Tretter <m.tretter@pengutronix.de>
To: linux-arm-kernel@lists.infradead.org
Cc: Dhaval Shah <dshah@xilinx.com>,
	Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	Michael Tretter <m.tretter@pengutronix.de>,
	Michal Simek <michal.simek@xilinx.com>,
	kernel@pengutronix.de,
	Rohit Visavalia <rohit.visavalia@xilinx.com>
Subject: [RESEND PATCH v3 6/6] soc: xilinx: vcu: add missing register NUM_CORE
Date: Fri, 19 Jun 2020 09:59:13 +0200	[thread overview]
Message-ID: <20200619075913.18900-7-m.tretter@pengutronix.de> (raw)
In-Reply-To: <20200619075913.18900-1-m.tretter@pengutronix.de>

The H.264/H.265 Video Codec Unit v1.2 documentation describes this
register as follows:

	Number of encoders core used for the provided configuration

This is required for configuring the VCU encoder buffer.

Signed-off-by: Michael Tretter <m.tretter@pengutronix.de>
---
 include/linux/mfd/syscon/xlnx-vcu.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/linux/mfd/syscon/xlnx-vcu.h b/include/linux/mfd/syscon/xlnx-vcu.h
index d3edec4b7b1d..ff7bc3656f6e 100644
--- a/include/linux/mfd/syscon/xlnx-vcu.h
+++ b/include/linux/mfd/syscon/xlnx-vcu.h
@@ -32,6 +32,7 @@
 #define VCU_BUFFER_B_FRAME		0x5c
 #define VCU_WPP_EN			0x60
 #define VCU_PLL_CLK_DEC			0x64
+#define VCU_NUM_CORE			0x6c
 #define VCU_GASKET_INIT			0x74
 #define VCU_GASKET_VALUE		0x03
 
-- 
2.20.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  parent reply	other threads:[~2020-06-19  7:59 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-19  7:59 [RESEND PATCH v3 0/6] soc: xilinx: vcu: provide interfaces for other drivers Michael Tretter
2020-06-19  7:59 ` [RESEND PATCH v3 1/6] soc: xilinx: vcu: drop useless success message Michael Tretter
2020-06-19  7:59 ` [RESEND PATCH v3 2/6] ARM: dts: define indexes for output clocks Michael Tretter
2020-06-19  7:59 ` [RESEND PATCH v3 3/6] soc: xilinx: vcu: implement clock provider " Michael Tretter
2020-07-21  6:59   ` Rajan Vaja
2020-07-22 14:52     ` Michael Tretter
2020-07-24  6:44       ` Rajan Vaja
2020-07-24  7:28         ` Michael Tretter
2020-06-19  7:59 ` [RESEND PATCH v3 4/6] dt-bindings: soc: xlnx: extract xlnx, vcu-settings to separate binding Michael Tretter
2020-06-19  7:59 ` [RESEND PATCH v3 5/6] soc: xilinx: vcu: use vcu-settings syscon registers Michael Tretter
2020-06-19  7:59 ` Michael Tretter [this message]
2020-07-13  7:55 ` [RESEND PATCH v3 0/6] soc: xilinx: vcu: provide interfaces for other drivers Michal Simek
2020-07-15  8:20   ` Rohit Visavalia

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=20200619075913.18900-7-m.tretter@pengutronix.de \
    --to=m.tretter@pengutronix.de \
    --cc=dshah@xilinx.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=kernel@pengutronix.de \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=michal.simek@xilinx.com \
    --cc=rohit.visavalia@xilinx.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).