drm/radeon/kms: Upstream ObjectID.h updates
Signed-off-by: Alex Deucher <alexdeucher@gmail.com> Signed-off-by: Dave Airlie <airlied@redhat.com>
This commit is contained in:
		
					parent
					
						
							
								609c1e15a4
							
						
					
				
			
			
				commit
				
					
						c67d8502d8
					
				
			
		
					 1 changed files with 5 additions and 0 deletions
				
			
		|  | @ -85,6 +85,7 @@ | |||
| #define ENCODER_OBJECT_ID_INTERNAL_KLDSCP_LVTMA   0x1F | ||||
| #define ENCODER_OBJECT_ID_INTERNAL_UNIPHY1        0x20 | ||||
| #define ENCODER_OBJECT_ID_INTERNAL_UNIPHY2        0x21 | ||||
| #define ENCODER_OBJECT_ID_INTERNAL_VCE            0x24 | ||||
| 
 | ||||
| #define ENCODER_OBJECT_ID_GENERAL_EXTERNAL_DVO    0xFF | ||||
| 
 | ||||
|  | @ -387,6 +388,10 @@ | |||
|                                                   GRAPH_OBJECT_ENUM_ID1 << ENUM_ID_SHIFT |\ | ||||
|                                                   ENCODER_OBJECT_ID_NUTMEG << OBJECT_ID_SHIFT) | ||||
| 
 | ||||
| #define ENCODER_VCE_ENUM_ID1                     ( GRAPH_OBJECT_TYPE_ENCODER << OBJECT_TYPE_SHIFT |\ | ||||
|                                                   GRAPH_OBJECT_ENUM_ID1 << ENUM_ID_SHIFT |\ | ||||
|                                                   ENCODER_OBJECT_ID_INTERNAL_VCE << OBJECT_ID_SHIFT) | ||||
| 
 | ||||
| /****************************************************/ | ||||
| /* Connector Object ID definition - Shared with BIOS */ | ||||
| /****************************************************/ | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Alex Deucher
				Alex Deucher