mirror of
				https://github.com/tiagovignatti/intel-gpu-tools.git
				synced 2025-11-03 19:47:15 +00:00 
			
		
		
		
	v2: Fixed the source register used for the send with EOT
    Fixed the posted destination operand for the send with EOT
v3: Workaround: Insert MEDIA_STATE_FLUSH after MEDIA_OBJECT.
    Fixed the cache agent used in media_block_write message
    Set Instruction Buffer size Modify Enable to 1, otherwise it may result in GPU hang
Reviewed-by: Zhao Yakui <yakui.zhao@intel.com>
Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
		
	
			
		
			
				
	
	
		
			42 lines
		
	
	
		
			744 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			42 lines
		
	
	
		
			744 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
libintel_tools_la_SOURCES = 	\
 | 
						|
	debug.h			\
 | 
						|
	drmtest.c		\
 | 
						|
	drmtest.h		\
 | 
						|
	i830_reg.h		\
 | 
						|
	i915_3d.h		\
 | 
						|
	i915_reg.h		\
 | 
						|
	igt_debugfs.c		\
 | 
						|
	igt_debugfs.h		\
 | 
						|
	igt_display.c		\
 | 
						|
	igt_display.h		\
 | 
						|
	instdone.c		\
 | 
						|
	instdone.h		\
 | 
						|
	intel_batchbuffer.c	\
 | 
						|
	intel_batchbuffer.h	\
 | 
						|
	intel_chipset.h		\
 | 
						|
	intel_drm.c		\
 | 
						|
	intel_gpu_tools.h	\
 | 
						|
	intel_mmio.c		\
 | 
						|
	intel_pci.c		\
 | 
						|
	intel_reg.h		\
 | 
						|
	media_fill.c            \
 | 
						|
	media_fill.h            \
 | 
						|
	media_fill_gen8.c       \
 | 
						|
	gen8_media.h            \
 | 
						|
	rendercopy_i915.c	\
 | 
						|
	rendercopy_i830.c	\
 | 
						|
	gen6_render.h		\
 | 
						|
	gen7_render.h		\
 | 
						|
	gen8_render.h		\
 | 
						|
	rendercopy_gen6.c	\
 | 
						|
	rendercopy_gen7.c	\
 | 
						|
	rendercopy_gen8.c	\
 | 
						|
	rendercopy.h		\
 | 
						|
	intel_reg_map.c		\
 | 
						|
	intel_dpio.c		\
 | 
						|
	intel_iosf.c		\
 | 
						|
	igt_kms.c \
 | 
						|
	igt_kms.h \
 | 
						|
	$(NULL)
 | 
						|
 |