mirror of
				https://github.com/tiagovignatti/intel-gpu-tools.git
				synced 2025-11-04 03:58:27 +00:00 
			
		
		
		
	gem_bad_blit: Make the BAD_GTT_TEST address more than 32 bits
gem_bad_blit.c: In function ‘bad_blit’: gem_bad_blit.c:89:3: warning: right shift count >= width of type [enabled by default] OUT_BATCH(BAD_GTT_DEST >> 32); /* Upper 16 bits */ v2: remove extraneous () Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
This commit is contained in:
		
							parent
							
								
									15f60217cc
								
							
						
					
					
						commit
						fa4396d091
					
				@ -60,7 +60,7 @@
 | 
			
		||||
static drm_intel_bufmgr *bufmgr;
 | 
			
		||||
struct intel_batchbuffer *batch;
 | 
			
		||||
 | 
			
		||||
#define BAD_GTT_DEST ((256*1024*1024)) /* past end of aperture */
 | 
			
		||||
#define BAD_GTT_DEST (256*1024*1024ULL) /* past end of aperture */
 | 
			
		||||
 | 
			
		||||
static void
 | 
			
		||||
bad_blit(drm_intel_bo *src_bo, uint32_t devid)
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user