Re: [PATCH] drm/amdgpu: Fix the runtime pm mode error

2024-03-21 Thread Alex Deucher
On Thu, Mar 21, 2024 at 2:52 AM Ma, Jun wrote: > > > > On 3/20/2024 9:24 PM, Alex Deucher wrote: > > On Wed, Mar 20, 2024 at 6:17 AM Ma Jun wrote: > >> > >> Because of the logic error, Arcturus and vega20 currently > >> use the AMDGPU_RUNPM_NONE for runtime pm even though they > >> support BACO.

Re: [PATCH] drm/amdgpu: Fix the runtime pm mode error

2024-03-21 Thread Lazar, Lijo
On 3/21/2024 12:28 PM, Ma, Jun wrote: > > > On 3/20/2024 9:38 PM, Lazar, Lijo wrote: >> >> >> On 3/20/2024 6:54 PM, Alex Deucher wrote: >>> On Wed, Mar 20, 2024 at 6:17 AM Ma Jun wrote: Because of the logic error, Arcturus and vega20 currently use the AMDGPU_RUNPM_NONE for runt

Re: [PATCH] drm/amdgpu: Fix the runtime pm mode error

2024-03-20 Thread Ma, Jun
On 3/20/2024 9:38 PM, Lazar, Lijo wrote: > > > On 3/20/2024 6:54 PM, Alex Deucher wrote: >> On Wed, Mar 20, 2024 at 6:17 AM Ma Jun wrote: >>> >>> Because of the logic error, Arcturus and vega20 currently >>> use the AMDGPU_RUNPM_NONE for runtime pm even though they >>> support BACO. So, the c

Re: [PATCH] drm/amdgpu: Fix the runtime pm mode error

2024-03-20 Thread Ma, Jun
On 3/20/2024 9:24 PM, Alex Deucher wrote: > On Wed, Mar 20, 2024 at 6:17 AM Ma Jun wrote: >> >> Because of the logic error, Arcturus and vega20 currently >> use the AMDGPU_RUNPM_NONE for runtime pm even though they >> support BACO. So, the code is optimized to fix this error. >> >> Signed-off-b

Re: [PATCH] drm/amdgpu: Fix the runtime pm mode error

2024-03-20 Thread Lazar, Lijo
On 3/20/2024 6:54 PM, Alex Deucher wrote: > On Wed, Mar 20, 2024 at 6:17 AM Ma Jun wrote: >> >> Because of the logic error, Arcturus and vega20 currently >> use the AMDGPU_RUNPM_NONE for runtime pm even though they >> support BACO. So, the code is optimized to fix this error. >> >> Signed-off-b

Re: [PATCH] drm/amdgpu: Fix the runtime pm mode error

2024-03-20 Thread Alex Deucher
On Wed, Mar 20, 2024 at 6:17 AM Ma Jun wrote: > > Because of the logic error, Arcturus and vega20 currently > use the AMDGPU_RUNPM_NONE for runtime pm even though they > support BACO. So, the code is optimized to fix this error. > > Signed-off-by: Ma Jun > --- > drivers/gpu/drm/amd/amdgpu/amdgpu

[PATCH] drm/amdgpu: Fix the runtime pm mode error

2024-03-20 Thread Ma Jun
Because of the logic error, Arcturus and vega20 currently use the AMDGPU_RUNPM_NONE for runtime pm even though they support BACO. So, the code is optimized to fix this error. Signed-off-by: Ma Jun --- drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c | 56 - 1 file changed, 27 inse