mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-22 17:25:35 +03:00
include: soc: tegra: add isp_unit_id
Add isp_unit_id to channel isp config so isp 'affinity' could be passed to RCE from KMD Jira CT26X-440 Change-Id: I09fd85b92b28208c54d5e00835a4298c2326da7f Signed-off-by: Evgeny Kornev <ekornev@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/2886722 Reviewed-by: svcacv <svcacv@nvidia.com> Reviewed-by: Pekka Pessi <ppessi@nvidia.com> Reviewed-by: Frank Chen <frankc@nvidia.com> GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com>
This commit is contained in:
committed by
mobile promotions
parent
40e4e98fbe
commit
48eb1f6fa2
@@ -313,6 +313,17 @@ typedef struct syncpoint_info {
|
||||
|
||||
#define ISP_NUM_GOS_TABLES MK_U32(8)
|
||||
|
||||
/**
|
||||
* @defgroup ISPUnitIds
|
||||
* ISP Unit Identifiers
|
||||
*/
|
||||
/**@{*/
|
||||
/** ISP unit 0 */
|
||||
#define ISP_UNIT_ISP MK_U32(0x0000)
|
||||
/** ISP unit 1 */
|
||||
#define ISP_UNIT_ISP2 MK_U32(0x0001)
|
||||
/**@}*/
|
||||
|
||||
#define VI_NUM_GOS_TABLES MK_U32(12)
|
||||
#define VI_NUM_ATOMP_SURFACES 4
|
||||
#define VI_NUM_STATUS_SURFACES 1
|
||||
@@ -2313,7 +2324,8 @@ struct capture_channel_isp_config {
|
||||
/** Size of the memoryinfo buffer reserved for each program request. */
|
||||
uint32_t program_memoryinfo_size;
|
||||
|
||||
uint32_t reserved;
|
||||
/** ISP unit ID. See @ref ISPUnitIds "ISP Unit Identifiers". */
|
||||
uint32_t isp_unit_id;
|
||||
|
||||
#define HAVE_ISP_GOS_TABLES
|
||||
/** Number of active ISP GOS tables in isp_gos_tables[] */
|
||||
|
||||
Reference in New Issue
Block a user