mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-24 21:18:24 +08:00
build: add clang-tidy restriction for Enum case
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
590418a588
commit
a4888b39c6
@@ -22,17 +22,17 @@ class DrmAllocation;
|
||||
class OsContextLinux;
|
||||
enum class AtomicAccessMode : uint32_t;
|
||||
|
||||
enum class gemCloseWorkerMode;
|
||||
enum class GemCloseWorkerMode;
|
||||
|
||||
class DrmMemoryManager : public MemoryManager {
|
||||
public:
|
||||
DrmMemoryManager(gemCloseWorkerMode mode,
|
||||
DrmMemoryManager(GemCloseWorkerMode mode,
|
||||
bool forcePinAllowed,
|
||||
bool validateHostPtrMemory,
|
||||
ExecutionEnvironment &executionEnvironment);
|
||||
~DrmMemoryManager() override;
|
||||
|
||||
void initialize(gemCloseWorkerMode mode);
|
||||
void initialize(GemCloseWorkerMode mode);
|
||||
void addAllocationToHostPtrManager(GraphicsAllocation *gfxAllocation) override;
|
||||
void removeAllocationFromHostPtrManager(GraphicsAllocation *gfxAllocation) override;
|
||||
void freeGraphicsMemoryImpl(GraphicsAllocation *gfxAllocation) override;
|
||||
|
||||
Reference in New Issue
Block a user