lkml.org 
[lkml]   [2022]   [Dec]   [20]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
SubjectRe: [Patch v1 01/10] memory: tegra: add interconnect support for DRAM scaling in Tegra234
From
20.12.2022 19:02, Sumit Gupta пишет:
> @@ -779,6 +780,7 @@ const char *const tegra_mc_error_names[8] = {
> */
> static int tegra_mc_interconnect_setup(struct tegra_mc *mc)
> {
> + struct tegra_icc_node *tnode;
> struct icc_node *node;
> unsigned int i;
> int err;
> @@ -792,7 +794,11 @@ static int tegra_mc_interconnect_setup(struct tegra_mc *mc)
> mc->provider.data = &mc->provider;
> mc->provider.set = mc->soc->icc_ops->set;
> mc->provider.aggregate = mc->soc->icc_ops->aggregate;
> - mc->provider.xlate_extended = mc->soc->icc_ops->xlate_extended;
> + mc->provider.get_bw = mc->soc->icc_ops->get_bw;
> + if (mc->soc->icc_ops->xlate)
> + mc->provider.xlate = mc->soc->icc_ops->xlate;
> + if (mc->soc->icc_ops->xlate_extended)
> + mc->provider.xlate_extended = mc->soc->icc_ops->xlate_extended;

These IFs look pointless

\
 
 \ /
  Last update: 2023-03-26 23:16    [W:0.249 / U:1.028 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site