Home
last modified time | relevance | path

Searched hist:"77 b14c9d" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/memory/tegra/
H A Dmc.c77b14c9d Sun Sep 12 13:30:09 CDT 2021 Dmitry Osipenko <digetx@gmail.com> memory: tegra: Remove interconnect state syncing hack

State syncing works properly now, previously the sync callback was never
invoked. Apparently it was fixed in drivers core, so let's remove the
hack. The state won't be synced until all consumer drivers of devices
that reference memory controller in a device-tree are probed, i.e. keeping
bandwidth at maximum until both display and devfreq drivers are probed.

Signed-off-by: Dmitry Osipenko <digetx@gmail.com>
Link: https://lore.kernel.org/r/20210912183009.6400-1-digetx@gmail.com
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>