diff options
author | Anshuman Gupta <[email protected]> | 2020-04-17 22:58:35 +0530 |
---|---|---|
committer | Chris Wilson <[email protected]> | 2020-04-18 07:44:56 +0100 |
commit | 65bb9dd0ec7966880b68b252b9a71585f0b539e8 (patch) | |
tree | 94aee456a2eafa7ff61086c74ed5efcddbf65857 | |
parent | edcb9028d66b44d74ba4f8b9daa379b004dc1f85 (diff) |
drm/i915: Add ICL PG3 PW ID for EHL
Gen11 onwards PG3 contains functions for pipe B,
external displays, and VGA. Add missing ICL_DISP_PW_3
for ehl_power_wells.
Cc: Animesh Manna <[email protected]>
Closes: https://gitlab.freedesktop.org/drm/intel/-/issues/1737
Signed-off-by: Anshuman Gupta <[email protected]>
Acked-by: Chris Wilson <[email protected]>
Signed-off-by: Chris Wilson <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
-rw-r--r-- | drivers/gpu/drm/i915/display/intel_display_power.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/i915/display/intel_display_power.c b/drivers/gpu/drm/i915/display/intel_display_power.c index f72b8ed095ca..fa46ea6c6e01 100644 --- a/drivers/gpu/drm/i915/display/intel_display_power.c +++ b/drivers/gpu/drm/i915/display/intel_display_power.c @@ -3902,7 +3902,7 @@ static const struct i915_power_well_desc ehl_power_wells[] = { .name = "power well 3", .domains = ICL_PW_3_POWER_DOMAINS, .ops = &hsw_power_well_ops, - .id = DISP_PW_ID_NONE, + .id = ICL_DISP_PW_3, { .hsw.regs = &hsw_power_well_regs, .hsw.idx = ICL_PW_CTL_IDX_PW_3, |