refactor: move i915 ioctl helper to dedicated file

Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
Mateusz Jablonski
2023-12-27 16:23:42 +00:00
committed by Compute-Runtime-Automation
parent 8ca8d72a4c
commit d8f6551b6b
12 changed files with 715 additions and 656 deletions

View File

@@ -177,6 +177,10 @@ bool IoctlHelperXe::isVmBindAvailable() {
return true;
}
bool IoctlHelperXe::setDomainCpu(uint32_t handle, bool writeEnable) {
return false;
}
template <typename DataType>
std::vector<DataType> IoctlHelperXe::queryData(uint32_t queryId) {
struct drm_xe_device_query deviceQuery = {};