SWDEV-404889 - Inital change for debugger support

- Program unique AQL index for debugger. The logic manages AQL array of packets per HW queue.
- Provide debug state to PAL

Change-Id: I38fa1f5435fa711fd1d44dc391f2e61eb2a25efa
이 커밋은 다음에 포함됨:
German
2023-08-17 16:17:23 -04:00
커밋한 사람 German Andryeyev
부모 6f5277c701
커밋 d97cc0abbd
7개의 변경된 파일126개의 추가작업 그리고 34개의 파일을 삭제
+2 -1
파일 보기
@@ -109,7 +109,8 @@ class HSAILKernel : public device::Kernel {
const_address params, //!< Application arguments for the kernel
size_t ldsAddress, //!< LDS address that includes all arguments.
uint64_t vmDefQueue, //!< GPU VM default queue pointer
uint64_t* vmParentWrap //!< GPU VM parent aql wrap object
uint64_t* vmParentWrap, //!< GPU VM parent aql wrap object
uint32_t* aql_index //!< AQL packet index in the packets array for debugger
) const;
//! Returns the kernel index in the program