Files
third_party_mesa3d/src/gfxstream/guest/platform/kumquat/VirtGpuKumquatStub.cpp

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

20 lines
404 B
C++
Raw Normal View History

/*
* Copyright 2022 Google
* SPDX-License-Identifier: MIT
*/
#include "Sync.h"
#include "VirtGpu.h"
#include "util/log.h"
VirtGpuDevice* kumquatCreateVirtGpuDevice(enum VirtGpuCapset capset, int32_t descriptor) {
mesa_loge("Using stub implementation of kumquat");
return nullptr;
}
namespace gfxstream {
SyncHelper* kumquatCreateSyncHelper() { return nullptr; }
} // namespace gfxstream