]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit404e99a79f9d6aaad971c4dd463e9fd8533c1709
tree0b28258b6a1203fa0000e1e08de6ea5ab1c611c3
parent3da7a25512a197400a8ca1b60533e807153064eb
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]