Re: [PATCH] drm/amdgpu: Warn about disabled DPM

2020-06-17 Thread Alex Deucher
On Wed, Jun 17, 2020 at 3:34 AM Paul Menzel wrote: > > Currently, besides there is no explicit message, that DPM is disabled. > The user would need to know, that the missing success line is an > indicator. > > [drm] amdgpu: dpm initialized > > So, add an explicit message, and make it log level

RE: [PATCH] drm/amdgpu: Warn about disabled DPM

2020-06-17 Thread Quan, Evan
/amdgpu: Warn about disabled DPM Currently, besides there is no explicit message, that DPM is disabled. The user would need to know, that the missing success line is an indicator. [drm] amdgpu: dpm initialized So, add an explicit message, and make it log level warning, as disabling dpm is

[PATCH] drm/amdgpu: Warn about disabled DPM

2020-06-17 Thread Paul Menzel
Currently, besides there is no explicit message, that DPM is disabled. The user would need to know, that the missing success line is an indicator. [drm] amdgpu: dpm initialized So, add an explicit message, and make it log level warning, as disabling dpm is not the default. Resolves: https://