OSDN Git Service

drm/i915/display: Allow PSR2 selective fetch to be enabled at run-time
authorJosé Roberto de Souza <jose.souza@intel.com>
Tue, 9 Feb 2021 20:50:36 +0000 (12:50 -0800)
committerJosé Roberto de Souza <jose.souza@intel.com>
Mon, 22 Feb 2021 14:13:54 +0000 (06:13 -0800)
commitffe9aa48d9fc636a8b6d05538d6fb281c1954c32
treecfe26580b617b681c59b91cd044c031a40299c04
parentb60e320bf35971e67b6afabd5614c6196b3be95d
drm/i915/display: Allow PSR2 selective fetch to be enabled at run-time

Right now CI is blacklisting module reload, so we need to be able to
enable PSR2 selective fetch in run time to test this feature before
enable it by default.
Changes in IGT will also be needed.

v2:
- Fixed handling of I915_PSR_DEBUG_ENABLE_SEL_FETCH in
intel_psr_debug_set()

Cc: Gwan-gyeong Mun <gwan-gyeong.mun@intel.com>
Signed-off-by: José Roberto de Souza <jose.souza@intel.com>
Reviewed-by: Gwan-gyeong Mun <gwan-gyeong.mun@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20210209205036.351076-1-jose.souza@intel.com
drivers/gpu/drm/i915/display/intel_display_types.h
drivers/gpu/drm/i915/display/intel_psr.c