Re: Wrong revert commit in stable channel

2023-01-12 Thread Yury Zhuravlev
> Regards, > > Guchun > > > > *From:* amd-gfx *On Behalf Of *Yury > Zhuravlev > *Sent:* Wednesday, January 11, 2023 4:26 PM > *To:* amd-gfx@lists.freedesktop.org > *Subject:* Wrong revert commit in stable channel > > > > Hello, > > > > So

Wrong revert commit in stable channel

2023-01-11 Thread Yury Zhuravlev
Hello, Something went wrong, and we commited what we diced not commit. https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?h=v6.2-rc3&id=e5b781c56d46c44c52caa915f1b65064f2f7c1ba and https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?h=v6.2-rc3&id=4

Re: [PATCH AUTOSEL 5.15 24/27] Revert "drm/amdgpu: Revert "drm/amdgpu: getting fan speed pwm for vega10 properly""

2023-01-07 Thread Yury Zhuravlev
Sorry, but do anybody know about this? I hope my message is not lost. On Tue, Jan 3, 2023 at 9:38 PM Yury Zhuravlev wrote: > Hello! > > Why is this revert for revert coming for 6.1 but reverted again for 6.1.2? > My GPU is not working correctly again! > https://cdn.kernel.org/p

Re: [PATCH AUTOSEL 5.15 24/27] Revert "drm/amdgpu: Revert "drm/amdgpu: getting fan speed pwm for vega10 properly""

2023-01-03 Thread Yury Zhuravlev
Hello! Why is this revert for revert coming for 6.1 but reverted again for 6.1.2? My GPU is not working correctly again! https://cdn.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.1.2 It seems like somebody made a mistake and pick up the wrong patch for the stable channel. Regards! On Sat, Nov 19

Re: [PATCH] drm/amdgpu: Revert "drm/amdgpu: getting fan speed pwm for vega10 properly"

2022-10-26 Thread Yury Zhuravlev
On Wed, Oct 26, 2022 at 11:38 PM Alex Deucher wrote: > On Wed, Oct 26, 2022 at 5:07 AM Yury Zhuravlev wrote: > > > > Hello Asher, > > > > Thanks for the information, is it open-source tests? Can I reproduce it? > > > > Also, it seems like Radeon Inst

Re: [PATCH] drm/amdgpu: Revert "drm/amdgpu: getting fan speed pwm for vega10 properly"

2022-10-26 Thread Yury Zhuravlev
mitstReadOnly.TestOverdriveRead > > [ FAILED ] rsmitstReadWrite.FanReadWrite > > [ FAILED ] rsmitstReadWrite.TestOverdriveReadWrite > > [ FAILED ] rsmitstReadWrite.TestPowerCapReadWrite > > > > Best Regards, > > Asher > > *From:* Yury Zhuravlev &

Re: [PATCH] drm/amdgpu: Revert "drm/amdgpu: getting fan speed pwm for vega10 properly"

2022-10-25 Thread Yury Zhuravlev
Hello, Can you write here your card name and firmware version? Without this patch, my fan sensors are broken, and it's sensitive to my pc case with water cooling. My card is: Sapphire Pulse Radeon RX Vega 56 vd6546 SA lspci name: [AMD/ATI] Vega 10 XL/XT [Radeon RX Vega 56/64] (rev c3) Firmware: A

Re: [PATCH] drm/amdgpu: Revert "drm/amdgpu: getting fan speed pwm for vega10 properly"

2022-10-25 Thread Yury Zhuravlev
It's working 100% time correctly on my Vega 56 it was a reason why I did it because without it returns mostly random data. On Fri, Oct 14, 2022 at 1:15 PM Asher Song wrote: > This reverts commit fe01cb24b81c0091d7e5668874d51ce913e44a97. > > Unfortunately, that commit causes fan monitors can't be

[PATCH] drm/amdgpu: getting fan speed pwm for vega10 properly

2022-09-05 Thread Yury Zhuravlev
Hello, During the setup, the fan manager https://github.com/markusressel/fan2go I found that my Vega56 was not working correctly. This fan manager expects what read PWM value should be the same as you wrote before, but it's not the case. PWM value was volatile, and what is more critical, if I wrot

[PATCH] drm/amdgpu: getting fan speed pwm for vega10 properly

2022-09-02 Thread Yury Zhuravlev
Hello, During the setup, the fan manager https://github.com/markusressel/fan2go I found that my Vega56 was not working correctly. This fan manager expects what read PWM value should be the same as you wrote before, but it's not the case. PWM value was volatile, and what is more critical, if I wrot