mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-20 13:11:34 +08:00

Change-Id: Ieaa75aaf4aca4487833754eb38ff709adcbf0f11 Signed-off-by: Piotr Fusik <piotr.fusik@intel.com>
20 lines
279 B
C++
20 lines
279 B
C++
/*
|
|
* Copyright (C) 2017-2019 Intel Corporation
|
|
*
|
|
* SPDX-License-Identifier: MIT
|
|
*
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
#include "engine_node.h"
|
|
|
|
namespace NEO {
|
|
|
|
class DrmEngineMapper {
|
|
public:
|
|
static unsigned int engineNodeMap(aub_stream::EngineType engineType);
|
|
};
|
|
|
|
} // namespace NEO
|