commit | 873f51d43439d554f7299e88edfb208924bef6eb | [log] [tgz] |
---|---|---|
author | Gerd Hoffmann <kraxel@redhat.com> | Wed Feb 27 15:44:40 2019 +0100 |
committer | Gerd Hoffmann <kraxel@redhat.com> | Thu Feb 28 09:09:01 2019 +0100 |
tree | 3f69342e03dc9bde860ae0205602ec2f9654c65c | |
parent | c837da88c3359fc2c5a8cccde7a78d44e6e61290 [diff] |
drm/virtio: remove prime pin/unpin callbacks. virtio-gpu objects never move around, so effectively they are pinned all the time. Therefore we don't need the (optional) pin/unpin callbacks. Remove them. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Reviewed-by: Noralf Trønnes <noralf@tronnes.org> Link: http://patchwork.freedesktop.org/patch/msgid/20190227144441.6755-3-kraxel@redhat.com