fix: Correct IoctlHelperXe logic to query PF support

Move logic in order to respect relevant checks before trying to query support.

Signed-off-by: Filip Hazubski <filip.hazubski@intel.com>
This commit is contained in:
Filip Hazubski
2025-05-21 17:51:30 +00:00
committed by Compute-Runtime-Automation
parent 0b46fb9f0d
commit 3e59a2f108
4 changed files with 28 additions and 78 deletions

View File

@@ -24,7 +24,6 @@ struct MockIoctlHelperXe : IoctlHelperXe {
using IoctlHelperXe::maxExecQueuePriority;
using IoctlHelperXe::queryGtListData;
using IoctlHelperXe::setContextProperties;
using IoctlHelperXe::supportedFeatures;
using IoctlHelperXe::tileIdToGtId;
using IoctlHelperXe::updateBindInfo;
using IoctlHelperXe::UserFenceExtension;