mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-24 21:18:24 +08:00
feature: Introduce ULLS light
Add core implementation of ULLS without VM_BIND interface aka ULLS light. Related-To: NEO-13922 Signed-off-by: Lukasz Jobczyk <lukasz.jobczyk@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
488ac4bb6a
commit
bc2b49b958
@@ -46,6 +46,7 @@ class OsContextLinux : public OsContext {
|
||||
void incFenceVal(uint32_t deviceIndex) { fenceVal[deviceIndex]++; }
|
||||
uint64_t *getFenceAddr(uint32_t deviceIndex) { return &pagingFence[deviceIndex]; }
|
||||
void waitForBind(uint32_t drmIterator);
|
||||
bool isDirectSubmissionLightActive() const override;
|
||||
|
||||
protected:
|
||||
bool initializeContext(bool allocateInterrupt) override;
|
||||
|
||||
Reference in New Issue
Block a user