forked from mirrors/linux
		
	 5641f19bdf
			
		
	
	
		5641f19bdf
		
	
	
	
	
		
			
			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>
		
			
				
	
	
		
			10 lines
		
	
	
	
		
			287 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
	
		
			287 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| # SPDX-License-Identifier: GPL-2.0 OR MIT
 | |
| 
 | |
| 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_cfg.o \
 | |
| 		      xen_drm_front_gem.o
 | |
| 
 | |
| obj-$(CONFIG_DRM_XEN_FRONTEND) += drm_xen_front.o
 |