Skip to content
Commit 5b117056 authored by Hsin-Yi Wang's avatar Hsin-Yi Wang Committed by Jani Nikula
Browse files

drm/i915/selftests: Rename pm_ prefixed functions names



pm_resume and pm_suspend might be conflict with the ones defined in
include/linux/suspend.h. Rename all pm_* to igt_pm_* in selftests since
they are only used here.

v2 by Jani:
- Use igt_ prefix instead of i915_ to avoid colliding with existing
  i915_pm_* functions
- Rename all pm_ prefixed functions in the file

Signed-off-by: default avatarHsin-Yi Wang <hsinyi@chromium.org>
Reported-by: default avatarkernel test robot <lkp@intel.com>
Reviewed-by: default avatarRodrigo Vivi <rodrigo.vivi@intel.com>
Signed-off-by: default avatarJani Nikula <jani.nikula@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20210420130853.10573-1-jani.nikula@intel.com
parent a36a4749
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment