Arthur Heymans has posted comments on this change. ( https://review.coreboot.org/22592 )
Change subject: lenovo/x230: increase backlight PWM frequency
......................................................................
Patch Set 1:
Even on LED backlit displays this tends to vary over pannels with too high frequency not working all that well either. But 220Hz is to slow for sure...
--
To view, visit https://review.coreboot.org/22592
To unsubscribe, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: I71434233b50e8e2adf47326cd4c4dd98ca38a542
Gerrit-Change-Number: 22592
Gerrit-PatchSet: 1
Gerrit-Owner: Felix Held <felix-coreboot(a)felixheld.de>
Gerrit-Reviewer: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Comment-Date: Sat, 25 Nov 2017 12:24:32 +0000
Gerrit-HasComments: No
build bot (Jenkins) has posted comments on this change. ( https://review.coreboot.org/22597 )
Change subject: inteltool: add hint for the compiler to avoid fall through warning
......................................................................
Patch Set 1: Verified+1
Build Successful
https://qa.coreboot.org/job/coreboot-checkpatch/18651/ : SUCCESS
https://qa.coreboot.org/job/coreboot-gerrit/63764/ : SUCCESS
--
To view, visit https://review.coreboot.org/22597
To unsubscribe, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: Id0cafb73a54ed4166830f6a4449558ab813a9dbe
Gerrit-Change-Number: 22597
Gerrit-PatchSet: 1
Gerrit-Owner: Felix Held <felix-coreboot(a)felixheld.de>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Comment-Date: Sat, 25 Nov 2017 00:57:17 +0000
Gerrit-HasComments: No
Felix Held has uploaded this change for review. ( https://review.coreboot.org/22597
Change subject: inteltool: add hint for the compiler to avoid fall through warning
......................................................................
inteltool: add hint for the compiler to avoid fall through warning
The fall through is intended here, so add a comment that gcc will notice
and stop warning about this.
Change-Id: Id0cafb73a54ed4166830f6a4449558ab813a9dbe
Signed-off-by: Felix Held <felix-coreboot(a)felixheld.de>
---
M util/inteltool/pcie.c
1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/97/22597/1
diff --git a/util/inteltool/pcie.c b/util/inteltool/pcie.c
index 541d9ca..af65a57 100644
--- a/util/inteltool/pcie.c
+++ b/util/inteltool/pcie.c
@@ -363,6 +363,7 @@
case PCI_DEVICE_ID_INTEL_CORE_2ND_GEN_E3:
dmi_registers = sandybridge_dmi_registers;
size = ARRAY_SIZE(sandybridge_dmi_registers);
+ // fall through
case PCI_DEVICE_ID_INTEL_CORE_3RD_GEN_D: /* pretty printing not implemented yet */
case PCI_DEVICE_ID_INTEL_CORE_3RD_GEN_M:
case PCI_DEVICE_ID_INTEL_CORE_3RD_GEN_E3:
--
To view, visit https://review.coreboot.org/22597
To unsubscribe, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Id0cafb73a54ed4166830f6a4449558ab813a9dbe
Gerrit-Change-Number: 22597
Gerrit-PatchSet: 1
Gerrit-Owner: Felix Held <felix-coreboot(a)felixheld.de>