drm/i915/adlp+: Allow DC states along with PW2 only for PWB functionality
authorImre Deak <imre.deak@intel.com>
Tue, 6 Jun 2023 17:28:22 +0000 (20:28 +0300)
committerImre Deak <imre.deak@intel.com>
Tue, 20 Jun 2023 10:45:59 +0000 (13:45 +0300)
commitf4e498eb1247d25231198856b57bbae00f403c85
tree1aa09fb94cfbf16c9c8e91065907f8ea888adc3b
parent783d8b80871f6014a5c73182f63e1ec3c6bdfcd2
drm/i915/adlp+: Allow DC states along with PW2 only for PWB functionality

A recent bspec update added a restriction on when DC states can be enabled:

[Before enabling DC states:]

"""
PG2 can be kept enabled only because PGB requires PG2.
Do not use PG2 functions, such as type-C DDIs.

DMC will dynamically control PG1, PGA, PG2, PGB.
"""

Accordingly prevent DC states if PW2 (aka PG2) is enabled for any other
functionality.

Bpsec: 49193

Fixes: 88c487938414 ("drm/i915: Use separate "DC off" power well for ADL-P and DG2")
Reported-by: Kai Vehmanen <kai.vehmanen@intel.com>
Tested-by: Ambica Pramod <ambica.pramod@intel.com>
Reviewed-by: Uma Shankar <uma.shankar@intel.com>
Signed-off-by: Imre Deak <imre.deak@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20230606172822.1891897-1-imre.deak@intel.com
drivers/gpu/drm/i915/display/intel_display_power_map.c