Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1514304
| From | Lin Huang <hl@rock-chips.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v2 2/2] PM/devfreq: rk3399: set specific ddr frequency when stop ddr dvfs |
| Date | 2016-11-03 07:20 +0100 |
| Message-ID | <szjxv-cD-3@gated-at.bofh.it> (permalink) |
| References | <szjxv-cD-5@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
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 linux.kernel | Previous | Next | Find similar | Unroll thread
[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
csiph-web