2018-04-04 18:38:36 +02:00
|
|
|
/*
|
2023-01-04 15:00:09 +00:00
|
|
|
* Copyright (C) 2018-2023 Intel Corporation
|
2018-04-04 18:38:36 +02:00
|
|
|
*
|
2018-09-18 09:11:08 +02:00
|
|
|
* SPDX-License-Identifier: MIT
|
2018-04-04 18:38:36 +02:00
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
|
2018-06-21 12:06:32 +02:00
|
|
|
#pragma once
|
2020-02-23 22:44:01 +01:00
|
|
|
#include "shared/source/commands/bxml_generator_glue.h"
|
|
|
|
|
#include "shared/source/gen8/hw_info.h"
|
|
|
|
|
#include "shared/source/helpers/debug_helpers.h"
|
2019-02-27 11:39:32 +01:00
|
|
|
|
2018-06-21 12:06:32 +02:00
|
|
|
#include "igfxfmid.h"
|
2018-04-04 18:38:36 +02:00
|
|
|
|
2019-02-27 11:39:32 +01:00
|
|
|
#include <cstddef>
|
2022-11-28 19:00:39 +00:00
|
|
|
#include <cstring>
|
2019-02-27 11:39:32 +01:00
|
|
|
|
2023-01-04 15:00:09 +00:00
|
|
|
// forward declaration for parsing logic
|
2018-10-22 15:09:08 +02:00
|
|
|
template <class T>
|
|
|
|
|
struct CmdParse;
|
2018-09-07 17:04:18 +02:00
|
|
|
|
2022-06-21 10:28:33 +00:00
|
|
|
namespace NEO {
|
|
|
|
|
class LogicalStateHelper;
|
2022-07-25 15:30:11 +00:00
|
|
|
struct Gen8 {
|
2020-02-23 22:44:01 +01:00
|
|
|
#include "shared/source/generated/gen8/hw_cmds_generated_gen8.inl"
|
2020-04-27 15:40:12 +02:00
|
|
|
|
2022-01-13 23:57:00 +00:00
|
|
|
static constexpr bool supportsSampler = true;
|
2022-01-17 12:54:53 +00:00
|
|
|
static constexpr bool isUsingGenericMediaStateClear = true;
|
2022-03-30 14:11:26 +00:00
|
|
|
static constexpr bool isUsingMiMemFence = false;
|
2022-11-08 11:05:43 +00:00
|
|
|
static constexpr bool isUsingMiSetPredicate = false;
|
2022-03-30 14:11:26 +00:00
|
|
|
|
2022-08-23 04:02:33 +00:00
|
|
|
struct FrontEndStateSupport {
|
|
|
|
|
static constexpr bool scratchSize = true;
|
|
|
|
|
static constexpr bool privateScratchSize = false;
|
2022-08-29 20:06:04 +00:00
|
|
|
static constexpr bool computeDispatchAllWalker = false;
|
|
|
|
|
static constexpr bool disableEuFusion = false;
|
|
|
|
|
static constexpr bool disableOverdispatch = false;
|
|
|
|
|
static constexpr bool singleSliceDispatchCcsMode = false;
|
2022-08-23 04:02:33 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
|
|
struct StateComputeModeStateSupport {
|
|
|
|
|
static constexpr bool threadArbitrationPolicy = false;
|
|
|
|
|
static constexpr bool coherencyRequired = true;
|
|
|
|
|
static constexpr bool largeGrfMode = false;
|
|
|
|
|
static constexpr bool zPassAsyncComputeThreadLimit = false;
|
|
|
|
|
static constexpr bool pixelAsyncComputeThreadLimit = false;
|
|
|
|
|
static constexpr bool devicePreemptionMode = false;
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
struct StateBaseAddressStateSupport {
|
|
|
|
|
static constexpr bool globalAtomics = false;
|
2022-11-22 17:17:04 +00:00
|
|
|
static constexpr bool bindingTablePoolBaseAddress = false;
|
2022-08-23 04:02:33 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
|
|
struct PipelineSelectStateSupport {
|
2022-09-12 19:11:56 +00:00
|
|
|
static constexpr bool mediaSamplerDopClockGate = false;
|
|
|
|
|
static constexpr bool systolicMode = false;
|
2022-08-23 04:02:33 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
|
|
struct PreemptionDebugSupport {
|
|
|
|
|
static constexpr bool preemptionMode = true;
|
|
|
|
|
static constexpr bool stateSip = true;
|
|
|
|
|
static constexpr bool csrSurface = false;
|
|
|
|
|
};
|
|
|
|
|
|
2020-04-27 15:40:12 +02:00
|
|
|
struct DataPortBindlessSurfaceExtendedMessageDescriptor {
|
|
|
|
|
union {
|
|
|
|
|
struct {
|
|
|
|
|
uint32_t bindlessSurfaceOffset : 20;
|
|
|
|
|
uint32_t reserved : 1;
|
|
|
|
|
uint32_t executionUnitExtendedMessageDescriptorDefinition : 11;
|
|
|
|
|
};
|
|
|
|
|
uint32_t packed;
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
DataPortBindlessSurfaceExtendedMessageDescriptor() {
|
|
|
|
|
packed = 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
void setBindlessSurfaceOffset(uint32_t offsetInBindlessSurfaceHeapInBytes) {
|
|
|
|
|
bindlessSurfaceOffset = offsetInBindlessSurfaceHeapInBytes >> 6;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
uint32_t getBindlessSurfaceOffsetToPatch() {
|
|
|
|
|
return bindlessSurfaceOffset << 12;
|
|
|
|
|
}
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
static_assert(sizeof(DataPortBindlessSurfaceExtendedMessageDescriptor) == sizeof(DataPortBindlessSurfaceExtendedMessageDescriptor::packed), "");
|
2018-06-21 12:06:32 +02:00
|
|
|
};
|
2022-07-25 15:30:11 +00:00
|
|
|
struct Gen8Family : public Gen8 {
|
|
|
|
|
using PARSE = CmdParse<Gen8Family>;
|
|
|
|
|
using GfxFamily = Gen8Family;
|
2018-09-27 15:22:36 +02:00
|
|
|
using WALKER_TYPE = GPGPU_WALKER;
|
2019-10-01 11:51:31 +02:00
|
|
|
using VFE_STATE_TYPE = MEDIA_VFE_STATE;
|
2022-01-14 01:12:12 +00:00
|
|
|
using XY_BLOCK_COPY_BLT = typename GfxFamily::XY_SRC_COPY_BLT;
|
2019-04-03 09:34:03 +02:00
|
|
|
using XY_COPY_BLT = typename GfxFamily::XY_SRC_COPY_BLT;
|
2018-12-27 16:01:22 +01:00
|
|
|
using MI_STORE_REGISTER_MEM_CMD = typename GfxFamily::MI_STORE_REGISTER_MEM;
|
2021-03-29 14:46:41 +00:00
|
|
|
using TimestampPacketType = uint32_t;
|
2022-06-21 10:28:33 +00:00
|
|
|
using LogicalStateHelperHw = LogicalStateHelper;
|
2018-06-21 12:06:32 +02:00
|
|
|
static const GPGPU_WALKER cmdInitGpgpuWalker;
|
|
|
|
|
static const INTERFACE_DESCRIPTOR_DATA cmdInitInterfaceDescriptorData;
|
|
|
|
|
static const MEDIA_INTERFACE_DESCRIPTOR_LOAD cmdInitMediaInterfaceDescriptorLoad;
|
|
|
|
|
static const MEDIA_STATE_FLUSH cmdInitMediaStateFlush;
|
|
|
|
|
static const MI_BATCH_BUFFER_END cmdInitBatchBufferEnd;
|
|
|
|
|
static const MI_BATCH_BUFFER_START cmdInitBatchBufferStart;
|
|
|
|
|
static const PIPE_CONTROL cmdInitPipeControl;
|
2018-11-01 22:59:42 -07:00
|
|
|
static const MI_SEMAPHORE_WAIT cmdInitMiSemaphoreWait;
|
2019-01-17 17:10:12 +01:00
|
|
|
static const RENDER_SURFACE_STATE cmdInitRenderSurfaceState;
|
|
|
|
|
static const MI_LOAD_REGISTER_IMM cmdInitLoadRegisterImm;
|
|
|
|
|
static const MI_LOAD_REGISTER_REG cmdInitLoadRegisterReg;
|
|
|
|
|
static const MI_LOAD_REGISTER_MEM cmdInitLoadRegisterMem;
|
|
|
|
|
static const MI_STORE_DATA_IMM cmdInitStoreDataImm;
|
|
|
|
|
static const MI_STORE_REGISTER_MEM cmdInitStoreRegisterMem;
|
|
|
|
|
static const MI_NOOP cmdInitNoop;
|
|
|
|
|
static const MI_REPORT_PERF_COUNT cmdInitReportPerfCount;
|
|
|
|
|
static const MI_ATOMIC cmdInitAtomic;
|
|
|
|
|
static const PIPELINE_SELECT cmdInitPipelineSelect;
|
|
|
|
|
static const MI_ARB_CHECK cmdInitArbCheck;
|
|
|
|
|
static const MEDIA_VFE_STATE cmdInitMediaVfeState;
|
|
|
|
|
static const STATE_BASE_ADDRESS cmdInitStateBaseAddress;
|
|
|
|
|
static const MEDIA_SURFACE_STATE cmdInitMediaSurfaceState;
|
|
|
|
|
static const SAMPLER_STATE cmdInitSamplerState;
|
|
|
|
|
static const GPGPU_CSR_BASE_ADDRESS cmdInitGpgpuCsrBaseAddress;
|
|
|
|
|
static const STATE_SIP cmdInitStateSip;
|
|
|
|
|
static const BINDING_TABLE_STATE cmdInitBindingTableState;
|
|
|
|
|
static const MI_USER_INTERRUPT cmdInitUserInterrupt;
|
2022-01-14 01:12:12 +00:00
|
|
|
static const XY_BLOCK_COPY_BLT cmdInitXyBlockCopyBlt;
|
2019-04-03 09:34:03 +02:00
|
|
|
static const XY_SRC_COPY_BLT cmdInitXyCopyBlt;
|
|
|
|
|
static const MI_FLUSH_DW cmdInitMiFlushDw;
|
2020-04-28 10:24:22 +02:00
|
|
|
static const XY_COLOR_BLT cmdInitXyColorBlt;
|
2018-04-04 18:38:36 +02:00
|
|
|
|
2018-06-21 12:06:32 +02:00
|
|
|
static constexpr bool supportsCmdSet(GFXCORE_FAMILY cmdSetBaseFamily) {
|
|
|
|
|
return cmdSetBaseFamily == IGFX_GEN8_CORE;
|
|
|
|
|
}
|
|
|
|
|
};
|
2018-04-04 18:38:36 +02:00
|
|
|
|
2019-03-26 11:59:46 +01:00
|
|
|
} // namespace NEO
|