Refactor implicit scaling device support

Related-To: NEO-6589

Signed-off-by: Zbigniew Zdanowicz <zbigniew.zdanowicz@intel.com>
This commit is contained in:
Zbigniew Zdanowicz
2022-01-11 19:41:57 +00:00
committed by Compute-Runtime-Automation
parent dd63f96836
commit 4238679078
25 changed files with 175 additions and 45 deletions

View File

@ -78,7 +78,6 @@ class CommandStreamReceiverHw : public CommandStreamReceiver {
void programComputeMode(LinearStream &csr, DispatchFlags &dispatchFlags, const HardwareInfo &hwInfo);
void waitForTaskCountWithKmdNotifyFallback(uint32_t taskCountToWait, FlushStamp flushStampToWait, bool useQuickKmdSleep, bool forcePowerSavingMode) override;
const HardwareInfo &peekHwInfo() const;
void collectStateBaseAddresPatchInfo(
uint64_t commandBufferAddress,