mirror of
				https://github.com/torvalds/linux.git
				synced 2025-11-04 10:40:15 +02:00 
			
		
		
		
	drm/i915: Downgrade unknown firmware warnings
If we have released no firmware yet for a platform, stop scaring the consumer and merely note its expected absence. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Cc: Petri Latvala <petri.latvala@intel.com> Reviewed-by: Joonas Lahtinen <joonas.lahtinen@linux.intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20181009111259.20807-1-chris@chris-wilson.co.uk
This commit is contained in:
		
							parent
							
								
									03981c6ebe
								
							
						
					
					
						commit
						9e180d9991
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -78,7 +78,8 @@ static void guc_fw_select(struct intel_uc_fw *guc_fw)
 | 
			
		|||
		guc_fw->major_ver_wanted = KBL_FW_MAJOR;
 | 
			
		||||
		guc_fw->minor_ver_wanted = KBL_FW_MINOR;
 | 
			
		||||
	} else {
 | 
			
		||||
		DRM_WARN("%s: No firmware known for this platform!\n",
 | 
			
		||||
		dev_info(dev_priv->drm.dev,
 | 
			
		||||
			 "%s: No firmware known for this platform!\n",
 | 
			
		||||
			 intel_uc_fw_type_repr(guc_fw->type));
 | 
			
		||||
	}
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue