diff options
| author | Nikki Chumakov <nchumakov@nvidia.com> | 2018-03-12 09:49:04 -0400 |
|---|---|---|
| committer | mobile promotions <svcmobile_promotions@nvidia.com> | 2018-03-13 12:54:52 -0400 |
| commit | 00d0d1f69cb6963aef791c830990a6cef91d29c0 (patch) | |
| tree | 413c8c7dd064f636ec039bfdfda12dbd8fc8ab79 /include/uapi | |
| parent | 3aac42faaca1bd66f6e82c14143151283c580aba (diff) | |
video: tegra: host: Add nv_mm_ prefix in schema
Provider name must have nv_mm_ prefix because of requirements developed
for NvMedia eventlib writers.
Bug 2082085
Change-Id: I086bb25691b85ff996021204b591bf520659d05f
Signed-off-by: Nikki Chumakov <nchumakov@nvidia.com>
https://git-master.nvidia.com/r/1673464
Reviewed-on: https://git-master.nvidia.com/r/1673464
Reviewed-by: Alexey Kravets <akravets@nvidia.com>
Reviewed-by: Mikko Perttunen <mperttunen@nvidia.com>
Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com>
Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
Diffstat (limited to 'include/uapi')
| -rw-r--r-- | include/uapi/linux/nvhost_events.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/uapi/linux/nvhost_events.h b/include/uapi/linux/nvhost_events.h index 7d6b6043c..0f1da7064 100644 --- a/include/uapi/linux/nvhost_events.h +++ b/include/uapi/linux/nvhost_events.h | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | /* | 1 | /* |
| 2 | * Eventlib interface for PVA | 2 | * Eventlib interface for PVA |
| 3 | * | 3 | * |
| 4 | * Copyright (c) 2016-2017, NVIDIA Corporation. All rights reserved. | 4 | * Copyright (c) 2016-2018, NVIDIA Corporation. All rights reserved. |
| 5 | * | 5 | * |
| 6 | * This program is free software; you can redistribute it and/or modify it | 6 | * This program is free software; you can redistribute it and/or modify it |
| 7 | * under the terms and conditions of the GNU General Public License, | 7 | * under the terms and conditions of the GNU General Public License, |
| @@ -23,7 +23,7 @@ enum { | |||
| 23 | NVHOST_SCHEMA_VERSION = 1 | 23 | NVHOST_SCHEMA_VERSION = 1 |
| 24 | }; | 24 | }; |
| 25 | 25 | ||
| 26 | #define NVHOST_EVENT_PROVIDER_NAME "nvhost" | 26 | #define NVHOST_EVENT_PROVIDER_NAME "nv_mm_nvhost" |
| 27 | 27 | ||
| 28 | /* Marks that the task is submitted to hardware */ | 28 | /* Marks that the task is submitted to hardware */ |
| 29 | struct nvhost_task_submit { | 29 | struct nvhost_task_submit { |
