]> www.infradead.org Git - users/hch/configfs.git/commit
drm/i915/psr: Disable PSR2 SU Region ET if enable_psr module parameter is set
authorJouni Högander <jouni.hogander@intel.com>
Tue, 18 Jun 2024 05:30:22 +0000 (08:30 +0300)
committerJouni Högander <jouni.hogander@intel.com>
Wed, 19 Jun 2024 04:42:09 +0000 (07:42 +0300)
commitaeb7a0fe21dca9f8322906e6c5bd45c8b3d9b768
tree9fbdcfc8276eb83b9247036c58cfc6ecbf35eeca
parentb445130c35e5bfe7917e44140e259b2babeec87f
drm/i915/psr: Disable PSR2 SU Region ET if enable_psr module parameter is set

Currently PSR2 SU Region Early Transport is enabled by default on Lunarlake
if panel supports it despite enable_psr module parameter value. This patch
makes it possible for user to limit used PSR mode and prevent SU Region
Early Transport by setting enable_psr as 2. With default (-1) PSR2 SU
Region Early Transport is allowed.

v2: fix/improve commit desciption

Signed-off-by: Jouni Högander <jouni.hogander@intel.com>
Reviewed-by: Animesh Manna <animesh.manna@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240618053026.3268759-6-jouni.hogander@intel.com
drivers/gpu/drm/i915/display/intel_psr.c