Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
libhsakmt: Check for KFD 1.13 for debug ioctl interface
Core dump support relies on debugger related KFD ioctl which have been introduced in version 1.13 of the interface. However, the code checks for KFD_IOCTL_MINOR_VERSION (currently 17), making it impossible to produce core dumps when using some drivers that should support it. Update the CHECK_KFD_MINOR_VERSION calls in the debugger related ioctl wrappers and look for KFD 1.13 or above. Change-Id: I10a7fd03bf8f678b6318d7c25d6a7ded804dac67
- Loading branch information