[PATCH 5/5] drm/tegra: Add minimal power management

2015-01-06 Thread Mark Zhang
I mean: Reviewed-by: Mark Zhang To make display suspend/resume working, we need some other patches. I will send out the patches soon, based on this patch set. Thanks Thierry. Mark On 01/05/2015 10:50 PM, Thierry Reding wrote: > * PGP Signed by an unknown key > > On Tue, Dec 23, 2014 at

[PATCH 5/5] drm/tegra: Add minimal power management

2015-01-05 Thread Thierry Reding
On Tue, Dec 23, 2014 at 03:32:43PM +0800, Mark Zhang wrote: > +1 Does that translate into a "Reviewed-by" or "Tested-by"? Thierry -- next part -- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 819 bytes Desc: not available

[PATCH 5/5] drm/tegra: Add minimal power management

2015-01-05 Thread Sean Paul
On Fri, Dec 19, 2014 at 10:24 AM, Thierry Reding wrote: > From: Thierry Reding > > For now only disable the KMS hotplug polling helper logic upon suspend > and re-enable it on resume. > > Signed-off-by: Thierry Reding Reviewed-by: Sean Paul > --- > drivers/gpu/drm/tegra/drm.c | 25

[PATCH 5/5] drm/tegra: Add minimal power management

2014-12-23 Thread Mark Zhang
+1 Mark On 12/19/2014 11:24 PM, Thierry Reding wrote: > From: Thierry Reding > > For now only disable the KMS hotplug polling helper logic upon suspend > and re-enable it on resume. > > Signed-off-by: Thierry Reding > --- > drivers/gpu/drm/tegra/drm.c | 25 + > 1 file

[PATCH 5/5] drm/tegra: Add minimal power management

2014-12-19 Thread Thierry Reding
From: Thierry Reding For now only disable the KMS hotplug polling helper logic upon suspend and re-enable it on resume. Signed-off-by: Thierry Reding --- drivers/gpu/drm/tegra/drm.c | 25 + 1 file changed, 25 insertions(+) diff --git