mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 23:03:02 +08:00
refactor: move i915 ioctl helper to dedicated file
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
8ca8d72a4c
commit
d8f6551b6b
@@ -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 = {};
|
||||
|
||||
Reference in New Issue
Block a user