mirror of
				https://github.com/tiagovignatti/intel-gpu-tools.git
				synced 2025-11-04 12:07:12 +00:00 
			
		
		
		
	lib: fix symbol names in documentation comments
Signed-off-by: Thomas Wood <thomas.wood@intel.com>
This commit is contained in:
		
							parent
							
								
									b8f193bbbf
								
							
						
					
					
						commit
						ae3a946631
					
				@ -344,7 +344,7 @@ int drm_open_any_master(void)
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * drm_open_any:
 | 
			
		||||
 * drm_open_any_render:
 | 
			
		||||
 *
 | 
			
		||||
 * Open an i915 drm render device node.
 | 
			
		||||
 *
 | 
			
		||||
 | 
			
		||||
@ -263,7 +263,7 @@ void igt_exit(void) __attribute__((noreturn));
 | 
			
		||||
#define igt_fail_on(expr) igt_assert(!(expr))
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * igt_assert_f:
 | 
			
		||||
 * igt_fail_on_f:
 | 
			
		||||
 * @expr: condition to test
 | 
			
		||||
 * @...: format string and optional arguments
 | 
			
		||||
 *
 | 
			
		||||
 | 
			
		||||
@ -86,7 +86,7 @@ intel_batchbuffer_reset(struct intel_batchbuffer *batch)
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * intel_batchbuffer_reset:
 | 
			
		||||
 * intel_batchbuffer_alloc:
 | 
			
		||||
 * @bufmgr: libdrm buffer manager
 | 
			
		||||
 * @devid: pci device id of the drm device
 | 
			
		||||
 *
 | 
			
		||||
@ -109,7 +109,7 @@ intel_batchbuffer_alloc(drm_intel_bufmgr *bufmgr, uint32_t devid)
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * intel_batchbuffer_reset:
 | 
			
		||||
 * intel_batchbuffer_free:
 | 
			
		||||
 * @batch: batchbuffer object
 | 
			
		||||
 *
 | 
			
		||||
 * Releases all resource of the batchbuffer object @batch.
 | 
			
		||||
 | 
			
		||||
@ -620,7 +620,7 @@ bool gem_uses_aliasing_ppgtt(int fd)
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * gem_uses_aliasing_ppgtt:
 | 
			
		||||
 * gem_available_fences:
 | 
			
		||||
 * @fd: open i915 drm file descriptor
 | 
			
		||||
 *
 | 
			
		||||
 * Feature test macro to query the kernel for the number of available fences
 | 
			
		||||
@ -811,7 +811,7 @@ uint64_t gem_aperture_size(int fd)
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * gem_aperture_size:
 | 
			
		||||
 * gem_mappable_aperture_size:
 | 
			
		||||
 * @fd: open i915 drm file descriptor
 | 
			
		||||
 *
 | 
			
		||||
 * Feature test macro to query the kernel for the mappable gpu aperture size.
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user