nouveau resume regression after 64f7c698bea9 ("drm/nouveau/fifo: add engine_id hook")

2021-08-18 Thread Jarkko Nikula
Hi My old Thinkpad T410i won't resume properly anymore after suspend or hibernation after v5.12 including today's head 614cb2751d31 ("Merge tag 'trace-v5.14-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace"). I bisected regression to commit 64f7c698bea9 ("drm/nouveau/fifo

Re: [PATCH] drm/panel: sony-acx565akm: Fix race condition in probe

2020-11-29 Thread Jarkko Nikula
gt; >> The result is, that panel may not work after boot and can get into a >> working state by re-enabling it (e.g. by blanking + unblanking), since >> that does a clean reset cycle. This bug has recently been hit by Ivaylo >> Dimitrov, but there are some older report

Re: [-next PATCH 2/4] treewide: Use DEVICE_ATTR_RW

2017-12-21 Thread Jarkko Nikula
On Wed, Dec 20, 2017 at 10:32:11AM +0100, Greg Kroah-Hartman wrote: > On Wed, Dec 20, 2017 at 01:24:44AM -0800, Joe Perches wrote: > > On Wed, 2017-12-20 at 10:34 +0200, Jarkko Nikula wrote: > > > On Tue, Dec 19, 2017 at 10:15:07AM -0800, Joe Perches wrote: > > > &g

Re: [-next PATCH 2/4] treewide: Use DEVICE_ATTR_RW

2017-12-21 Thread Jarkko Nikula
R_RW: include/linux/sysfs.h S_IWUSR: include/uapi/linux/stat.h S_IRUGO: include/linux/stat.h Jarkko Nikula ___ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel

[PATCH] drm/omap: panel-sony-acx565akm.c: Add MODULE_ALIAS

2016-12-27 Thread Jarkko Nikula
Add module alias for Sony ACX565AKM LCD panel. This makes it probe on Nokia N900 when panel driver is built as a module. Signed-off-by: Jarkko Nikula --- This is on top of linux-next next-20161224. --- drivers/gpu/drm/omapdrm/displays/panel-sony-acx565akm.c | 1 + 1 file changed, 1 insertion

[PATCH] drm/via: Add MODULE_DEVICE_TABLE

2015-03-29 Thread Jarkko Nikula
Via DRM driver does not get autoloaded due missing MODULE_DEVICE_TABLE when built as a module. Signed-off-by: Jarkko Nikula --- drivers/gpu/drm/via/via_drv.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/gpu/drm/via/via_drv.c b/drivers/gpu/drm/via/via_drv.c index ed8aa8ff861a