mb/google/brya/var/brya: Add new GFX devices with custom _PLD
Add new GFX devices for DDI and TCP with custom _PLD to describe the corresponding ports. BUG=b:277629750 TEST=emerge-brya coreboot Signed-off-by: Won Chung <wonchung@google.com> Change-Id: Ia756f842943b8e1f1877db7433641e6bbd05f45b Reviewed-on: https://review.coreboot.org/c/coreboot/+/74407 Reviewed-by: Subrata Banik <subratabanik@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
		@@ -46,6 +46,7 @@ config BOARD_GOOGLE_BRYA0
 | 
				
			|||||||
	select DRIVERS_INTEL_MIPI_CAMERA
 | 
						select DRIVERS_INTEL_MIPI_CAMERA
 | 
				
			||||||
	select SOC_INTEL_COMMON_BLOCK_IPU
 | 
						select SOC_INTEL_COMMON_BLOCK_IPU
 | 
				
			||||||
	select SOC_INTEL_CRASHLOG
 | 
						select SOC_INTEL_CRASHLOG
 | 
				
			||||||
 | 
						select DRIVERS_GFX_GENERIC
 | 
				
			||||||
 | 
					
 | 
				
			||||||
config BOARD_GOOGLE_FELWINTER
 | 
					config BOARD_GOOGLE_FELWINTER
 | 
				
			||||||
	bool "->  Felwinter"
 | 
						bool "->  Felwinter"
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -116,6 +116,30 @@ chip soc/intel/alderlake
 | 
				
			|||||||
	}"
 | 
						}"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	device domain 0 on
 | 
						device domain 0 on
 | 
				
			||||||
 | 
							device ref igpu on
 | 
				
			||||||
 | 
								chip drivers/gfx/generic
 | 
				
			||||||
 | 
									register "device_count" = "6"
 | 
				
			||||||
 | 
									# DDIA for eDP
 | 
				
			||||||
 | 
									register "device[0].name" = ""LCD""
 | 
				
			||||||
 | 
									# DDIB for HDMI
 | 
				
			||||||
 | 
									register "device[1].name" = ""DD01""
 | 
				
			||||||
 | 
									# TCP0 (DP-1) for port C0
 | 
				
			||||||
 | 
									register "device[2].name" = ""DD02""
 | 
				
			||||||
 | 
									register "device[2].use_pld" = "true"
 | 
				
			||||||
 | 
									register "device[2].pld" = "ACPI_PLD_TYPE_C(LEFT, RIGHT, ACPI_PLD_GROUP(1, 1))"
 | 
				
			||||||
 | 
									# TCP1 (DP-2) for port C1
 | 
				
			||||||
 | 
									register "device[3].name" = ""DD03""
 | 
				
			||||||
 | 
									register "device[3].use_pld" = "true"
 | 
				
			||||||
 | 
									register "device[3].pld" = "ACPI_PLD_TYPE_C(RIGHT, LEFT, ACPI_PLD_GROUP(2, 1))"
 | 
				
			||||||
 | 
									# TCP2 (DP-3) for port C2
 | 
				
			||||||
 | 
									register "device[4].name" = ""DD04""
 | 
				
			||||||
 | 
									register "device[4].use_pld" = "true"
 | 
				
			||||||
 | 
									register "device[4].pld" = "ACPI_PLD_TYPE_C(LEFT, LEFT, ACPI_PLD_GROUP(3, 1))"
 | 
				
			||||||
 | 
									# TCP3 (DP-4) unused
 | 
				
			||||||
 | 
									register "device[5].name" = ""DD05""
 | 
				
			||||||
 | 
									device generic 0 on end
 | 
				
			||||||
 | 
								end
 | 
				
			||||||
 | 
							end # Integrated Graphics Device
 | 
				
			||||||
		device ref dtt on
 | 
							device ref dtt on
 | 
				
			||||||
			chip drivers/intel/dptf
 | 
								chip drivers/intel/dptf
 | 
				
			||||||
				## sensor information
 | 
									## sensor information
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user