Skip to content

Commit

Permalink
drm/amd/powerplay: correct UVD/VCE PG state on custom pptable uploading
Browse files Browse the repository at this point in the history
[ Upstream commit 2c5b808 ]

The UVD/VCE PG state is managed by UVD and VCE IP. It's error-prone to
assume the bootup state in SMU based on the dpm status.

Signed-off-by: Evan Quan <evan.quan@amd.com>
Acked-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
  • Loading branch information
Evan Quan authored and gregkh committed Sep 3, 2020
1 parent eb7eaab commit 757460f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions drivers/gpu/drm/amd/powerplay/hwmgr/vega20_hwmgr.c
Expand Up @@ -1640,12 +1640,6 @@ static void vega20_init_powergate_state(struct pp_hwmgr *hwmgr)

data->uvd_power_gated = true;
data->vce_power_gated = true;

if (data->smu_features[GNLD_DPM_UVD].enabled)
data->uvd_power_gated = false;

if (data->smu_features[GNLD_DPM_VCE].enabled)
data->vce_power_gated = false;
}

static int vega20_enable_dpm_tasks(struct pp_hwmgr *hwmgr)
Expand Down

0 comments on commit 757460f

Please sign in to comment.