mirror of
				https://github.com/tiagovignatti/intel-gpu-tools.git
				synced 2025-11-04 12:07:12 +00:00 
			
		
		
		
	lib/igt_fb: fix igt_get_all_formats documentation
We give the callers a const pointer to a static variable that we reuse between multiple calls: they're not supposed to free it, and they don't free it today. Fix the documentation and leave the still reachable pointer instead of reworking the function and its callers. Acked-by: Daniel Vetter <daniel.vetter@ffwll.ch> Signed-off-by: Paulo Zanoni <paulo.r.zanoni@intel.com>
This commit is contained in:
		
							parent
							
								
									12c1eb653f
								
							
						
					
					
						commit
						55229f173e
					
				@ -1146,7 +1146,7 @@ const char *igt_format_str(uint32_t drm_format)
 | 
			
		||||
 * @format_count: pointer to integer to store the size of the allocated array
 | 
			
		||||
 *
 | 
			
		||||
 * This functions returns an array of all the drm fourcc codes supported by this
 | 
			
		||||
 * library. The caller must free the allocated array again with free().
 | 
			
		||||
 * library.
 | 
			
		||||
 */
 | 
			
		||||
void igt_get_all_formats(const uint32_t **formats, int *format_count)
 | 
			
		||||
{
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user