Skip to content

Commit

Permalink
soc: xilinx: vcu: add missing register NUM_CORE
Browse files Browse the repository at this point in the history
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 <[email protected]>
Reviewed-by: Hyun Kwon <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Michal Simek <[email protected]>
  • Loading branch information
tretter authored and Michal Simek committed Dec 9, 2020
1 parent 30b79eb commit 7b1c9b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/linux/mfd/syscon/xlnx-vcu.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 7b1c9b8

Please sign in to comment.