summaryrefslogtreecommitdiffstats
path: root/include/uapi/linux
diff options
context:
space:
mode:
Diffstat (limited to 'include/uapi/linux')
-rw-r--r--include/uapi/linux/nvhost_events.h4
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 */
29struct nvhost_task_submit { 29struct nvhost_task_submit {