[Bug 201539] AMDGPU R9 390 automatic fan speed control in Linux 4.19/4.20/5.0

2022-02-05 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=201539 codebugs (codeb...@yandex.ru) changed: What|Removed |Added CC||codeb...@yandex.ru ---

[PATCH] lima: avoid error task dump attempt when not enabled

2022-02-05 Thread Erico Nunes
Currently when users try to run an application with lima and that hits an issue such as a timeout, a message saying "fail to save task state" and "error task list is full" is shown in dmesg. The error task dump is a debug feature disabled by default, so the error task list is usually not going to

Re: [PATCH v2 2/4] drm/tiny: Add driver for Solomon SSD130X OLED displays

2022-02-05 Thread Javier Martinez Canillas
On 2/5/22 14:04, Andy Shevchenko wrote: > On Fri, Feb 04, 2022 at 08:19:12PM +0100, Javier Martinez Canillas wrote: >> On 2/4/22 15:26, Andy Shevchenko wrote: >>> On Fri, Feb 04, 2022 at 02:43:45PM +0100, Javier Martinez Canillas wrote: > > ... > +struct ssd130x_device { + struct

[PATCH] drm/radeon: Avoid open coded arithmetic in memory allocation

2022-02-05 Thread Christophe JAILLET
kmalloc_array()/kcalloc() should be used to avoid potential overflow when a multiplication is needed to compute the size of the requested memory. So turn a kzalloc()+explicit size computation into an equivalent kcalloc(). Signed-off-by: Christophe JAILLET ---

[PATCH] Revert "drm/nouveau/pmu/gm200-: avoid touching PMU outside of DEVINIT/PREOS/ACR"

2022-02-05 Thread Karol Herbst
This reverts commit 1d2271d2fb85e54bfc9630a6c30ac0feb9ffb983. This fix actually causes regressions, which I could verify on my systems as well. So let's revert it and figure out a proper fix for the original problem. Cc: Ben Skeggs Bug: https://gitlab.freedesktop.org/drm/nouveau/-/issues/149

[PATCH] drm/amd/pm: fix error handling

2022-02-05 Thread trix
From: Tom Rix clang static analysis reports this error amdgpu_smu.c:2289:9: warning: Called function pointer is null (null dereference) return smu->ppt_funcs->emit_clk_levels( ^~~~ There is a logic error in the earlier check of

Re: [PATCH v2 2/4] drm/tiny: Add driver for Solomon SSD130X OLED displays

2022-02-05 Thread Andy Shevchenko
On Fri, Feb 04, 2022 at 08:19:12PM +0100, Javier Martinez Canillas wrote: > On 2/4/22 15:26, Andy Shevchenko wrote: > > On Fri, Feb 04, 2022 at 02:43:45PM +0100, Javier Martinez Canillas wrote: ... > >> +struct ssd130x_device { > >> + struct drm_device drm; > >> + struct

Re: [PATCH v1 9/9] drivers: hv: dxgkrnl: Implement DXGSYNCFILE

2022-02-05 Thread Iouri Tarassov
On 1/17/2022 1:35 AM, Daniel Vetter wrote: On Mon, Jan 17, 2022 at 9:34 AM Iouri Tarassov wrote: > > btw another idea I had over the w/e: Another option might be to allow different backends for sync_file, and then making sure that you cannot ever mix dma_fence and hv_dxg_fence type sync_file