[Bug 217058] amdgpu resets

2023-02-19 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=217058 Artem S. Tashkinov (a...@gmx.com) changed: What|Removed |Added Status|NEW |RESOLVED

Re: [PATCH] drm/i915: move a Kconfig symbol to unbreak the menu presentation

2023-02-19 Thread Zhenyu Wang
On 2023.02.16 22:32:33 -0800, Randy Dunlap wrote: > Hi, > > On 2/16/23 17:52, Zhenyu Wang wrote: > > On 2023.02.14 20:45:33 -0800, Randy Dunlap wrote: > >> Inserting a Kconfig symbol that does not have a dependency (DRM_I915_GVT) > >> into a list of other symbols that do have a dependency (on

Re: [PATCH 1/1] drm/panel: st7703: Fix vertical refresh rate of XBD599

2023-02-19 Thread Guido Günther
Hi, On Sun, Feb 19, 2023 at 12:45:53PM +0100, Frank Oltmanns wrote: > Fix the XBD599 panel's slight visual stutter by correcting the pixel > clock speed so that the panel's 60Hz vertical refresh rate is met. > > Set the clock speed using the underlying formula instead of a magic > number. To have

[PATCH 0/1] drm/panel: st7703: Fix vertical refresh rate of XBD599

2023-02-19 Thread Frank Oltmanns
Currently, the XBD599 panel has a pixel clock rate that results in a vertical refresh rate of ~55.3 Hz. This causes a slight visual stuttering, for example on the PinePhone. To address this, I adjusted the pixel clock rate to 74844 kHz. Instead of using this hard coded value, I inserted the

[PATCH 1/1] drm/panel: st7703: Fix vertical refresh rate of XBD599

2023-02-19 Thread Frank Oltmanns
Fix the XBD599 panel's slight visual stutter by correcting the pixel clock speed so that the panel's 60Hz vertical refresh rate is met. Set the clock speed using the underlying formula instead of a magic number. To have a consistent procedure for both panels, set the JH057N panel's clock also as

Re: [PATCH 1/1] drm/panel: st7703: Fix vertical refresh rate of XBD599

2023-02-19 Thread Ondřej Jirman
On Sun, Feb 19, 2023 at 12:45:53PM +0100, Frank Oltmanns wrote: > Fix the XBD599 panel's slight visual stutter by correcting the pixel > clock speed so that the panel's 60Hz vertical refresh rate is met. > > Set the clock speed using the underlying formula instead of a magic > number. To have a

Re: [PATCH v4 09/14] drm/syncobj: Add deadline support for syncobj waits

2023-02-19 Thread Rob Clark
On Sat, Feb 18, 2023 at 1:16 PM Rob Clark wrote: > > From: Rob Clark > > Add a new flag to let userspace provide a deadline as a hint for syncobj > and timeline waits. This gives a hint to the driver signaling the > backing fences about how soon userspace needs it to compete work, so it > can

RE: [PATCH 19/27] habanalabs: capture interrupt timestamp in handler

2023-02-19 Thread Ofir Bitton
On Thu, Feb 16, 2023 16:39 PM, Stanislaw Gruszka wrote: > On Sun, Feb 12, 2023 at 10:44:46PM +0200, Oded Gabbay wrote: > > From: Ofir Bitton > > > > In order for interrupt timestamp to be more accurate we should capture > > it during the interrupt handling rather than in threaded irq context. >

Re: [PATCH] drm/msm: fix new Konfig dependency warning

2023-02-19 Thread Rob Clark
On Sun, Feb 19, 2023 at 10:54 AM Randy Dunlap wrote: > > DEVFREQ_GOV_SIMPLE_ONDEMAND depends on PM_DEVFREQ, so in order to > select the former safely, this symbol should also depend on > PM_DEVFREQ to avoid a Kconfig dependency warning. > > WARNING: unmet direct dependencies detected for

Re: linux-6.2-rc4+ hangs on poweroff/reboot: Bisected

2023-02-19 Thread Ben Skeggs
On Sun, 19 Feb 2023 at 04:55, Chris Clayton wrote: > > > > On 18/02/2023 15:19, Chris Clayton wrote: > > > > > > On 18/02/2023 12:25, Karol Herbst wrote: > >> On Sat, Feb 18, 2023 at 1:22 PM Chris Clayton > >> wrote: > >>> > >>> > >>> > >>> On 15/02/2023 11:09, Karol Herbst wrote: > On

[PATCH] drm/msm: fix new Konfig dependency warning

2023-02-19 Thread Randy Dunlap
DEVFREQ_GOV_SIMPLE_ONDEMAND depends on PM_DEVFREQ, so in order to select the former safely, this symbol should also depend on PM_DEVFREQ to avoid a Kconfig dependency warning. WARNING: unmet direct dependencies detected for DEVFREQ_GOV_SIMPLE_ONDEMAND Depends on [n]: PM_DEVFREQ [=n] Selected

Re: [PATCH v3 0/2] Don't use stolen memory or BAR mappings for ring buffers

2023-02-19 Thread Hogander, Jouni
On Fri, 2023-02-17 at 09:18 -0800, John Harrison wrote: > On 2/17/2023 00:39, Hogander, Jouni wrote: > > On Wed, 2023-02-15 at 17:10 -0800, john.c.harri...@intel.com wrote: > > > From: John Harrison > > > > > > Instruction from hardware arch is that stolen memory and BAR > > > mappings > > > are

[PATCH v2] drm/msm: DEVFREQ_GOV_SIMPLE_ONDEMAND is no longer needed

2023-02-19 Thread Randy Dunlap
DRM_MSM no longer needs DEVFREQ_GOV_SIMPLE_ONDEMAND (since dbd7a2a941b8 in linux-next: PM / devfreq: Fix build issues with devfreq disabled), so remove that select from the DRM_MSM Kconfig file. Fixes: 6563f60f14cb ("drm/msm/gpu: Add devfreq tuning debugfs") Signed-off-by: Randy Dunlap Cc: Rob

Re: [PATCH] drm/msm: fix new Konfig dependency warning

2023-02-19 Thread Randy Dunlap
On 2/19/23 15:09, Rob Clark wrote: > On Sun, Feb 19, 2023 at 10:54 AM Randy Dunlap wrote: >> >> DEVFREQ_GOV_SIMPLE_ONDEMAND depends on PM_DEVFREQ, so in order to >> select the former safely, this symbol should also depend on >> PM_DEVFREQ to avoid a Kconfig dependency warning. >> >> WARNING:

Re: [PATCH] drm/msm: fix new Konfig dependency warning

2023-02-19 Thread Rob Clark
On Sun, Feb 19, 2023 at 3:12 PM Randy Dunlap wrote: > > > > On 2/19/23 15:09, Rob Clark wrote: > > On Sun, Feb 19, 2023 at 10:54 AM Randy Dunlap wrote: > >> > >> DEVFREQ_GOV_SIMPLE_ONDEMAND depends on PM_DEVFREQ, so in order to > >> select the former safely, this symbol should also depend on >