drm/virtio: add case for shmem objects in virtio_gpu_cleanup_object(..)
This function can be reused for hostmem objects. v2: move virtio_gpu_is_shmem() check to virtio_gpu_cleanup_object() v3: use-after free fix Signed-off-by: Gurchetan Singh <gurchetansingh@chromium.org> Link: http://patchwork.freedesktop.org/patch/msgid/20200305013212.130640-2-gurchetansingh@chromium.org Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
This commit is contained in:

committed by
Gerd Hoffmann

parent
f651c8b055
commit
bc1a4130fc
@@ -371,7 +371,7 @@ int virtio_gpu_object_create(struct virtio_gpu_device *vgdev,
|
||||
struct virtio_gpu_object **bo_ptr,
|
||||
struct virtio_gpu_fence *fence);
|
||||
|
||||
bool virtio_gpu_is_shmem(struct drm_gem_object *obj);
|
||||
bool virtio_gpu_is_shmem(struct virtio_gpu_object *bo);
|
||||
|
||||
/* virtgpu_prime.c */
|
||||
struct drm_gem_object *virtgpu_gem_prime_import_sg_table(
|
||||
|
Reference in New Issue
Block a user