Open kitakar5525 opened 4 years ago
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.
surface3-spi uses PIO on both general and minimal config on chromeos-4.19 by default. Why?
It uses DMA by default on chromeos-5.4 with both general and minimal config.