BACKPORT: drm/virtio: track created object state
Track whenever the virtio_gpu_object is already created (i.e. host knows about it) in a new variable. Add checks to virtio_gpu_object_attach() to do nothing on objects not created yet. Make virtio_gpu_ttm_bo_destroy() use the new variable too, instead of expecting hw_res_handle indicating the object state. Signed-off-by:Gerd Hoffmann <kraxel@redhat.com> Reviewed-by:
Dave Airlie <airlied@redhat.com> Link: http://patchwork.freedesktop.org/patch/msgid/20181019061847.18958-2-kraxel@redhat.com (cherry picked from commit 23c897d72ca8064c626be0ef73fe671488d584bb) Signed-off-by:
Greg Hartman <ghartman@google.com> BUG: 139386237 Change-Id: Ib0d2cf8e0d6cce9a16537c9cea7074532b0f8d5e
Loading
Please register or sign in to comment