Home
last modified time | relevance | path

Searched hist:c90ae4a63541e05f77815762ddb0f7aee917b083 (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/iommu/
H A Dmtk_iommu.cdiff c90ae4a63541e05f77815762ddb0f7aee917b083 Mon Nov 04 08:01:08 CET 2019 Yong Wu <yong.wu@mediatek.com> iommu/mediatek: Reduce the tlb flush timeout value

Reduce the tlb timeout value from 100000us to 1000us. The original value
would make the kernel stuck for 100 ms with interrupts disabled, which
could have other side effects. The flush is expected to always take much
less than 1 ms, so use that instead.

Signed-off-by: Yong Wu <yong.wu@mediatek.com>
Signed-off-by: Joerg Roedel <jroedel@suse.de>