mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-24 21:11:16 +08:00
fix: Crash on over memory allocation
- Add defer backing flag to gem create ioctl - Make memory resident before lock Related-To: NEO-13403 Signed-off-by: Bellekallu Rajkiran <bellekallu.rajkiran@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
aab1113632
commit
3bef9f886a
@@ -236,6 +236,8 @@ class IoctlHelper {
|
||||
|
||||
virtual bool isTimestampsRefreshEnabled() { return false; }
|
||||
|
||||
virtual bool makeResidentBeforeLockNeeded() const { return false; }
|
||||
|
||||
protected:
|
||||
Drm &drm;
|
||||
ExternalCtx *externalCtx = nullptr;
|
||||
|
||||
Reference in New Issue
Block a user