video: tegra: host: dla: release from fw bin 0.6.0

Jira DLA-302

Change-Id: Ib993d64056c1893588c779ea23d218d42a65e758
Signed-off-by: Shridhar Rasal <srasal@nvidia.com>
Reviewed-on: http://git-master/r/1299843
Reviewed-by: Prashant Gaikwad <pgaikwad@nvidia.com>
GVS: Gerrit_Virtual_Submit
This commit is contained in:
Shridhar Rasal
2017-02-06 17:42:19 +05:30
committed by Laxman Dewangan
parent a4612dc740
commit 7c08e4e57d
2 changed files with 10 additions and 1 deletions

View File

@@ -20,7 +20,7 @@
#define _DLA_FW_VERSION_H_
#define FIRMWARE_VERSION_MAJOR 0x00
#define FIRMWARE_VERSION_MINOR 0x05
#define FIRMWARE_VERSION_MINOR 0x06
#define FIRMWARE_VERSION_SUBMINOR 0x00
static inline uint32_t dla_version(void)

View File

@@ -145,6 +145,15 @@
* @postactions: Offset to postactions list
* @queue_id: ID fo queue to insert this task
* @address_list: IOVA address list for addresses used in surface descriptors
* Index references used in address list are as:
* address_list[0]: address of a dla_network_desc
* address_list[net.operation_desc_index] : start address of a list of dla_operation_container
* address_list[net.surface_desc_index] : start address of a list of dla_surface_container
* address_list[net.dependency_graph_index] : start address of a list of dla_common_op_desc
* address_list[net.lut_data_index] : start address of a list of dla_lut_param
* address_list[net.roi_array_index] : start address of a list of dla_roi_desc, but the
* first entry has to be dla_roi_array_desc
* address_list[net.surface_index] : start address of a list of dla_surface_container
* @num_addresses: Number of addresses in address list
* @status: Update task status here after completion
*/