summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuan Yescas <jyescas@google.com>2023-12-15 16:09:42 -0800
committerJuan Yescas <jyescas@google.com>2023-12-16 00:20:59 +0000
commit787d3566fd737538ca2d8865317284be16c95fe9 (patch)
tree531b81777eb00b54165b8809a8fac1b6fe139d3d
parentad18801e339bec714e2c145c301c44180990efef (diff)
downloadgs-787d3566fd737538ca2d8865317284be16c95fe9.tar.gz
16kb: Disable ZCOMP_EH to remove Emerald Hill HW compressor support
The eh.ko is not longer loaded and the probing error does not happen. init: Loading module /lib/modules/5.15.110-android14-11-00007-gc3169c743445/extra/private/google-modules/soc/gs/drivers/soc/google/eh/eh.ko with args '' [ 13.249247][ T1] eh: starting probing [ 13.250215][ T1] eh 16d00000.eh: link setup with 16c70000.s2mpu_s0_eh [ 13.272425][ T1] eh: starting probing done [ 13.409724][ T1] CPU: 8 PID: 1 Comm: init Tainted: G S OE 5.15.110-android14-11-00007-gc3169c743445 #1 [ 13.420328][ T1] Hardware name: ZUMA HUSKY EVT 1.0 based on ZUMA (DT) [ 13.427023][ T1] pstate: 80400005 (Nzcv daif +PAN -UAO -TCO -DIT -SSBS BTYPE=--) [ 13.434672][ T1] pc : device_links_driver_bound+0x268/0x2d4 [ 13.440497][ T1] lr : device_links_driver_bound+0x1b4/0x2d4 [ 13.446322][ T1] sp : ffffc0000804b800 [ 13.450321][ T1] x29: ffffc0000804b820 x28: ffff9338053ef0e0 x27: 00000000ffffffff [ 13.458146][ T1] x26: 0000000000000003 x25: ffffd013aa87c000 x24: ffff9338053ef0e0 [ 13.465970][ T1] x23: 00000000000000fe x22: ffff9338053ef010 x21: ffff9338053d5c10 Bug: 308663811 Bug: 316158358 Change-Id: I9d545a26b1a48a0bb0de67adb2b7d54384c39fd9
-rw-r--r--drivers/block/zram/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/block/zram/Kconfig b/drivers/block/zram/Kconfig
index a34de8a84..6b9867173 100644
--- a/drivers/block/zram/Kconfig
+++ b/drivers/block/zram/Kconfig
@@ -26,7 +26,7 @@ config ZCOMP_EH
tristate "Support Emerald Hill HW compressor"
depends on ZRAM_GS
select GOOGLE_EH
- default y
+ default n
help
Support Emerald Hill HW compressor. User should configure it via
echo "lz77eh" > /sys/block/zramX/comp_algorithm