123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281 |
- /*
- * Copyright (c) 2016-2017 The Linux Foundation. All rights reserved.
- *
- * Permission to use, copy, modify, and/or distribute this software for
- * any purpose with or without fee is hereby granted, provided that the
- * above copyright notice and this permission notice appear in all
- * copies.
- *
- * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL
- * WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED
- * WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE
- * AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
- * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
- * PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
- * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
- * PERFORMANCE OF THIS SOFTWARE.
- */
- //
- // DO NOT EDIT! This file is automatically generated
- // These definitions are tied to a particular hardware layout
- #ifndef _REO_FLUSH_QUEUE_H_
- #define _REO_FLUSH_QUEUE_H_
- #if !defined(__ASSEMBLER__)
- #endif
- #include "uniform_reo_cmd_header.h"
- // ################ START SUMMARY #################
- //
- // Dword Fields
- // 0 struct uniform_reo_cmd_header cmd_header;
- // 1 flush_desc_addr_31_0[31:0]
- // 2 flush_desc_addr_39_32[7:0], block_desc_addr_usage_after_flush[8], block_resource_index[10:9], reserved_2a[31:11]
- // 3 reserved_3a[31:0]
- // 4 reserved_4a[31:0]
- // 5 reserved_5a[31:0]
- // 6 reserved_6a[31:0]
- // 7 reserved_7a[31:0]
- // 8 reserved_8a[31:0]
- //
- // ################ END SUMMARY #################
- #define NUM_OF_DWORDS_REO_FLUSH_QUEUE 9
- struct reo_flush_queue {
- struct uniform_reo_cmd_header cmd_header;
- uint32_t flush_desc_addr_31_0 : 32; //[31:0]
- uint32_t flush_desc_addr_39_32 : 8, //[7:0]
- block_desc_addr_usage_after_flush: 1, //[8]
- block_resource_index : 2, //[10:9]
- reserved_2a : 21; //[31:11]
- uint32_t reserved_3a : 32; //[31:0]
- uint32_t reserved_4a : 32; //[31:0]
- uint32_t reserved_5a : 32; //[31:0]
- uint32_t reserved_6a : 32; //[31:0]
- uint32_t reserved_7a : 32; //[31:0]
- uint32_t reserved_8a : 32; //[31:0]
- };
- /*
- struct uniform_reo_cmd_header cmd_header
-
- Consumer: REO
-
- Producer: SW
-
-
-
- Details for command execution tracking purposes.
- flush_desc_addr_31_0
-
- Consumer: REO
-
- Producer: SW
-
-
-
- Address (lower 32 bits) of the descriptor to flush
-
- <legal all>
- flush_desc_addr_39_32
-
- Consumer: REO
-
- Producer: SW
-
-
-
- Address (upper 8 bits) of the descriptor to flush
-
- <legal all>
- block_desc_addr_usage_after_flush
-
- When set, REO shall not re-fetch this address till SW
- explicitly unblocked this address
-
-
-
- If the blocking resource was already used, this command
- shall fail and an error is reported
-
-
-
- <legal all>
- block_resource_index
-
- Field only valid when 'Block_desc_addr_usage_after_flush
- ' is set.
-
-
-
- Indicates which of the four blocking resources in REO
- will be assigned for managing the blocking of this address.
-
- <legal all>
- reserved_2a
-
- <legal 0>
- reserved_3a
-
- <legal 0>
- reserved_4a
-
- <legal 0>
- reserved_5a
-
- <legal 0>
- reserved_6a
-
- <legal 0>
- reserved_7a
-
- <legal 0>
- reserved_8a
-
- <legal 0>
- */
- #define REO_FLUSH_QUEUE_0_UNIFORM_REO_CMD_HEADER_CMD_HEADER_OFFSET 0x00000000
- #define REO_FLUSH_QUEUE_0_UNIFORM_REO_CMD_HEADER_CMD_HEADER_LSB 0
- #define REO_FLUSH_QUEUE_0_UNIFORM_REO_CMD_HEADER_CMD_HEADER_MASK 0xffffffff
- /* Description REO_FLUSH_QUEUE_1_FLUSH_DESC_ADDR_31_0
-
- Consumer: REO
-
- Producer: SW
-
-
-
- Address (lower 32 bits) of the descriptor to flush
-
- <legal all>
- */
- #define REO_FLUSH_QUEUE_1_FLUSH_DESC_ADDR_31_0_OFFSET 0x00000004
- #define REO_FLUSH_QUEUE_1_FLUSH_DESC_ADDR_31_0_LSB 0
- #define REO_FLUSH_QUEUE_1_FLUSH_DESC_ADDR_31_0_MASK 0xffffffff
- /* Description REO_FLUSH_QUEUE_2_FLUSH_DESC_ADDR_39_32
-
- Consumer: REO
-
- Producer: SW
-
-
-
- Address (upper 8 bits) of the descriptor to flush
-
- <legal all>
- */
- #define REO_FLUSH_QUEUE_2_FLUSH_DESC_ADDR_39_32_OFFSET 0x00000008
- #define REO_FLUSH_QUEUE_2_FLUSH_DESC_ADDR_39_32_LSB 0
- #define REO_FLUSH_QUEUE_2_FLUSH_DESC_ADDR_39_32_MASK 0x000000ff
- /* Description REO_FLUSH_QUEUE_2_BLOCK_DESC_ADDR_USAGE_AFTER_FLUSH
-
- When set, REO shall not re-fetch this address till SW
- explicitly unblocked this address
-
-
-
- If the blocking resource was already used, this command
- shall fail and an error is reported
-
-
-
- <legal all>
- */
- #define REO_FLUSH_QUEUE_2_BLOCK_DESC_ADDR_USAGE_AFTER_FLUSH_OFFSET 0x00000008
- #define REO_FLUSH_QUEUE_2_BLOCK_DESC_ADDR_USAGE_AFTER_FLUSH_LSB 8
- #define REO_FLUSH_QUEUE_2_BLOCK_DESC_ADDR_USAGE_AFTER_FLUSH_MASK 0x00000100
- /* Description REO_FLUSH_QUEUE_2_BLOCK_RESOURCE_INDEX
-
- Field only valid when 'Block_desc_addr_usage_after_flush
- ' is set.
-
-
-
- Indicates which of the four blocking resources in REO
- will be assigned for managing the blocking of this address.
-
- <legal all>
- */
- #define REO_FLUSH_QUEUE_2_BLOCK_RESOURCE_INDEX_OFFSET 0x00000008
- #define REO_FLUSH_QUEUE_2_BLOCK_RESOURCE_INDEX_LSB 9
- #define REO_FLUSH_QUEUE_2_BLOCK_RESOURCE_INDEX_MASK 0x00000600
- /* Description REO_FLUSH_QUEUE_2_RESERVED_2A
-
- <legal 0>
- */
- #define REO_FLUSH_QUEUE_2_RESERVED_2A_OFFSET 0x00000008
- #define REO_FLUSH_QUEUE_2_RESERVED_2A_LSB 11
- #define REO_FLUSH_QUEUE_2_RESERVED_2A_MASK 0xfffff800
- /* Description REO_FLUSH_QUEUE_3_RESERVED_3A
-
- <legal 0>
- */
- #define REO_FLUSH_QUEUE_3_RESERVED_3A_OFFSET 0x0000000c
- #define REO_FLUSH_QUEUE_3_RESERVED_3A_LSB 0
- #define REO_FLUSH_QUEUE_3_RESERVED_3A_MASK 0xffffffff
- /* Description REO_FLUSH_QUEUE_4_RESERVED_4A
-
- <legal 0>
- */
- #define REO_FLUSH_QUEUE_4_RESERVED_4A_OFFSET 0x00000010
- #define REO_FLUSH_QUEUE_4_RESERVED_4A_LSB 0
- #define REO_FLUSH_QUEUE_4_RESERVED_4A_MASK 0xffffffff
- /* Description REO_FLUSH_QUEUE_5_RESERVED_5A
-
- <legal 0>
- */
- #define REO_FLUSH_QUEUE_5_RESERVED_5A_OFFSET 0x00000014
- #define REO_FLUSH_QUEUE_5_RESERVED_5A_LSB 0
- #define REO_FLUSH_QUEUE_5_RESERVED_5A_MASK 0xffffffff
- /* Description REO_FLUSH_QUEUE_6_RESERVED_6A
-
- <legal 0>
- */
- #define REO_FLUSH_QUEUE_6_RESERVED_6A_OFFSET 0x00000018
- #define REO_FLUSH_QUEUE_6_RESERVED_6A_LSB 0
- #define REO_FLUSH_QUEUE_6_RESERVED_6A_MASK 0xffffffff
- /* Description REO_FLUSH_QUEUE_7_RESERVED_7A
-
- <legal 0>
- */
- #define REO_FLUSH_QUEUE_7_RESERVED_7A_OFFSET 0x0000001c
- #define REO_FLUSH_QUEUE_7_RESERVED_7A_LSB 0
- #define REO_FLUSH_QUEUE_7_RESERVED_7A_MASK 0xffffffff
- /* Description REO_FLUSH_QUEUE_8_RESERVED_8A
-
- <legal 0>
- */
- #define REO_FLUSH_QUEUE_8_RESERVED_8A_OFFSET 0x00000020
- #define REO_FLUSH_QUEUE_8_RESERVED_8A_LSB 0
- #define REO_FLUSH_QUEUE_8_RESERVED_8A_MASK 0xffffffff
- #endif // _REO_FLUSH_QUEUE_H_
|