We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e066e13 commit eef7012Copy full SHA for eef7012
opencl/source/os_interface/linux/drm_command_stream.h
@@ -38,7 +38,7 @@ class DrmCommandStreamReceiver : public DeviceCommandStreamReceiver<GfxFamily> {
38
gemCloseWorkerMode mode = gemCloseWorkerMode::gemCloseWorkerActive);
39
40
bool flush(BatchBuffer &batchBuffer, ResidencyContainer &allocationsForResidency) override;
41
- void processResidency(const ResidencyContainer &allocationsForResidency, uint32_t handleId) override;
+ MOCKABLE_VIRTUAL void processResidency(const ResidencyContainer &allocationsForResidency, uint32_t handleId) override;
42
void makeNonResident(GraphicsAllocation &gfxAllocation) override;
43
bool waitForFlushStamp(FlushStamp &flushStampToWait) override;
44
0 commit comments