mb/google/brya/var/skolas: 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: I889db739d6e006c1753eb8c0d208cf471d09f18d Reviewed-on: https://review.coreboot.org/c/coreboot/+/74368 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Subrata Banik <subratabanik@google.com>
This commit is contained in:
		@@ -149,6 +149,7 @@ config BOARD_GOOGLE_SKOLAS
 | 
			
		||||
	select DRIVERS_I2C_SX9324
 | 
			
		||||
	select DRIVERS_I2C_SX9324_SUPPORT_LEGACY_LINUX_DRIVER
 | 
			
		||||
	select SOC_INTEL_COMMON_BLOCK_IPU
 | 
			
		||||
	select DRIVERS_GFX_GENERIC
 | 
			
		||||
 | 
			
		||||
config BOARD_GOOGLE_SKOLAS4ES
 | 
			
		||||
	bool "->  Skolas4ES"
 | 
			
		||||
@@ -160,6 +161,7 @@ config BOARD_GOOGLE_SKOLAS4ES
 | 
			
		||||
	select DRIVERS_I2C_SX9324
 | 
			
		||||
	select DRIVERS_I2C_SX9324_SUPPORT_LEGACY_LINUX_DRIVER
 | 
			
		||||
	select SOC_INTEL_COMMON_BLOCK_IPU
 | 
			
		||||
	select DRIVERS_GFX_GENERIC
 | 
			
		||||
 | 
			
		||||
config BOARD_GOOGLE_TAEKO
 | 
			
		||||
	bool "->  Taeko"
 | 
			
		||||
 
 | 
			
		||||
@@ -116,6 +116,30 @@ chip soc/intel/alderlake
 | 
			
		||||
	}"
 | 
			
		||||
 | 
			
		||||
	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
 | 
			
		||||
			chip drivers/intel/dptf
 | 
			
		||||
				## sensor information
 | 
			
		||||
 
 | 
			
		||||
@@ -112,6 +112,30 @@ chip soc/intel/alderlake
 | 
			
		||||
	}"
 | 
			
		||||
 | 
			
		||||
	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
 | 
			
		||||
			chip drivers/intel/dptf
 | 
			
		||||
				## sensor information
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user