chromeos-kernel-linux-surface icon indicating copy to clipboard operation
chromeos-kernel-linux-surface copied to clipboard

chromeos-4.19: can't enable DMA for surface3-spi

Open kitakar5525 opened this issue 4 years ago • 0 comments

surface3-spi uses PIO on both general and minimal config on chromeos-4.19 by default. Why?

$ echo "file drivers/spi/spi-pxa2xx.c +p" | sudo tee /sys/kernel/debug/dynamic_debug/control
$ dmesg -xw # then make a touch input
kern  :debug : [  446.556454] Surface3-spi spi-MSHW0037:00: 7692307 Hz actual, PIO

It uses DMA by default on chromeos-5.4 with both general and minimal config.

kitakar5525 avatar Jul 11 '20 11:07 kitakar5525