Re: [PATCH] drm/amd/pm: Add warning for unexpected PG requests

2021-11-25 Thread Lazar, Lijo
On 11/25/2021 10:35 PM, Felix Kuehling wrote: Am 2021-11-25 um 8:32 a.m. schrieb Lazar, Lijo: On 11/25/2021 6:52 PM, Chen, Guchun wrote: [Public] Use dev_warn to be mGPU friendly? The intention is to get a trace as well along with that. There are multiple paths to this function. There

Re: [PATCH] drm/amd/pm: Add warning for unexpected PG requests

2021-11-25 Thread Felix Kuehling
Am 2021-11-25 um 8:32 a.m. schrieb Lazar, Lijo: > > > On 11/25/2021 6:52 PM, Chen, Guchun wrote: >> [Public] >> >> Use dev_warn to be mGPU friendly? > > The intention is to get a trace as well along with that. There are > multiple paths to this function. There is also a dev_WARN and dev_WARN_ONCE.

RE: [PATCH] drm/amd/pm: Add warning for unexpected PG requests

2021-11-25 Thread Chen, Guchun
: Re: [PATCH] drm/amd/pm: Add warning for unexpected PG requests On 11/25/2021 6:52 PM, Chen, Guchun wrote: > [Public] > > Use dev_warn to be mGPU friendly? The intention is to get a trace as well along with that. There are multiple paths to this function. Thanks, Lijo > > Re

Re: [PATCH] drm/amd/pm: Add warning for unexpected PG requests

2021-11-25 Thread Lazar, Lijo
On 11/25/2021 6:52 PM, Chen, Guchun wrote: [Public] Use dev_warn to be mGPU friendly? The intention is to get a trace as well along with that. There are multiple paths to this function. Thanks, Lijo Regards, Guchun -Original Message- From: amd-gfx On Behalf Of Lijo Lazar Sen

RE: [PATCH] drm/amd/pm: Add warning for unexpected PG requests

2021-11-25 Thread Chen, Guchun
[Public] Use dev_warn to be mGPU friendly? Regards, Guchun -Original Message- From: amd-gfx On Behalf Of Lijo Lazar Sent: Thursday, November 25, 2021 7:51 PM To: amd-gfx@lists.freedesktop.org Cc: Deucher, Alexander ; Limonciello, Mario ; Zhang, Hawking Subject: [PATCH] drm/amd/pm: Add