RE: [PATCH] drm/amdgpu: drop some kernel messages in VCN code

2024-06-04 Thread Liu, Leo
Sonny ; Dong, Ruijing > > Subject: [PATCH] drm/amdgpu: drop some kernel messages in VCN code > > Similar to commit 15681da214b where some kernel log messages are dropped. > With this commit, more log messages in older version of VCN/JPEG code are > dropped. > > Signed-off-by: Da

[PATCH] drm/amdgpu: drop some kernel messages in VCN code

2024-05-30 Thread David (Ming Qiang) Wu
Similar to commit 15681da214b where some kernel log messages are dropped. With this commit, more log messages in older version of VCN/JPEG code are dropped. Signed-off-by: David (Ming Qiang) Wu --- drivers/gpu/drm/amd/amdgpu/jpeg_v1_0.c | 1 - drivers/gpu/drm/amd/amdgpu/jpeg_v2_0.c | 8 +--

Re: [PATCH] drm/amdgpu: drop some kernel messages in VCN code

2024-05-28 Thread Christian König
, Ruijing *Sent:* Thursday, May 23, 2024 12:58 PM *To:* Wu, David ; amd-gfx@lists.freedesktop.org ; Koenig, Christian *Cc:* Deucher, Alexander ; Liu, Leo ; Jiang, Sonny *Subject:* RE: [PATCH] drm/amdgpu: drop some kernel messages in VCN code [AMD Official Use Only - AMD Internal Distribution Only

Re: [PATCH] drm/amdgpu: drop some kernel messages in VCN code

2024-05-23 Thread Jiang, Sonny
; Liu, Leo ; Jiang, Sonny Subject: RE: [PATCH] drm/amdgpu: drop some kernel messages in VCN code [AMD Official Use Only - AMD Internal Distribution Only] Thanks for the response, and it looks good to me. Ruijing -Original Message- From: Wu, David Sent: Thursday, May 23, 2024 12:55 PM To

RE: [PATCH] drm/amdgpu: drop some kernel messages in VCN code

2024-05-23 Thread Dong, Ruijing
, Alexander ; Liu, Leo ; Jiang, Sonny Subject: Re: [PATCH] drm/amdgpu: drop some kernel messages in VCN code please see in line. On 2024-05-23 12:02, Dong, Ruijing wrote: > [AMD Official Use Only - AMD Internal Distribution Only] > > Please see my question inline below. > > Th

Re: [PATCH] drm/amdgpu: drop some kernel messages in VCN code

2024-05-23 Thread David Wu
; Koenig, Christian Cc: Deucher, Alexander ; Liu, Leo ; Jiang, Sonny ; Dong, Ruijing Subject: [PATCH] drm/amdgpu: drop some kernel messages in VCN code We have messages when the VCN fails to initialize and there is no need to report on success. Also PSP loading FWs is the default for production

RE: [PATCH] drm/amdgpu: drop some kernel messages in VCN code

2024-05-23 Thread Dong, Ruijing
; Dong, Ruijing Subject: [PATCH] drm/amdgpu: drop some kernel messages in VCN code We have messages when the VCN fails to initialize and there is no need to report on success. Also PSP loading FWs is the default for production. Signed-off-by: David (Ming Qiang) Wu --- drivers/gpu/drm/amd

[PATCH] drm/amdgpu: drop some kernel messages in VCN code

2024-05-23 Thread David (Ming Qiang) Wu
We have messages when the VCN fails to initialize and there is no need to report on success. Also PSP loading FWs is the default for production. Signed-off-by: David (Ming Qiang) Wu --- drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.c | 1 - drivers/gpu/drm/amd/amdgpu/jpeg_v5_0_0.c | 3 --- drivers/gp