From 00d0d1f69cb6963aef791c830990a6cef91d29c0 Mon Sep 17 00:00:00 2001 From: Nikki Chumakov Date: Mon, 12 Mar 2018 16:49:04 +0300 Subject: 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 https://git-master.nvidia.com/r/1673464 Reviewed-on: https://git-master.nvidia.com/r/1673464 Reviewed-by: Alexey Kravets Reviewed-by: Mikko Perttunen Reviewed-by: mobile promotions Tested-by: mobile promotions --- include/uapi/linux/nvhost_events.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/uapi') 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 @@ /* * Eventlib interface for PVA * - * Copyright (c) 2016-2017, NVIDIA Corporation. All rights reserved. + * Copyright (c) 2016-2018, NVIDIA Corporation. All rights reserved. * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, @@ -23,7 +23,7 @@ enum { NVHOST_SCHEMA_VERSION = 1 }; -#define NVHOST_EVENT_PROVIDER_NAME "nvhost" +#define NVHOST_EVENT_PROVIDER_NAME "nv_mm_nvhost" /* Marks that the task is submitted to hardware */ struct nvhost_task_submit { -- cgit v1.2.2