]> 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)
commitfe4d74e7fb4039590d7cccf7b705c22ce5002fd3
tree0b28258b6a1203fa0000e1e08de6ea5ab1c611c3
parent28ac3424c3b7b7521d3267d8cdfb3927f15812a1
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]