aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/panfrost/ci
diff options
context:
space:
mode:
authorTomeu Vizoso <[email protected]>2019-08-19 16:50:01 +0200
committerTomeu Vizoso <[email protected]>2019-08-21 16:41:56 +0200
commit8496045adc154efec186e6c4aeeb838ff344437e (patch)
treeee73dcad6b758e61aa6f45f0cebda28d9c7b336e /src/gallium/drivers/panfrost/ci
parenta074513dc2e82eeb6c80b35f4be7be6fde403d38 (diff)
panfrost/ci: Build kernel with CONFIG_DETECT_HUNG_TASK
There's lots of locking changes going into the Panfrost kernel driver, so better be prepared. Signed-off-by: Tomeu Vizoso <[email protected]> Reviewed-by: Alyssa Rosenzweig <[email protected]>
Diffstat (limited to 'src/gallium/drivers/panfrost/ci')
-rw-r--r--src/gallium/drivers/panfrost/ci/arm64.config6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/gallium/drivers/panfrost/ci/arm64.config b/src/gallium/drivers/panfrost/ci/arm64.config
index 80662541feb..44dfe860b8d 100644
--- a/src/gallium/drivers/panfrost/ci/arm64.config
+++ b/src/gallium/drivers/panfrost/ci/arm64.config
@@ -78,5 +78,7 @@ CONFIG_TMPFS=y
CONFIG_PROVE_LOCKING=n
CONFIG_DEBUG_LOCKDEP=n
-CONFIG_SOFTLOCKUP_DETECTOR=n
-CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC=n \ No newline at end of file
+CONFIG_SOFTLOCKUP_DETECTOR=y
+CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC=y
+
+CONFIG_DETECT_HUNG_TASK=y