mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-20 00:24:58 +08:00
Operate on OsContext when per context VMs are used Related-To: NEO-4957 Change-Id: Ia6bef88a80163d4ceee9f9bf59bda6b569d8929f Signed-off-by: Mateusz Hoppe <mateusz.hoppe@intel.com>
15 lines
316 B
C++
15 lines
316 B
C++
/*
|
|
* Copyright (C) 2017-2020 Intel Corporation
|
|
*
|
|
* SPDX-License-Identifier: MIT
|
|
*
|
|
*/
|
|
|
|
#include "shared/source/os_interface/linux/drm_buffer_object.h"
|
|
|
|
namespace NEO {
|
|
|
|
void BufferObject::fillExecObjectImpl(drm_i915_gem_exec_object2 &execObject, OsContext *osContext, uint32_t vmHandleId) {}
|
|
|
|
} // namespace NEO
|