mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-05 09:09:04 +08:00
Create enum values for i915 context param values
Related-To: NEO-6999 Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
db2d1a53b9
commit
416ca5938e
@@ -227,6 +227,13 @@ enum class DrmIoctl {
|
||||
};
|
||||
|
||||
enum class DrmParam {
|
||||
ContextParamEngines,
|
||||
ContextParamGttSize,
|
||||
ContextParamPersistence,
|
||||
ContextParamPriority,
|
||||
ContextParamRecoverable,
|
||||
ContextParamSseu,
|
||||
ContextParamVm,
|
||||
EngineClassRender,
|
||||
EngineClassCompute,
|
||||
EngineClassCopy,
|
||||
|
||||
Reference in New Issue
Block a user