]> Gentwo Git Trees - linux/.git/commit
mmc: sdhci-of-dwcmshc: reduce CIT for better performance
authorShawn Lin <shawn.lin@rock-chips.com>
Tue, 25 Nov 2025 23:26:40 +0000 (07:26 +0800)
committerUlf Hansson <ulf.hansson@linaro.org>
Wed, 26 Nov 2025 10:47:05 +0000 (11:47 +0100)
commit79cf71c0b177c0e23d411e2469435e2c2f83f563
tree4608febb6f3f158d6d3db5fb7ac3d2ad4599b778
parentc7ce6453b769c45006ed4983762f81e130878171
mmc: sdhci-of-dwcmshc: reduce CIT for better performance

CQHCI_SSC1.CIT indicates to the CQE the polling period to use for
periodic SEND_QUEUE_STATUS (CMD13) polling. Some eMMCs have only one
hardware queue, and CMD13 can only query one slot at a time for data
transmission, which cannot be processed in parallel. Modifying the
CMD13 query interval can increase the query frequency and improve
random write performance.

Signed-off-by: Shawn Lin <shawn.lin@rock-chips.com>
Acked-by: Adrian Hunter <adrian.hunter@intel.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/host/cqhci.h
drivers/mmc/host/sdhci-of-dwcmshc.c