OSDN Git Service

drm/i915/opregion: Rename init/fini functions to register/unregister
authorChris Wilson <chris@chris-wilson.co.uk>
Mon, 23 May 2016 14:08:10 +0000 (15:08 +0100)
committerChris Wilson <chris@chris-wilson.co.uk>
Mon, 23 May 2016 15:35:50 +0000 (16:35 +0100)
commit03d92e4779b82e03f3fbf6631156eb0727fc75d4
tree0912a60f65030869ab9d2005a30cb2e73e9adeb9
parent6f9f4b7a2cf7c5047f4d31bb00b0a48fb0a674e3
drm/i915/opregion: Rename init/fini functions to register/unregister

Current intel_opregion_init is called during the driver registration
phase and intel_opregion_fini from the unregistration phase. Rename the
functions so that this is clear from their names. The phases tell us
what we expect the existing hw state to be, e.g. whether interrupts are
still enabled etc.

It should be noted that the opregion init/fini routines are asymmetric
and this is carried across into their new names. Indeed, their new names
make it even clearer that perhaps all is not well in the opregion
suspend/resume sequence (as well in the module unload).

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Cc: Jani Nikula <jani.nikula@linux.intel.com>
Link: http://patchwork.freedesktop.org/patch/msgid/1464012490-30961-2-git-send-email-chris@chris-wilson.co.uk
Reviewed-by: Jani Nikula <jani.nikula@linux.intel.com>
drivers/gpu/drm/i915/i915_dma.c
drivers/gpu/drm/i915/i915_drv.c
drivers/gpu/drm/i915/i915_drv.h
drivers/gpu/drm/i915/intel_opregion.c