mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-22 17:25:35 +03:00
tegra: dce: Add IPC event notification support
- This change adds support for new IPC type DCE_IPC_TYPE_RM_NOTIFY wrt event notification from DCE RM JIRA TDS-6643 Change-Id: I54b22e3fa86a1dab552f78d609c374d14ce619ad Signed-off-by: Mahesh Kumar <mahkumar@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-t23x/+/2409904 Reviewed-by: automaticguardword <automaticguardword@nvidia.com> Reviewed-by: Santosh Galma <galmar@nvidia.com> Reviewed-by: Arun Swain <arswain@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> GVS: Gerrit_Virtual_Submit Tested-by: Santosh Galma <galmar@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
This commit is contained in:
committed by
Laxman Dewangan
parent
f452d16f44
commit
9764cf5370
@@ -15,8 +15,11 @@
|
||||
#define TEGRA_DCE_CLIENT_IPC_H
|
||||
|
||||
#define DCE_CLIENT_IPC_TYPE_CPU_RM 0U
|
||||
#define DCE_CLIENT_IPC_TYPE_HDCP_KMD 1U
|
||||
#define DCE_CLIENT_IPC_TYPE_MAX 2U
|
||||
#define DCE_CLIENT_IPC_TYPE_HDCP_KMD 1U
|
||||
#define DCE_CLIENT_IPC_TYPE_RM_EVENT 2U
|
||||
#define DCE_CLIENT_IPC_TYPE_MAX 3U
|
||||
|
||||
#define DCE_CLIENT_MAX_IPC_MSG_SIZE 4096
|
||||
|
||||
/**
|
||||
* struct dce_ipc_message - Contains necessary info for an ipc msg.
|
||||
|
||||
Reference in New Issue
Block a user