[PATCH] drm/amdgpu : Increase the mes log buffer size as per new MES FW version

2024-03-22 Thread shaoyunl
>From MES version 0x54, the log entry increased and require the log buffer size to be increased. The 16k is maximum size agreed Signed-off-by: shaoyunl --- drivers/gpu/drm/amd/amdgpu/amdgpu_mes.c | 5 ++--- drivers/gpu/drm/amd/amdgpu/amdgpu_mes.h | 1 + 2 files changed, 3 insertions(+), 3 deleti

Re: [PATCH] drm/amdgpu : Increase the mes log buffer size as per new MES FW version

2024-03-25 Thread Liu, Shaoyun
[AMD Official Use Only - General] Ping Get Outlook for iOS<https://aka.ms/o0ukef> From: Liu, Shaoyun Sent: Friday, March 22, 2024 12:49:56 PM To: amd-gfx@lists.freedesktop.org Cc: Liu, Shaoyun Subject: [PATCH] drm/amdgpu : Increase the mes log buffer s

Re: [PATCH] drm/amdgpu : Increase the mes log buffer size as per new MES FW version

2024-03-25 Thread Sharma, Shashank
[AMD Official Use Only - General] From: amd-gfx on behalf of Liu, Shaoyun Sent: Monday, March 25, 2024 1:58 PM To: amd-gfx@lists.freedesktop.org Subject: Re: [PATCH] drm/amdgpu : Increase the mes log buffer size as per new MES FW version [AMD Official Use

Re: [PATCH] drm/amdgpu : Increase the mes log buffer size as per new MES FW version

2024-03-25 Thread Felix Kuehling
On 2024-03-22 12:49, shaoyunl wrote: From MES version 0x54, the log entry increased and require the log buffer size to be increased. The 16k is maximum size agreed What happens when you run the new firmware on an old kernel that only allocates 4KB? Regards,   Felix Signed-off-by: shao

RE: [PATCH] drm/amdgpu : Increase the mes log buffer size as per new MES FW version

2024-03-25 Thread Liu, Shaoyun
buffer size as per new MES FW version On 2024-03-22 12:49, shaoyunl wrote: > From MES version 0x54, the log entry increased and require the log > buffer size to be increased. The 16k is maximum size agreed What happens when you run the new firmware on an old kernel that only allocate

Re: [PATCH] drm/amdgpu : Increase the mes log buffer size as per new MES FW version

2024-03-26 Thread Alex Deucher
ked-by: Alex Deucher Alex > > -Original Message- > From: Kuehling, Felix > Sent: Monday, March 25, 2024 2:58 PM > To: Liu, Shaoyun ; amd-gfx@lists.freedesktop.org > Subject: Re: [PATCH] drm/amdgpu : Increase the mes log buffer size as per new > MES FW version > >

Re: [PATCH] drm/amdgpu : Increase the mes log buffer size as per new MES FW version

2024-03-26 Thread Felix Kuehling
that it allocated, so that old drivers continue to work with new firmware? Regards,   Felix -Original Message- From: Kuehling, Felix Sent: Monday, March 25, 2024 2:58 PM To: Liu, Shaoyun ; amd-gfx@lists.freedesktop.org Subject: Re: [PATCH] drm/amdgpu : Increase the mes log buffer si

RE: [PATCH] drm/amdgpu : Increase the mes log buffer size as per new MES FW version

2024-03-26 Thread Liu, Shaoyun
ktop.org Subject: Re: [PATCH] drm/amdgpu : Increase the mes log buffer size as per new MES FW version On 2024-03-25 19:33, Liu, Shaoyun wrote: > [AMD Official Use Only - General] > > It can cause page fault when the log size exceed the page size . I'd consider that a breaking