Re: [PATCH] drm/sti: remove duplicate object names

2025-03-12 Thread Rolf Eike Beer
On Donnerstag, 16. Januar 2025 09:33:18 Mitteleuropäische Normalzeit Dmitry Baryshkov wrote: > On Wed, Jan 15, 2025 at 09:58:59AM +0100, Rolf Eike Beer wrote: > > When merging 2 drivers common object files were not deduplicated. > > > > Fixes: dcec16efd677 ("drm/st

[PATCH] drm/sti: remove duplicate object names

2025-01-16 Thread Rolf Eike Beer
When merging 2 drivers common object files were not deduplicated. Fixes: dcec16efd677 ("drm/sti: Build monolithic driver") Cc: sta...@kernel.org Signed-off-by: Rolf Eike Beer --- drivers/gpu/drm/sti/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/gpu/drm/sti/

Re: [PATCH 12/18] arch/parisc: Implement fb_is_primary_device() under arch/parisc

2023-04-06 Thread Rolf Eike Beer
Am Mittwoch, 5. April 2023, 17:05:48 CEST schrieb Thomas Zimmermann: > Move PARISC's implementation of fb_is_primary_device() into the > architecture directory. This the place of the declaration and > where other architectures implement this function. No functional > changes. > diff --git a/arch/p

Re: [PATCH 00/18] arch: Consolidate

2023-04-06 Thread Rolf Eike Beer
Am Mittwoch, 5. April 2023, 17:05:36 CEST schrieb Thomas Zimmermann: > Various architectures provide with helpers for fbdev ^ *lol* Eike signature.asc Description: This is a digitally signed message part.

Re: [PATCH v4 4/6] treewide: use get_random_u32() when possible

2022-10-07 Thread Rolf Eike Beer
> diff --git a/arch/parisc/kernel/process.c b/arch/parisc/kernel/process.c > index 7c37e09c92da..18c4f0e3e906 100644 > --- a/arch/parisc/kernel/process.c > +++ b/arch/parisc/kernel/process.c > @@ -288,7 +288,7 @@ __get_wchan(struct task_struct *p) > > static inline unsigned long brk_rnd(void) >

Re: [PATCH] agp: parisc-agp: fix section mismatch warning

2021-11-27 Thread Rolf Eike Beer
Am Samstag, 27. November 2021, 05:57:57 CET schrieb Randy Dunlap: > Fix section mismatch warning in parisc-agp: Too late ;) https://lore.kernel.org/linux-parisc/20211126154754.263487-1-del...@gmx.de/ signature.asc Description: This is a digitally signed message part.

Re: [PATCH] video/fbdev/stifb: Delete an error message for a failed memory allocation in stifb_init_fb()

2017-11-27 Thread Rolf Eike Beer
Markus Elfring wrote: > From: Markus Elfring > Date: Fri, 24 Nov 2017 22:22:06 +0100 > > Omit an extra message for a memory allocation failure in this function. > > This issue was detected by using the Coccinelle software. > > Signed-off-by: Markus Elfring > --- > drivers/video/fbdev/stifb.c

[PATCH] DRM: clean up and document parsing of video= parameter

2011-06-15 Thread Rolf Eike Beer

[PATCH] DRM: clean up and document parsing of video= parameter

2011-06-15 Thread Rolf Eike Beer
countered the position of the faulting string is now printed to the user and the complete mode is ignored. This gives much more consistent error behaviour. I also removed some useless assignments and changed the local flag variables to be bool. Signed-off-by: Rolf Eike Beer --- D

[PATCH] DRM: clean up and document parsing of video= parameter

2011-06-15 Thread Rolf Eike Beer
>From a8163a0acef17c66521de37464732a2a4f9e50ca Mon Sep 17 00:00:00 2001 From: Rolf Eike Beer Date: Wed, 15 Jun 2011 11:27:02 +0200 Subject: [PATCH] DRM: clean up and document parsing of video= parameter The video= parameter of the DRM drivers supports some additional flags that the normal