mirror of
				https://github.com/tiagovignatti/intel-gpu-tools.git
				synced 2025-11-04 03:58:27 +00:00 
			
		
		
		
	Move i810_reg.h to lib/intel_reg.h and get it disted.
This commit is contained in:
		
							parent
							
								
									0581738c7a
								
							
						
					
					
						commit
						ce4782dc9d
					
				@ -3,6 +3,7 @@ libintel_tools_la_SOURCES = \
 | 
				
			|||||||
	intel_batchbuffer.h \
 | 
						intel_batchbuffer.h \
 | 
				
			||||||
	intel_gpu_tools.c \
 | 
						intel_gpu_tools.c \
 | 
				
			||||||
	intel_gpu_tools.h \
 | 
						intel_gpu_tools.h \
 | 
				
			||||||
 | 
						intel_reg.h \
 | 
				
			||||||
	drmtest.c \
 | 
						drmtest.c \
 | 
				
			||||||
	drmtest.h
 | 
						drmtest.h
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
@ -2,7 +2,7 @@
 | 
				
			|||||||
#define INTEL_BATCHBUFFER_H
 | 
					#define INTEL_BATCHBUFFER_H
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#include "intel_bufmgr.h"
 | 
					#include "intel_bufmgr.h"
 | 
				
			||||||
#include "i810_reg.h"
 | 
					#include "intel_reg.h"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#define BATCH_SZ 4096
 | 
					#define BATCH_SZ 4096
 | 
				
			||||||
#define BATCH_RESERVED 16
 | 
					#define BATCH_RESERVED 16
 | 
				
			||||||
 | 
				
			|||||||
@ -28,7 +28,7 @@
 | 
				
			|||||||
#include <sys/types.h>
 | 
					#include <sys/types.h>
 | 
				
			||||||
#include <pciaccess.h>
 | 
					#include <pciaccess.h>
 | 
				
			||||||
#include "intel_chipset.h"
 | 
					#include "intel_chipset.h"
 | 
				
			||||||
#include "i810_reg.h"
 | 
					#include "intel_reg.h"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
extern struct pci_device *pci_dev;
 | 
					extern struct pci_device *pci_dev;
 | 
				
			||||||
extern uint32_t devid;
 | 
					extern uint32_t devid;
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user