commit | cde14fd4a604e9abf4c9f25f9ab12ecc8fc3935a | [log] [tgz] |
---|---|---|
author | Gerd Hoffmann <kraxel@redhat.com> | Thu Aug 29 12:32:49 2019 +0200 |
committer | Gerd Hoffmann <kraxel@redhat.com> | Wed Sep 04 06:54:09 2019 +0200 |
tree | 210fc3db69d68b9f6d2f75f2076b86a32e709abd | |
parent | 23a0e88ebafffab96deca371287d5d27053b0368 [diff] |
drm/virtio: remove ttm calls from in virtio_gpu_object_{reserve, unreserve} Call reservation_object_* directly instead of using ttm_bo_{reserve,unreserve}. v4: check for EINTR only. v3: check for EINTR too. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch> Reviewed-by: Chia-I Wu <olvaffe@gmail.com> Link: http://patchwork.freedesktop.org/patch/msgid/20190829103301.3539-7-kraxel@redhat.com