Pablo Stebler has uploaded this change for review.

View Change

mainboard/hp/snb_ivb_laptops: Use GMA_STATIC_DISPLAYS macro

Signed-off-by: Pablo Stebler <pablo@stebler.xyz>
Change-Id: Ibbe6de28afbc1176d6fb52d6101b8b46c4af7030
---
M src/mainboard/hp/snb_ivb_laptops/devicetree.cb
1 file changed, 1 insertion(+), 3 deletions(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/18/45518/1
diff --git a/src/mainboard/hp/snb_ivb_laptops/devicetree.cb b/src/mainboard/hp/snb_ivb_laptops/devicetree.cb
index acdd4b3..90be991 100644
--- a/src/mainboard/hp/snb_ivb_laptops/devicetree.cb
+++ b/src/mainboard/hp/snb_ivb_laptops/devicetree.cb
@@ -1,9 +1,7 @@
# SPDX-License-Identifier: GPL-2.0-or-later

chip northbridge/intel/sandybridge
- register "gfx.did" = "{ 0x80000100, 0x80000240, 0x80000410 }"
- register "gfx.ndid" = "3"
- register "gfx.use_spread_spectrum_clock" = "1"
+ register "gfx" = "GMA_STATIC_DISPLAYS(1)"
register "gpu_cpu_backlight" = "0x00000129"
register "gpu_dp_b_hotplug" = "4"
register "gpu_dp_c_hotplug" = "4"

To view, visit change 45518. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Ibbe6de28afbc1176d6fb52d6101b8b46c4af7030
Gerrit-Change-Number: 45518
Gerrit-PatchSet: 1
Gerrit-Owner: Pablo Stebler <pablo@stebler.xyz>
Gerrit-MessageType: newchange