summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-08-02 03:01:13 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-08-02 03:01:13 +0000
commit8e629bd400baf26b37a934cbe4504f77ec0d08b0 (patch)
tree41f9946400271573ab3653e5ee7eeb0163d31787
parent2ff8cafd0181bf769de472534cee701841fbe942 (diff)
parentcc573efaea85b4b0c7f86aed80c242d6073fbf9b (diff)
downloadvirtual-device-android-gs-raviole-5.10-u-beta5.tar.gz
Change-Id: I96cb983cd8a5e5d8b7123a0e34fd50f47b7dc8db
-rw-r--r--virtio_gpu/virtgpu_vram.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/virtio_gpu/virtgpu_vram.c b/virtio_gpu/virtgpu_vram.c
index 23c21bc..5d00fa6 100644
--- a/virtio_gpu/virtgpu_vram.c
+++ b/virtio_gpu/virtgpu_vram.c
@@ -69,6 +69,7 @@ static const struct drm_gem_object_funcs virtio_gpu_vram_funcs = {
.close = virtio_gpu_gem_object_close,
.free = virtio_gpu_vram_free,
.mmap = virtio_gpu_vram_mmap,
+ .export = virtgpu_gem_prime_export,
};
bool virtio_gpu_is_vram(struct virtio_gpu_object *bo)