drm/i915: sanitize suspend/resume helper function names
authorImre Deak <imre.deak@intel.com>
Thu, 23 Oct 2014 16:23:25 +0000 (19:23 +0300)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Fri, 24 Oct 2014 14:34:20 +0000 (16:34 +0200)
commit5e365c391aeffe8b53d6952c28a68bd5fc856390
tree5fbecbe832503a8d8c749418308f94ca5f2936b9
parent36d61e6751d16fa80a4355b9708ff24ab7536f89
drm/i915: sanitize suspend/resume helper function names

By now the S4 freeze/thaw and S3 suspend/resume events are handled the
same way, so we can rename the freeze/thaw internal helpers to
suspend/resume accordingly to make clearer what the helpers do. Also
rename i915_resume_early to i915_drm_resume_early aligning it with the
rest of the helper names.

No functional change.

Signed-off-by: Imre Deak <imre.deak@intel.com>
Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/i915_drv.c