Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1514304 > unrolled thread
| Started by | Lin Huang <hl@rock-chips.com> |
|---|---|
| First post | 2016-11-03 07:20 +0100 |
| Last post | 2016-11-03 07:20 +0100 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
[PATCH v2 2/2] PM/devfreq: rk3399: set specific ddr frequency when stop ddr dvfs Lin Huang <hl@rock-chips.com> - 2016-11-03 07:20 +0100
| From | Lin Huang <hl@rock-chips.com> |
|---|---|
| Date | 2016-11-03 07:20 +0100 |
| Subject | [PATCH v2 2/2] PM/devfreq: rk3399: set specific ddr frequency when stop ddr dvfs |
| Message-ID | <szjxv-cD-3@gated-at.bofh.it> |
We need ddr run a specific frequency when ddr dvfs stop working. For example: if we enable two monitor, then we will stop ddr dvfs, but we hope ddr can run in highest frequency obviously. Change-Id: I02460f0becbf0e1a732e2a55b8e529f53c01109c Signed-off-by: Lin Huang <hl@rock-chips.com> --- Changes in v2: - None drivers/devfreq/rk3399_dmc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/devfreq/rk3399_dmc.c b/drivers/devfreq/rk3399_dmc.c index e24b73d..9309941 100644 --- a/drivers/devfreq/rk3399_dmc.c +++ b/drivers/devfreq/rk3399_dmc.c @@ -443,7 +443,7 @@ static int rk3399_dmcfreq_probe(struct platform_device *pdev) if (IS_ERR(data->devfreq)) return PTR_ERR(data->devfreq); devm_devfreq_register_opp_notifier(dev, data->devfreq); - + devfreq_opp_get_suspend_opp(dev, data->devfreq); data->dev = dev; platform_set_drvdata(pdev, data); -- 1.9.1
Back to top | Article view | linux.kernel
csiph-web