回复: Re: 回复: Re: 回复: Re: [PATCH libdrm 1/2] amdgpu: fix parameter of amdgpu_cs_ctx_create2

2024-01-10 Thread
nsigned u = p; int p2 = u;   p2 is -1.   Marek On Tue, Jan 9, 2024, 03:26 Christian König <christian.koe...@amd.com> wrote: Am 09.01.24 um 09:09 schrieb 李真能: Thanks! What about the second patch? The second patch:   amdgpu: change proirity value to be consistent with kernel. As I want to p

回复: Re: 回复: Re: [PATCH libdrm 1/2] amdgpu: fix parameter of amdgpu_cs_ctx_create2

2024-01-09 Thread
suggestion?   主 题:Re: 回复: Re: [PATCH libdrm 1/2] amdgpu: fix parameter of amdgpu_cs_ctx_create2 日 期:2024-01-09 15:15 发件人:Christian König 收件人:李真能;Marek Olsak;Pierre-Eric Pelloux-Prayer;dri-devel;amd-gfx; Am 09.01.24 um 02:50 schrieb 李真能: When the priority value is passed to the kernel, the

回复: Re: [PATCH libdrm 1/2] amdgpu: fix parameter of amdgpu_cs_ctx_create2

2024-01-09 Thread
ll be exited.   主 题:Re: [PATCH libdrm 1/2] amdgpu: fix parameter of amdgpu_cs_ctx_create2 日 期:2024-01-09 00:28 发件人:Christian König 收件人:李真能;Marek Olsak;Pierre-Eric Pelloux-Prayer;dri-devel;amd-gfx; Am 08.01.24 um 10:40 schrieb Zhenneng Li:> In order to pass the correct priority paramete

回复: RE: [PATCH v2] drm/amdgpu: resove reboot exception for si oland

2023-03-14 Thread
Attached patch will change the code logic, if adev->pm.dpm_enabled is false, si_set_temperature_range(...) will  be called, this is wrong obvious.   主 题:RE: [PATCH v2] drm/amdgpu: resove reboot exception for si oland 日 期:2023-03-14 09:04 发件人:Chen, Guchun 收件人:李真能; Will attached patch h

Re: [PATCH] drm/amdgpu: resove reboot exception for si oland

2023-03-13 Thread
This bug is first reported here: https://lore.kernel.org/lkml/1a620e7c-5b71-3d16-001a-0d79b292a...@amd.com/ I modify the patch accroding mail list's discusstion,   and I do reboot test for tens of thousands of times about 10 machines on arm64,  there's no bug reported. 在 2023/3/10 16:18, Che

Re: [PATCH] drm/amdgpu: add mb for si

2022-11-18 Thread
在 2022/11/18 17:18, Michel Dänzer 写道: On 11/18/22 09:01, Christian König wrote: Am 18.11.22 um 08:48 schrieb Zhenneng Li: During reboot test on arm64 platform, it may failure on boot, so add this mb in smc. The error message are as follows: [    6.996395][ 7] [  T295] [drm:amdgpu_device_ip_l

Re: [PATCH] drm/radeon: add a force flush to delay work when radeon

2022-08-17 Thread
在 2022/8/15 21:12, Christian König 写道: Am 15.08.22 um 09:34 schrieb 李真能: 在 2022/8/12 18:55, Christian König 写道: Am 11.08.22 um 09:25 schrieb Zhenneng Li: Although radeon card fence and wait for gpu to finish processing current batch rings, there is still a corner case that radeon lockup

Re: [PATCH] drm/radeon: add a force flush to delay work when radeon

2022-08-15 Thread
在 2022/8/12 18:55, Christian König 写道: Am 11.08.22 um 09:25 schrieb Zhenneng Li: Although radeon card fence and wait for gpu to finish processing current batch rings, there is still a corner case that radeon lockup work queue may not be fully flushed, and meanwhile the radeon_suspend_kms() fu

回复: Re: [PATCH] drm/amdgpu: resolve s3 hang for r7340

2022-03-29 Thread
               主 题:Re: [PATCH] drm/amdgpu: resolve s3 hang for r7340            日 期:2022-03-28 15:38            发件人:Paul Menzel            收件人:Zhenneng Li                            [Cc: -Jack Zhang (invalid address)Am 28.03.22 um 09:36 schrieb Paul Menzel:> Dear Zhenneng,> > > Thank

Re: amdgpu driver halted on suspend of shutdown

2021-09-29 Thread
So, Can I remove suspend process in amdgpu_pci_shutdown if  I don't  use amdgpu driver in vm? Thank you so much foryour reply! 在 2021/9/30 上午5:12, Alex Deucher 写道: On Wed, Sep 29, 2021 at 3:25 AM 李真能 wrote: Hello: When I do loop auto test of reboot, I found kernel may ha

amdgpu driver halted on suspend of shutdown

2021-09-29 Thread
Hello:         When I do loop  auto test of reboot, I found  kernel may halt on memcpy_fromio of amdgpu's amdgpu_uvd_suspend, so I remove suspend process in amdgpu_pci_shutdown, and it will fix this bug. I have 3 questions to ask: 1. In amdgpu_pci_shutdown, the comment explains why we must e