commit | ad1443f0f3dd1b2434af897af8b8f942e47cf8c3 | [log] [tgz] |
---|---|---|
author | Sagar Arun Kamble <sagar.a.kamble@intel.com> | Tue Oct 10 22:30:04 2017 +0100 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Wed Oct 11 08:56:54 2017 +0100 |
tree | ba2228d1f312abecc69440b1d8c9fbbf81b5beb3 | |
parent | d46b00dc38c8aea80357a0dd04f57c097dbfa5b9 [diff] |
drm/i915: Name i915_runtime_pm structure in dev_priv as "runtime_pm" We were using dev_priv->pm for runtime power management related state. This patch renames it to "runtime_pm" which looks more apt. v2: s/rpm/runtime_pm (Chris) Signed-off-by: Sagar Arun Kamble <sagar.a.kamble@intel.com> Cc: Imre Deak <imre.deak@intel.com> Cc: Chris Wilson <chris@chris-wilson.co.uk> Cc: Joonas Lahtinen <joonas.lahtinen@linux.intel.com> Reviewed-by: Radoslaw Szwichtenberg <radoslaw.szwichtenberg@intel.com> #1 Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk> Link: https://patchwork.freedesktop.org/patch/msgid/1507360055-19948-7-git-send-email-sagar.a.kamble@intel.com Acked-by: Imre Deak <imre.deak@intel.com> Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Link: https://patchwork.freedesktop.org/patch/msgid/20171010213010.7415-6-chris@chris-wilson.co.uk