mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-24 10:11:26 +03:00
platform: dce: Add bootsrap2 command
Add support to the bootstrap command over the admin channel, which will be called when a client registers. This command will perform steps that must be performed only after the client is ready. TODO: This bootstrap-2 command will be replaced by the existing bootstrap command which we call during DCE-FW bootstrapping once we split admin bootstrapping and RM bootstrapping in the DCE-KMD. Jira TDS-17135 Change-Id: I55330b9ce73e1acf20e2a80d392d7984c91ed65f Signed-off-by: Mahesh Kumar <mahkumar@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/3274949 Reviewed-by: Vinod Gopalakrishnakurup <vinodg@nvidia.com> GVS: buildbot_gerritrpt <buildbot_gerritrpt@nvidia.com> Reviewed-by: svcacv <svcacv@nvidia.com>
This commit is contained in:
@@ -401,6 +401,8 @@ int dce_admin_get_ipc_channel_info(struct tegra_dce *d,
|
||||
struct dce_ipc_queue_info *q_info);
|
||||
int dce_admin_send_cmd_echo(struct tegra_dce *d,
|
||||
struct dce_ipc_message *msg);
|
||||
int dce_admin_send_cmd_rm_bootstrap(struct tegra_dce *d,
|
||||
struct dce_ipc_message *msg);
|
||||
int dce_admin_send_cmd_ext_test(struct tegra_dce *d,
|
||||
struct dce_ipc_message *msg);
|
||||
int dce_admin_send_prepare_sc7(struct tegra_dce *d,
|
||||
|
||||
Reference in New Issue
Block a user