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