drm/i915/display: add module parameter to enable DMC wakelock
authorLuca Coelho <luciano.coelho@intel.com>
Fri, 12 Apr 2024 09:41:47 +0000 (12:41 +0300)
committerJani Nikula <jani.nikula@intel.com>
Wed, 17 Apr 2024 08:41:20 +0000 (11:41 +0300)
commit8a8dcb23b6b359c292376439f6946637e376fd83
tree716b13fbb03d808e45f91968454abfe1d9c6ad8d
parentfe3b3ed7ff5e570131a787f6d59f3b7245c48077
drm/i915/display: add module parameter to enable DMC wakelock

This feature should be disabled by default until properly tested and
mature.  Add a module parameter to enable the feature for testing,
while keeping it disabled by default for now.

Reviewed-by: Uma Shankar <uma.shankar@intel.com>
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240412094148.808179-4-luciano.coelho@intel.com
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
drivers/gpu/drm/i915/display/intel_display_params.c
drivers/gpu/drm/i915/display/intel_display_params.h
drivers/gpu/drm/i915/display/intel_dmc_wl.c