summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/xen/Makefile
diff options
context:
space:
mode:
authorOleksandr Andrushchenko <oleksandr_andrushchenko@epam.com>2018-11-30 09:42:04 +0200
committerBoris Ostrovsky <boris.ostrovsky@oracle.com>2018-12-18 12:16:13 -0500
commit5641f19bdfc4193f1c2d5a829896c25dd5c0ec3d (patch)
tree0b28258b6a1203fa0000e1e08de6ea5ab1c611c3 /drivers/gpu/drm/xen/Makefile
parentb3383974fee272ad0d444a2d083f456879447cd8 (diff)
downloadlinux-5641f19bdfc4193f1c2d5a829896c25dd5c0ec3d.tar.bz2
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>
Diffstat (limited to 'drivers/gpu/drm/xen/Makefile')
-rw-r--r--drivers/gpu/drm/xen/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/xen/Makefile b/drivers/gpu/drm/xen/Makefile
index 712afff5ffc3..825905f67faa 100644
--- a/drivers/gpu/drm/xen/Makefile
+++ b/drivers/gpu/drm/xen/Makefile
@@ -4,7 +4,6 @@ drm_xen_front-objs := xen_drm_front.o \
xen_drm_front_kms.o \
xen_drm_front_conn.o \
xen_drm_front_evtchnl.o \
- xen_drm_front_shbuf.o \
xen_drm_front_cfg.o \
xen_drm_front_gem.o