mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-20 13:11:34 +08:00
Improve control of explicit residency flag
Signed-off-by: Milczarek, Slawomir <slawomir.milczarek@intel.com>
This commit is contained in:

committed by
Compute-Runtime-Automation

parent
3e5d68deab
commit
8cf3e8ca94
@ -88,7 +88,7 @@ class DrmAllocation : public GraphicsAllocation {
|
||||
void freeRegisteredBOBindExtHandles(Drm *drm);
|
||||
void linkWithRegisteredHandle(uint32_t handle);
|
||||
MOCKABLE_VIRTUAL void markForCapture();
|
||||
bool shouldAllocationPageFault(Drm *drm);
|
||||
MOCKABLE_VIRTUAL bool shouldAllocationPageFault(const Drm *drm);
|
||||
|
||||
protected:
|
||||
BufferObjects bufferObjects{};
|
||||
|
Reference in New Issue
Block a user