]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: Rename pre-icl SAGV enable/disable functions
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Wed, 9 Mar 2022 16:49:45 +0000 (18:49 +0200)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Fri, 18 Mar 2022 20:38:07 +0000 (22:38 +0200)
commitd8b84f2053f31f2141ed1d65b422b09a3074cc7e
tree2f78629a0f23566758c5b26f4bf9c3eb49546ba1
parent55e084a00ff3458110af061b64a9fb2a3641519e
drm/i915: Rename pre-icl SAGV enable/disable functions

Give the pre-icl SAGV control functions a skl_ prefix instead
of the intel_ prefix to make it a bit more clear that they
are not some kind of universal things that can be called on
any platform. Also make the functions void since we never
use the return value anyway.

Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20220309164948.10671-6-ville.syrjala@linux.intel.com
Reviewed-by: Stanislav Lisovskiy <stanislav.lisovskiy@intel.com>
drivers/gpu/drm/i915/intel_pm.c