mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-25 05:24:02 +08:00
fix: Dispatch residency fence when stopping ulls on windows
Related-To: NEO-14396, HSD-18041496023, HSD-13012953666, NEO-14611 Signed-off-by: Maciej Plewka <maciej.plewka@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
092291ce08
commit
286acf30a3
@@ -35,6 +35,8 @@ class DrmDirectSubmission : public DirectSubmissionHw<GfxFamily, Dispatcher> {
|
||||
|
||||
void ensureRingCompletion() override;
|
||||
void handleSwitchRingBuffers(ResidencyContainer *allocationsForResidency) override;
|
||||
void dispatchStopRingBufferSection() override;
|
||||
size_t dispatchStopRingBufferSectionSize() override;
|
||||
uint64_t updateTagValue(bool requireMonitorFence) override;
|
||||
void getTagAddressValue(TagData &tagData) override;
|
||||
void getTagAddressValueForRingSwitch(TagData &tagData) override;
|
||||
|
||||
Reference in New Issue
Block a user