compute-runtime/runtime/os_interface/linux/drm_engine_mapper.h

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