mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-24 10:11:26 +03:00
drivers: video: tegra: host: nvdla: update os inteface
- Update firmware version to 11.3 Change-Id: I051459ef060246da5428ef8237b244ff445b2f88 Signed-off-by: Prashant Gaikwad <pgaikwad@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/1645961 GVS: Gerrit_Virtual_Submit Reviewed-by: Mitch Harwell <mharwell@nvidia.com> Tested-by: Mitch Harwell <mharwell@nvidia.com> Reviewed-by: Ken Adams <kadams@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
This commit is contained in:
committed by
Laxman Dewangan
parent
961a5dfbcc
commit
2c981f2b3f
@@ -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)
|
||||
{
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user