mirror of
				https://github.com/torvalds/linux.git
				synced 2025-11-04 02:30:34 +02:00 
			
		
		
		
	drm/amdgpu/display/dc: add FBC to dc_config
Add FBC to the list of features that can be enabled from the DM. Reviewed-by: Harry Wentland <harry.wentland@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
		
							parent
							
								
									79d197f31b
								
							
						
					
					
						commit
						f332822a88
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -169,6 +169,7 @@ struct link_training_settings;
 | 
			
		|||
struct dc_config {
 | 
			
		||||
	bool gpu_vm_support;
 | 
			
		||||
	bool disable_disp_pll_sharing;
 | 
			
		||||
	bool fbc_support;
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
enum visual_confirm {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue