diff options
author | Neil Armstrong <[email protected]> | 2020-06-08 10:44:58 +0200 |
---|---|---|
committer | Ulf Hansson <[email protected]> | 2020-06-16 12:15:06 +0200 |
commit | 27a5e7d36d383970affae801d77141deafd536a8 (patch) | |
tree | 60d4008cc0fde65eb35a4d546a9c0af38a66544b /tools/perf/util/trace-event-scripting.c | |
parent | b3a9e3b9622ae10064826dccb4f7a52bd88c7407 (diff) |
mmc: meson-gx: limit segments to 1 when dram-access-quirk is needed
The actual max_segs computation leads to failure while using the broadcom
sdio brcmfmac/bcmsdh driver, since the driver tries to make usage of
scatter gather.
But with the dram-access-quirk we use a 1,5K SRAM bounce buffer, and the
max_segs current value of 3 leads to max transfers to 4,5k, which doesn't
work.
This patch sets max_segs to 1 to better describe the hardware limitation,
and fix the SDIO functionality with the brcmfmac/bcmsdh driver on Amlogic
G12A/G12B SoCs on boards like SEI510 or Khadas VIM3.
Reported-by: Art Nikpal <[email protected]>
Reported-by: Christian Hewitt <[email protected]>
Fixes: acdc8e71d9bb ("mmc: meson-gx: add dram-access-quirk")
Signed-off-by: Neil Armstrong <[email protected]>
Reviewed-by: Kevin Hilman <[email protected]>
Cc: [email protected]
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Ulf Hansson <[email protected]>
Diffstat (limited to 'tools/perf/util/trace-event-scripting.c')
0 files changed, 0 insertions, 0 deletions