From 4dba71fd25c91a9e610287c61238a8fe24452e4e Mon Sep 17 00:00:00 2001 From: Sumeet Pawnikar Date: Wed, 19 Oct 2022 15:15:54 +0530 Subject: Revert "drivers/intel/dptf: Add multiple fan support under dptf" This reverts commit 672bd9bee5c0045694ef20fe3e2f7a003bef0edd. Reason for revert: Gmeet resolution dropped. When system starts Gmeet video call, it uses the hardware accelerated encoder as per the expectation. But, as soon as another system connects to the call, the immediate fallback observed from hardware to software encoder. Due to this, Gmeet resolution dropped from 720p to 180p. Currently, this issue observed on AlderLake-N SoC based fanless platforms. This issue is not seen on fan based systems. BUG=b:246535768,b:235254828 BRANCH=None TEST=Built and tested on Alderlake-N systems. With this revert Gmeet resolution drop not observed. Change-Id: Idaeaeaed47be44166a7cba9a0a1fac50d2688e50 Signed-off-by: Sumeet Pawnikar Reviewed-on: https://review.coreboot.org/c/coreboot/+/68568 Tested-by: build bot (Jenkins) Reviewed-by: Baieswara Reddy Sagili Reviewed-by: V Sowmya --- src/ec/google/common/dptf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ec/google/common') diff --git a/src/ec/google/common/dptf.h b/src/ec/google/common/dptf.h index b752a83549..a59ee0b6bb 100644 --- a/src/ec/google/common/dptf.h +++ b/src/ec/google/common/dptf.h @@ -6,6 +6,6 @@ #include /* Called by google_chromeec_fill_ssdt_generator */ -void ec_fill_dptf_helpers(const struct device *dev, const struct device *fan_dev); +void ec_fill_dptf_helpers(const struct device *dev); #endif /* EC_GOOGLE_COMMON_DPTF_H */ -- cgit v1.2.3