Re: [PATCH 1/2] drm/amd/display: Fix incorrect power gating configuration for DOMAIN10

2024-11-06 Thread Alex Deucher
On Wed, Nov 6, 2024 at 3:18 AM Zicheng Qu wrote: > > The current implementation incorrectly updates DOMAIN10_PG_CONFIG with > DOMAIN8_POWER_FORCEON, which is not the intended behavior. This patch > corrects the power gating configuration by updating DOMAIN10_PG_CONFIG > with DOMAIN10_POWER_FORCEON

[PATCH 1/2] drm/amd/display: Fix incorrect power gating configuration for DOMAIN10

2024-11-06 Thread Zicheng Qu
The current implementation incorrectly updates DOMAIN10_PG_CONFIG with DOMAIN8_POWER_FORCEON, which is not the intended behavior. This patch corrects the power gating configuration by updating DOMAIN10_PG_CONFIG with DOMAIN10_POWER_FORCEON, preventing potential issues related to power management.