drm/xen-front: Use Xen common shared buffer implementation
authorOleksandr Andrushchenko <oleksandr_andrushchenko@epam.com>
Fri, 30 Nov 2018 07:42:04 +0000 (09:42 +0200)
committerBoris Ostrovsky <boris.ostrovsky@oracle.com>
Tue, 18 Dec 2018 17:16:13 +0000 (12:16 -0500)
commit5641f19bdfc4193f1c2d5a829896c25dd5c0ec3d
tree0b28258b6a1203fa0000e1e08de6ea5ab1c611c3
parentb3383974fee272ad0d444a2d083f456879447cd8
drm/xen-front: Use Xen common shared buffer implementation

Use page directory based shared buffer implementation
now available as common code for Xen frontend drivers.

Remove flushing of shared buffer on page flip as this
workaround needs a proper fix.

Signed-off-by: Oleksandr Andrushchenko <oleksandr_andrushchenko@epam.com>
Reviewed-by: Noralf Trønnes <noralf@tronnes.org>
Signed-off-by: Boris Ostrovsky <boris.ostrovsky@oracle.com>
drivers/gpu/drm/xen/Kconfig
drivers/gpu/drm/xen/Makefile
drivers/gpu/drm/xen/xen_drm_front.c
drivers/gpu/drm/xen/xen_drm_front_gem.c
drivers/gpu/drm/xen/xen_drm_front_shbuf.c [deleted file]
drivers/gpu/drm/xen/xen_drm_front_shbuf.h [deleted file]