linux_dsm_epyc7002/drivers/gpu/drm/virtio
Gerd Hoffmann 42ca472603 drm/virtio: move virtio_gpu_object_{attach, detach} calls.
Drop the dummy ttm backend implementation, add a real one for
TTM_PL_FLAG_TT objects.  The bin/unbind callbacks will call
virtio_gpu_object_{attach,detach}, to update the object state
on the host side, instead of invoking those calls from the
move_notify() callback.

With that in place the move and move_notify callbacks are not
needed any more, so drop them.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Acked-by: Noralf Trønnes <noralf@tronnes.org>
Link: http://patchwork.freedesktop.org/patch/msgid/20190318113332.10900-2-kraxel@redhat.com
2019-03-28 12:11:55 +01:00
..
Kconfig drm: fix compilations issues introduced by "drm: allow to use mmuless SoC" 2017-01-09 11:30:30 +01:00
Makefile drm/virtio: Drop deprecated load/unload initialization 2019-01-09 09:38:49 +01:00
virtgpu_debugfs.c drm/virtio: add virtio-gpu-features debugfs file. 2019-03-28 12:11:55 +01:00
virtgpu_display.c drm: Split out drm_probe_helper.h 2019-01-24 13:20:42 +01:00
virtgpu_drv.c drm/virtio: implement prime export 2019-02-28 09:09:02 +01:00
virtgpu_drv.h drm/virtio: implement prime export 2019-02-28 09:09:02 +01:00
virtgpu_fb.c drm/virtio: switch to generic fbdev emulation 2018-12-14 09:40:27 +01:00
virtgpu_fence.c drm/virtio: drop virtio_gpu_fence_cleanup() 2019-01-08 12:00:01 +01:00
virtgpu_gem.c drm/virtio: fix resource id handling 2018-10-29 22:50:55 +01:00
virtgpu_ioctl.c drm/virtio: drop virtio_gpu_fence_cleanup() 2019-01-08 12:00:01 +01:00
virtgpu_kms.c drm/virtio: Drop deprecated load/unload initialization 2019-01-09 09:38:49 +01:00
virtgpu_object.c drm/virtio: do NOT reuse resource ids 2019-02-11 14:44:10 +10:00
virtgpu_plane.c drm/virtio: drop virtio_gpu_fence_cleanup() 2019-01-08 12:00:01 +01:00
virtgpu_prime.c drm/virtio: implement prime export 2019-02-28 09:09:02 +01:00
virtgpu_ttm.c drm/virtio: move virtio_gpu_object_{attach, detach} calls. 2019-03-28 12:11:55 +01:00
virtgpu_vq.c drm/virtio: log error responses 2019-01-08 11:59:59 +01:00