]> git.karo-electronics.de Git - karo-tx-linux.git/commit
memory: tegra: Disable ARBITRATION_EMEM interrupt
authorTomeu Vizoso <tomeu.vizoso@collabora.com>
Thu, 12 Mar 2015 14:48:10 +0000 (15:48 +0100)
committerThierry Reding <treding@nvidia.com>
Fri, 27 Mar 2015 12:18:54 +0000 (13:18 +0100)
commit9622b684a84f08e7e71d8f85c2d95d767b99b0b9
treebce6f2d74cf615cba08350bad056079a6e872938
parent2abd2a45ab2fc6df6cf8602a9be1f2633edbee43
memory: tegra: Disable ARBITRATION_EMEM interrupt

As this interrupt is just for development purposes, as the TRM says, and
the sheer amount of interrupts fired can seriously disrupt userspace
when testing the lower frequencies supported by the EMC.

From the TRM:

"There is one performance warning type interrupt: ARBITRATION_EMEM. It
fires when the MC detects that a request has been pending in the Row
Sorter long enough to hit the DEADLOCK_PREVENTION_SLACK_THRESHOLD. In
addition to true performance problems, this interrupt may fire in
situations such as clock-change where the EMC backpressures pending
traffic for long periods of time. This interrupt helps developers
identify and debug performance issues and configuration issues."

Signed-off-by: Tomeu Vizoso <tomeu.vizoso@collabora.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
drivers/memory/tegra/mc.c