commit | 8090c6b9daa04dda649ac0a2209601042abfb0a4 | [log] [tgz] |
---|---|---|
author | Daniel Vetter <daniel.vetter@ffwll.ch> | Sun Jun 24 16:42:32 2012 +0200 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Mon Jun 25 21:07:03 2012 +0200 |
tree | 7cc50fad982ec6c91d13bb4c30f002528237a166 | |
parent | 7b0cfee1a24efdfe0235bac62e53f686fe8a8e24 [diff] |
drm/i915: wrap up gt powersave enabling functions ... instead of calling each one for each generation indiviudally. Notice that we've already managed to be inconsistent, the resume path is missing an IS_VLV check. As a nice benefit we can mark all the platform specific enable/disable functions as static and hide them in intel_pm.c Reviewed-by: Eugeni Dodonov <eugeni.dodonov@intel.com> Signed-Off-by: Daniel Vetter <daniel.vetter@ffwll.ch>