Re: [PATCH 1/2] fbdev/offb: Update expected device name

2023-06-15 Thread Cyril Brulebois
ster? Or should I re-submit the above patch on my own? I see my Debian colleagues have already pushed an updated v6.4-rc6 in experimental, so it should be rather easy to combine checking latest master with the distribution's packaging. Once that's done, I'm quite familiar with building an updated installer image on top of it… Thanks, -- Cyril Brulebois -- Debian Consultant @ DEBAMAX -- https://debamax.com/ signature.asc Description: PGP signature

Re: [PATCH 1/2] fbdev/offb: Update expected device name

2023-06-15 Thread Cyril Brulebois
vatore. But fixing kernel regressions isn't my day job, so I haven't got around to working on it. Cheers, -- Cyril Brulebois -- Debian Consultant @ DEBAMAX -- https://debamax.com/ signature.asc Description: PGP signature

Updating hardcoded "of-display" devices

2023-04-13 Thread Cyril Brulebois
ve spotted that drm/ofdrm is affected as well, I'm submitting a similar patch for it, but I can't really test it. I suppose Thomas who introduced this new driver during the v6.2 release cycle will be able to take it from there if needed: - [PATCH 2/2] drm/ofdrm: Update expected device

[PATCH 1/2] fbdev/offb: Update expected device name

2023-04-13 Thread Cyril Brulebois
to fix the Debian Installer at the very least. Link: https://bugzilla.kernel.org/show_bug.cgi?id=217328 Link: https://bugs.debian.org/1033058 Fixes: 241d2fb56a18 ("of: Make OF framebuffer device names unique") Cc: sta...@vger.kernel.org Signed-off-by: Cyril Brulebois --- drivers/video/fbdev/offb

[PATCH 2/2] drm/ofdrm: Update expected device name

2023-04-13 Thread Cyril Brulebois
ot;of-display" to "of-display.0" is likely to help as a first step. Link: https://bugzilla.kernel.org/show_bug.cgi?id=217328 Link: https://bugs.debian.org/1033058 Fixes: 241d2fb56a18 ("of: Make OF framebuffer device names unique") Cc: sta...@vger.kernel.org # v6.2+ Signe

[PATCH:libdrm] Link dristat with -lrt if appropriate.

2011-04-19 Thread Cyril Brulebois
The need for -lrt is determined at configure time, let's use the resulting variable for dristat's link, since it uses clock_gettime(). Signed-off-by: Cyril Brulebois --- tests/Makefile.am |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/tests/Makefile.

[PATCH:libdrm] Link dristat with -lrt if appropriate.

2011-04-19 Thread Cyril Brulebois
The need for -lrt is determined at configure time, let's use the resulting variable for dristat's link, since it uses clock_gettime(). Signed-off-by: Cyril Brulebois --- tests/Makefile.am |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/tests/Makefile.

[libdrm:PATCH 1/2] radeon: Hide non-public symbols.

2011-03-06 Thread Cyril Brulebois
There's no reason to export those symbols, since they are only meant to be used internally, so mark them as such. An alternative might be to use a linker script. Signed-off-by: Cyril Brulebois --- radeon/bof.c | 36 ++-- radeon/bof.h | 10 ++ 2

[libdrm:PATCH 2/2] libkms: Hide non-public symbols.

2011-03-06 Thread Cyril Brulebois
There's no reason to export those symbols, since they are only meant to be used internally, so mark them as such. An alternative might be to use a linker script. Signed-off-by: Cyril Brulebois --- libkms/intel.c |2 +- libkms/libkms.h | 10 ++ libkms/linux.c |2 +- l

[libdrm:PATCH 2/2] libkms: Hide non-public symbols.

2011-03-06 Thread Cyril Brulebois
There's no reason to export those symbols, since they are only meant to be used internally, so mark them as such. An alternative might be to use a linker script. Signed-off-by: Cyril Brulebois --- libkms/intel.c |2 +- libkms/libkms.h | 10 ++ libkms/linux.c |2 +- l

[libdrm:PATCH 1/2] radeon: Hide non-public symbols.

2011-03-06 Thread Cyril Brulebois
There's no reason to export those symbols, since they are only meant to be used internally, so mark them as such. An alternative might be to use a linker script. Signed-off-by: Cyril Brulebois --- radeon/bof.c | 36 ++-- radeon/bof.h | 10 ++ 2

[PATCH] Update mailing list to new location.

2011-03-06 Thread Cyril Brulebois
Signed-off-by: Cyril Brulebois --- configure.ac |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) dri-devel-boun...@lists.sourceforge.net told me to only send mail to the new address, so I'll be sending my other patches again in a second. diff --git a/configure.ac b/configu

[libdrm:PATCH 2/2] libkms: Hide non-public symbols.

2011-03-05 Thread Cyril Brulebois
There's no reason to export those symbols, since they are only meant to be used internally, so mark them as such. An alternative might be to use a linker script. Signed-off-by: Cyril Brulebois --- libkms/intel.c |2 +- libkms/libkms.h | 10 ++ libkms/linux.c |2 +- l

[libdrm:PATCH 1/2] radeon: Hide non-public symbols.

2011-03-05 Thread Cyril Brulebois
There's no reason to export those symbols, since they are only meant to be used internally, so mark them as such. An alternative might be to use a linker script. Signed-off-by: Cyril Brulebois --- radeon/bof.c | 36 ++-- radeon/bof.h | 10 ++ 2

[PATCH] Update mailing list to new location.

2011-03-05 Thread Cyril Brulebois
Signed-off-by: Cyril Brulebois --- configure.ac |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) dri-devel-bounces at lists.sourceforge.net told me to only send mail to the new address, so I'll be sending my other patches again in a second. diff --git a/configure.ac b/configu

[libdrm:PATCH 2/2] libkms: Hide non-public symbols.

2011-03-05 Thread Cyril Brulebois
There's no reason to export those symbols, since they are only meant to be used internally, so mark them as such. An alternative might be to use a linker script. Signed-off-by: Cyril Brulebois --- libkms/intel.c |2 +- libkms/libkms.h | 10 ++ libkms/linux.c |2 +- l

[libdrm:PATCH 1/2] radeon: Hide non-public symbols.

2011-03-05 Thread Cyril Brulebois
There's no reason to export those symbols, since they are only meant to be used internally, so mark them as such. An alternative might be to use a linker script. Signed-off-by: Cyril Brulebois --- radeon/bof.c | 36 ++-- radeon/bof.h | 10 ++ 2