mirror of
https://github.com/rust-vmm/vhost-device.git
synced 2025-12-31 11:29:37 +00:00
vhost-device-gpu: clean-up includes for gfxstream
Keep the compiler output clean for a --no-default-features build. Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
This commit is contained in:
parent
59ee4fec16
commit
9dcb98387a
@ -18,11 +18,12 @@ use rutabaga_gfx::{
|
||||
RutabagaComponentType, RutabagaFence, RutabagaFenceHandler, RutabagaHandle,
|
||||
RutabagaIntoRawDescriptor, RutabagaIovec, Transfer3D, RUTABAGA_HANDLE_TYPE_MEM_DMABUF,
|
||||
};
|
||||
#[cfg(feature = "gfxstream")]
|
||||
use vhost::vhost_user::gpu_message::VhostUserGpuScanout;
|
||||
use vhost::vhost_user::{
|
||||
gpu_message::{
|
||||
VhostUserGpuCursorPos, VhostUserGpuCursorUpdate, VhostUserGpuDMABUFScanout,
|
||||
VhostUserGpuDMABUFScanout2, VhostUserGpuEdidRequest, VhostUserGpuScanout,
|
||||
VhostUserGpuUpdate,
|
||||
VhostUserGpuDMABUFScanout2, VhostUserGpuEdidRequest, VhostUserGpuUpdate,
|
||||
},
|
||||
GpuBackend,
|
||||
};
|
||||
|
||||
Loading…
Reference in New Issue
Block a user