mirror of
				https://github.com/tiagovignatti/intel-gpu-tools.git
				synced 2025-11-03 19:47:15 +00:00 
			
		
		
		
	kms_psr_sink_crc: Reduce our time out for PSR active.
Using same timeout value as kms_fronbuffer_tracking and for
same reasons exposed at 'commit 83582f9b ("kms_frontbuffer_tracking:
 Increase the time we wait for PSR.")'
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
			
			
This commit is contained in:
		
							parent
							
								
									be2d5188f6
								
							
						
					
					
						commit
						4a004d9cb3
					
				@ -260,7 +260,7 @@ static bool psr_active(data_t *data)
 | 
			
		||||
 | 
			
		||||
static bool wait_psr_entry(data_t *data)
 | 
			
		||||
{
 | 
			
		||||
	int timeout = 10;
 | 
			
		||||
	int timeout = 5;
 | 
			
		||||
	while (timeout--) {
 | 
			
		||||
		if (psr_active(data))
 | 
			
		||||
			return true;
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user