From 2c981f2b3f6f7f6716b1e1e77e1d2e9508a1b91d Mon Sep 17 00:00:00 2001 From: Prashant Gaikwad Date: Thu, 25 Jan 2018 17:13:04 +0530 Subject: [PATCH] drivers: video: tegra: host: nvdla: update os inteface - Update firmware version to 11.3 Change-Id: I051459ef060246da5428ef8237b244ff445b2f88 Signed-off-by: Prashant Gaikwad Reviewed-on: https://git-master.nvidia.com/r/1645961 GVS: Gerrit_Virtual_Submit Reviewed-by: Mitch Harwell Tested-by: Mitch Harwell Reviewed-by: Ken Adams Reviewed-by: mobile promotions Tested-by: mobile promotions --- drivers/video/tegra/host/nvdla/dla_fw_version.h | 4 ++-- drivers/video/tegra/host/nvdla/dla_os_interface.h | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/drivers/video/tegra/host/nvdla/dla_fw_version.h b/drivers/video/tegra/host/nvdla/dla_fw_version.h index 9e866912..9c2a336d 100644 --- a/drivers/video/tegra/host/nvdla/dla_fw_version.h +++ b/drivers/video/tegra/host/nvdla/dla_fw_version.h @@ -1,7 +1,7 @@ /* * NVDLA OS Interface * - * 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, @@ -21,7 +21,7 @@ #define FIRMWARE_VERSION_MAJOR 0x00 #define FIRMWARE_VERSION_MINOR 0x0b -#define FIRMWARE_VERSION_SUBMINOR 0x02 +#define FIRMWARE_VERSION_SUBMINOR 0x03 static inline uint32_t dla_version(void) { diff --git a/drivers/video/tegra/host/nvdla/dla_os_interface.h b/drivers/video/tegra/host/nvdla/dla_os_interface.h index 8a1de709..0a09dd69 100644 --- a/drivers/video/tegra/host/nvdla/dla_os_interface.h +++ b/drivers/video/tegra/host/nvdla/dla_os_interface.h @@ -1,7 +1,7 @@ /* * NVDLA OS Interface * - * 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, @@ -122,6 +122,7 @@ #define DLA_ERR_INVALID_REGION 11 #define DLA_ERR_PROCESSOR_BUSY 12 #define DLA_ERR_RETRY 13 +#define DLA_ERR_TASK_STATUS_MISMATCH 14 #define DLA_MSG_CMD_ERROR 1 #define DLA_MSG_CMD_COMPLETE 2