mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-10 15:12:56 +08:00
Create a wrapper for drm_i915_gem_context_param_sseu
Related-To: NEO-6852 Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
cbd73d2d9c
commit
e7e1e64cca
@@ -6,6 +6,7 @@
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
#include "shared/source/os_interface/linux/drm_wrappers.h"
|
||||
#include "shared/source/utilities/stackvec.h"
|
||||
|
||||
#include "igfxfmid.h"
|
||||
@@ -24,9 +25,6 @@ class Drm;
|
||||
class IoctlHelper;
|
||||
enum class CacheRegion : uint16_t;
|
||||
struct HardwareInfo;
|
||||
struct ExecBuffer;
|
||||
struct ExecObject;
|
||||
struct QueryItem;
|
||||
|
||||
extern IoctlHelper *ioctlHelperFactory[IGFX_MAX_PRODUCT];
|
||||
|
||||
@@ -35,11 +33,6 @@ struct MemoryClassInstance {
|
||||
uint16_t memoryInstance;
|
||||
};
|
||||
|
||||
struct EngineClassInstance {
|
||||
uint16_t engineClass;
|
||||
uint16_t engineInstance;
|
||||
};
|
||||
|
||||
struct MemoryRegion {
|
||||
MemoryClassInstance region;
|
||||
uint64_t probedSize;
|
||||
|
||||
Reference in New Issue
Block a user