mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-05 17:20:26 +08:00
feature: Set runalone mode for contexts with online debugging
Related-To: NEO-9139 Signed-off-by: Jitendra Sharma <jitendra.sharma@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
68b0d814a5
commit
aa191b6f88
@@ -105,7 +105,7 @@ class Drm : public DriverModel {
|
||||
int queryVmId(uint32_t drmContextId, uint32_t &vmId);
|
||||
void setLowPriorityContextParam(uint32_t drmContextId);
|
||||
|
||||
unsigned int bindDrmContext(uint32_t drmContextId, uint32_t deviceIndex, aub_stream::EngineType engineType, bool engineInstancedDevice);
|
||||
MOCKABLE_VIRTUAL unsigned int bindDrmContext(uint32_t drmContextId, uint32_t deviceIndex, aub_stream::EngineType engineType, bool engineInstancedDevice);
|
||||
|
||||
MOCKABLE_VIRTUAL int getErrno();
|
||||
bool setQueueSliceCount(uint64_t sliceCount);
|
||||
|
||||
Reference in New Issue
Block a user