]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
drm/i915/psr: Remove few mod parameters option.
authorRodrigo Vivi <rodrigo.vivi@intel.com>
Thu, 12 Jul 2018 05:27:15 +0000 (22:27 -0700)
committerRodrigo Vivi <rodrigo.vivi@intel.com>
Fri, 13 Jul 2018 06:33:38 +0000 (23:33 -0700)
commit9306b62b43c460923ba4a32b66aeb7d0e4c02adf
tree169f2c85e6264b1d777654ccb45a8573bb5774df
parent521715f903783e324b0067c521baf4f9776d7561
drm/i915/psr: Remove few mod parameters option.

Reduce the module parameter to enable or disable.

The link stand by vs full link off was used only once.

And it was actually masking another bug fixed by commit
'84bb2916a683 ("drm/i915/psr: Check for SET_POWER_CAPABLE
bit at PSR init time.")'

So, let's remove these options for now. End goal is to
fully remove the mod param, moving it to a debugfs
interface in upcoming patches.

Cc: Dhinakaran Pandiyan <dhinakaran.pandiyan@intel.com>
Cc: Tarun Vyas <tarun.vyas@intel.com>
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Reviewed-by: Dhinakaran Pandiyan <dhinakaran.pandiyan@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20180712052715.8177-1-rodrigo.vivi@intel.com
drivers/gpu/drm/i915/i915_params.c
drivers/gpu/drm/i915/intel_psr.c