reo_flush_queue.h 9.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350
  1. /*
  2. * Copyright (c) 2020, The Linux Foundation. All rights reserved.
  3. *
  4. * Permission to use, copy, modify, and/or distribute this software for any
  5. * purpose with or without fee is hereby granted, provided that the above
  6. * copyright notice and this permission notice appear in all copies.
  7. *
  8. * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
  9. * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
  10. * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
  11. * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
  12. * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
  13. * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
  14. * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  15. */
  16. #ifndef _REO_FLUSH_QUEUE_H_
  17. #define _REO_FLUSH_QUEUE_H_
  18. #if !defined(__ASSEMBLER__)
  19. #endif
  20. #include "uniform_reo_cmd_header.h"
  21. // ################ START SUMMARY #################
  22. //
  23. // Dword Fields
  24. // 0 struct uniform_reo_cmd_header cmd_header;
  25. // 1 flush_desc_addr_31_0[31:0]
  26. // 2 flush_desc_addr_39_32[7:0], block_desc_addr_usage_after_flush[8], block_resource_index[10:9], invalidate_queue_and_flush[11], reserved_2a[31:12]
  27. // 3 reserved_3a[31:0]
  28. // 4 reserved_4a[31:0]
  29. // 5 reserved_5a[31:0]
  30. // 6 reserved_6a[31:0]
  31. // 7 reserved_7a[31:0]
  32. // 8 reserved_8a[31:0]
  33. //
  34. // ################ END SUMMARY #################
  35. #define NUM_OF_DWORDS_REO_FLUSH_QUEUE 9
  36. struct reo_flush_queue {
  37. struct uniform_reo_cmd_header cmd_header;
  38. uint32_t flush_desc_addr_31_0 : 32; //[31:0]
  39. uint32_t flush_desc_addr_39_32 : 8, //[7:0]
  40. block_desc_addr_usage_after_flush: 1, //[8]
  41. block_resource_index : 2, //[10:9]
  42. invalidate_queue_and_flush : 1, //[11]
  43. reserved_2a : 20; //[31:12]
  44. uint32_t reserved_3a : 32; //[31:0]
  45. uint32_t reserved_4a : 32; //[31:0]
  46. uint32_t reserved_5a : 32; //[31:0]
  47. uint32_t reserved_6a : 32; //[31:0]
  48. uint32_t reserved_7a : 32; //[31:0]
  49. uint32_t reserved_8a : 32; //[31:0]
  50. };
  51. /*
  52. struct uniform_reo_cmd_header cmd_header
  53. Consumer: REO
  54. Producer: SW
  55. Details for command execution tracking purposes.
  56. flush_desc_addr_31_0
  57. Consumer: REO
  58. Producer: SW
  59. Address (lower 32 bits) of the descriptor to flush
  60. <legal all>
  61. flush_desc_addr_39_32
  62. Consumer: REO
  63. Producer: SW
  64. Address (upper 8 bits) of the descriptor to flush
  65. <legal all>
  66. block_desc_addr_usage_after_flush
  67. When set, REO shall not re-fetch this address till SW
  68. explicitly unblocked this address
  69. If the blocking resource was already used, this command
  70. shall fail and an error is reported
  71. <legal all>
  72. block_resource_index
  73. Field only valid when 'Block_desc_addr_usage_after_flush
  74. ' is set.
  75. Indicates which of the four blocking resources in REO
  76. will be assigned for managing the blocking of this address.
  77. <legal all>
  78. invalidate_queue_and_flush
  79. When set, after the queue has been completely flushed,
  80. invalidate the queue by clearing VLD and flush the queue
  81. descriptor from the cache.
  82. <legal all>
  83. reserved_2a
  84. <legal 0>
  85. reserved_3a
  86. <legal 0>
  87. reserved_4a
  88. <legal 0>
  89. reserved_5a
  90. <legal 0>
  91. reserved_6a
  92. <legal 0>
  93. reserved_7a
  94. <legal 0>
  95. reserved_8a
  96. <legal 0>
  97. */
  98. /* EXTERNAL REFERENCE : struct uniform_reo_cmd_header cmd_header */
  99. /* Description REO_FLUSH_QUEUE_0_CMD_HEADER_REO_CMD_NUMBER
  100. Consumer: REO/SW/DEBUG
  101. Producer: SW
  102. This number can be used by SW to track, identify and
  103. link the created commands with the command statusses
  104. <legal all>
  105. */
  106. #define REO_FLUSH_QUEUE_0_CMD_HEADER_REO_CMD_NUMBER_OFFSET 0x00000000
  107. #define REO_FLUSH_QUEUE_0_CMD_HEADER_REO_CMD_NUMBER_LSB 0
  108. #define REO_FLUSH_QUEUE_0_CMD_HEADER_REO_CMD_NUMBER_MASK 0x0000ffff
  109. /* Description REO_FLUSH_QUEUE_0_CMD_HEADER_REO_STATUS_REQUIRED
  110. Consumer: REO
  111. Producer: SW
  112. <enum 0 NoStatus> REO does not need to generate a status
  113. TLV for the execution of this command
  114. <enum 1 StatusRequired> REO shall generate a status TLV
  115. for the execution of this command
  116. <legal all>
  117. */
  118. #define REO_FLUSH_QUEUE_0_CMD_HEADER_REO_STATUS_REQUIRED_OFFSET 0x00000000
  119. #define REO_FLUSH_QUEUE_0_CMD_HEADER_REO_STATUS_REQUIRED_LSB 16
  120. #define REO_FLUSH_QUEUE_0_CMD_HEADER_REO_STATUS_REQUIRED_MASK 0x00010000
  121. /* Description REO_FLUSH_QUEUE_0_CMD_HEADER_RESERVED_0A
  122. <legal 0>
  123. */
  124. #define REO_FLUSH_QUEUE_0_CMD_HEADER_RESERVED_0A_OFFSET 0x00000000
  125. #define REO_FLUSH_QUEUE_0_CMD_HEADER_RESERVED_0A_LSB 17
  126. #define REO_FLUSH_QUEUE_0_CMD_HEADER_RESERVED_0A_MASK 0xfffe0000
  127. /* Description REO_FLUSH_QUEUE_1_FLUSH_DESC_ADDR_31_0
  128. Consumer: REO
  129. Producer: SW
  130. Address (lower 32 bits) of the descriptor to flush
  131. <legal all>
  132. */
  133. #define REO_FLUSH_QUEUE_1_FLUSH_DESC_ADDR_31_0_OFFSET 0x00000004
  134. #define REO_FLUSH_QUEUE_1_FLUSH_DESC_ADDR_31_0_LSB 0
  135. #define REO_FLUSH_QUEUE_1_FLUSH_DESC_ADDR_31_0_MASK 0xffffffff
  136. /* Description REO_FLUSH_QUEUE_2_FLUSH_DESC_ADDR_39_32
  137. Consumer: REO
  138. Producer: SW
  139. Address (upper 8 bits) of the descriptor to flush
  140. <legal all>
  141. */
  142. #define REO_FLUSH_QUEUE_2_FLUSH_DESC_ADDR_39_32_OFFSET 0x00000008
  143. #define REO_FLUSH_QUEUE_2_FLUSH_DESC_ADDR_39_32_LSB 0
  144. #define REO_FLUSH_QUEUE_2_FLUSH_DESC_ADDR_39_32_MASK 0x000000ff
  145. /* Description REO_FLUSH_QUEUE_2_BLOCK_DESC_ADDR_USAGE_AFTER_FLUSH
  146. When set, REO shall not re-fetch this address till SW
  147. explicitly unblocked this address
  148. If the blocking resource was already used, this command
  149. shall fail and an error is reported
  150. <legal all>
  151. */
  152. #define REO_FLUSH_QUEUE_2_BLOCK_DESC_ADDR_USAGE_AFTER_FLUSH_OFFSET 0x00000008
  153. #define REO_FLUSH_QUEUE_2_BLOCK_DESC_ADDR_USAGE_AFTER_FLUSH_LSB 8
  154. #define REO_FLUSH_QUEUE_2_BLOCK_DESC_ADDR_USAGE_AFTER_FLUSH_MASK 0x00000100
  155. /* Description REO_FLUSH_QUEUE_2_BLOCK_RESOURCE_INDEX
  156. Field only valid when 'Block_desc_addr_usage_after_flush
  157. ' is set.
  158. Indicates which of the four blocking resources in REO
  159. will be assigned for managing the blocking of this address.
  160. <legal all>
  161. */
  162. #define REO_FLUSH_QUEUE_2_BLOCK_RESOURCE_INDEX_OFFSET 0x00000008
  163. #define REO_FLUSH_QUEUE_2_BLOCK_RESOURCE_INDEX_LSB 9
  164. #define REO_FLUSH_QUEUE_2_BLOCK_RESOURCE_INDEX_MASK 0x00000600
  165. /* Description REO_FLUSH_QUEUE_2_INVALIDATE_QUEUE_AND_FLUSH
  166. When set, after the queue has been completely flushed,
  167. invalidate the queue by clearing VLD and flush the queue
  168. descriptor from the cache.
  169. <legal all>
  170. */
  171. #define REO_FLUSH_QUEUE_2_INVALIDATE_QUEUE_AND_FLUSH_OFFSET 0x00000008
  172. #define REO_FLUSH_QUEUE_2_INVALIDATE_QUEUE_AND_FLUSH_LSB 11
  173. #define REO_FLUSH_QUEUE_2_INVALIDATE_QUEUE_AND_FLUSH_MASK 0x00000800
  174. /* Description REO_FLUSH_QUEUE_2_RESERVED_2A
  175. <legal 0>
  176. */
  177. #define REO_FLUSH_QUEUE_2_RESERVED_2A_OFFSET 0x00000008
  178. #define REO_FLUSH_QUEUE_2_RESERVED_2A_LSB 12
  179. #define REO_FLUSH_QUEUE_2_RESERVED_2A_MASK 0xfffff000
  180. /* Description REO_FLUSH_QUEUE_3_RESERVED_3A
  181. <legal 0>
  182. */
  183. #define REO_FLUSH_QUEUE_3_RESERVED_3A_OFFSET 0x0000000c
  184. #define REO_FLUSH_QUEUE_3_RESERVED_3A_LSB 0
  185. #define REO_FLUSH_QUEUE_3_RESERVED_3A_MASK 0xffffffff
  186. /* Description REO_FLUSH_QUEUE_4_RESERVED_4A
  187. <legal 0>
  188. */
  189. #define REO_FLUSH_QUEUE_4_RESERVED_4A_OFFSET 0x00000010
  190. #define REO_FLUSH_QUEUE_4_RESERVED_4A_LSB 0
  191. #define REO_FLUSH_QUEUE_4_RESERVED_4A_MASK 0xffffffff
  192. /* Description REO_FLUSH_QUEUE_5_RESERVED_5A
  193. <legal 0>
  194. */
  195. #define REO_FLUSH_QUEUE_5_RESERVED_5A_OFFSET 0x00000014
  196. #define REO_FLUSH_QUEUE_5_RESERVED_5A_LSB 0
  197. #define REO_FLUSH_QUEUE_5_RESERVED_5A_MASK 0xffffffff
  198. /* Description REO_FLUSH_QUEUE_6_RESERVED_6A
  199. <legal 0>
  200. */
  201. #define REO_FLUSH_QUEUE_6_RESERVED_6A_OFFSET 0x00000018
  202. #define REO_FLUSH_QUEUE_6_RESERVED_6A_LSB 0
  203. #define REO_FLUSH_QUEUE_6_RESERVED_6A_MASK 0xffffffff
  204. /* Description REO_FLUSH_QUEUE_7_RESERVED_7A
  205. <legal 0>
  206. */
  207. #define REO_FLUSH_QUEUE_7_RESERVED_7A_OFFSET 0x0000001c
  208. #define REO_FLUSH_QUEUE_7_RESERVED_7A_LSB 0
  209. #define REO_FLUSH_QUEUE_7_RESERVED_7A_MASK 0xffffffff
  210. /* Description REO_FLUSH_QUEUE_8_RESERVED_8A
  211. <legal 0>
  212. */
  213. #define REO_FLUSH_QUEUE_8_RESERVED_8A_OFFSET 0x00000020
  214. #define REO_FLUSH_QUEUE_8_RESERVED_8A_LSB 0
  215. #define REO_FLUSH_QUEUE_8_RESERVED_8A_MASK 0xffffffff
  216. #endif // _REO_FLUSH_QUEUE_H_