Re: [PATCH] drm/amdgpu/pm: Don't show pp_power_profile_mode for YC and later APUs

2021-10-31 Thread Lazar, Lijo
There are two subsystems - powerplay and swsmu. The subsystem implementation details are hidden from amdgpu_pm funcs. I thought Alex is talking about that. Thanks, Lijo From: Limonciello, Mario Sent: Monday, November 1, 2021 8:16:27 AM To: Lazar, Lijo ; Alex

RE: [PATCH] drm/amdgpu/pm: Don't show pp_power_profile_mode for YC and later APUs

2021-10-31 Thread Limonciello, Mario
[Public] smu_get_power_profile_mode actually calls smu->ppt_funcs->get_power_profile_mode So shouldn't it be sufficient to do this? } else if (DEVICE_ATTR_IS(pp_power_profile_mode)) { if (!adev->smu.ppt_funcs->get_power_profile_mode) *states =

RE: [PATCH v2] drm/amd/display: Look at firmware version to determine using dmub on dcn21

2021-10-31 Thread Limonciello, Mario
[Public] > -Original Message- > From: Li, Roman > Sent: Friday, October 29, 2021 18:12 > To: Alex Deucher ; Limonciello, Mario > > Cc: amd-gfx list > Subject: RE: [PATCH v2] drm/amd/display: Look at firmware version to > determine using dmub on dcn21 > > [Public] > > > -Original