mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-22 17:25:35 +03:00
tegra: nvmap: make sciipc_id as 64 bit
Make SciIpc_Id as 64 bit. Bug 3715617 Change-Id: If0f6db9d42b527554b77c4768d0f42d276c6a97c Signed-off-by: Puneet Saxena <puneets@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvidia/+/2783704 Reviewed-by: svc-mobile-coverity <svc-mobile-coverity@nvidia.com> Reviewed-by: svc-mobile-cert <svc-mobile-cert@nvidia.com> Reviewed-by: Pritesh Raithatha <praithatha@nvidia.com> GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com>
This commit is contained in:
committed by
Laxman Dewangan
parent
a3201ec3fe
commit
d1c06c1dce
@@ -221,7 +221,7 @@ struct nvmap_heap_size {
|
||||
struct nvmap_sciipc_map {
|
||||
__u64 auth_token; /* AuthToken */
|
||||
__u32 flags; /* Exporter permission flags */
|
||||
__u32 sci_ipc_id; /* FromImportId */
|
||||
__u64 sci_ipc_id; /* FromImportId */
|
||||
__u32 handle; /* Nvmap handle */
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user