mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-26 23:33:20 +08:00
Change-Id: I3b682fabde9c2ddb2c33a95aef77bf6ce400a21f Signed-off-by: Dunajski, Bartosz <bartosz.dunajski@intel.com>
20 lines
271 B
C++
20 lines
271 B
C++
/*
|
|
* Copyright (C) 2017-2018 Intel Corporation
|
|
*
|
|
* SPDX-License-Identifier: MIT
|
|
*
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
#include "engine_node.h"
|
|
|
|
namespace OCLRT {
|
|
|
|
class DrmEngineMapper {
|
|
public:
|
|
static unsigned int engineNodeMap(EngineType engineType);
|
|
};
|
|
|
|
} // namespace OCLRT
|