[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#959734: marked as done (Build AGP driver as module)



Your message dated Tue, 05 May 2020 11:35:44 +0100
with message-id <e0eb2e08d69c8238e88b175a667d1256f9ecd602.camel@decadent.org.uk>
and subject line Re: Bug#959734: Build AGP driver as module
has caused the Debian Bug report #959734,
regarding Build AGP driver as module
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
959734: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=959734
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: src:linux
Version: 5.6.7-1
Severiy: minor


Dear Debian folks,


The Kconfig help text for `AGP` is a little confusing (and maybe outdated?) [1].

You should say Y here if you want to use GLX or DRI.

Although selected in Linux’ default x86 configs

    arch/x86/configs/i386_defconfig
    arch/x86/configs/x86_64_defconfig

I do not think, it’s necessary to build this into the Linux kernel.

    $ grep AGP /boot/config-5.6.0-1-amd64
    CONFIG_AGP=y
    CONFIG_AGP_AMD64=y
    CONFIG_AGP_INTEL=y
    CONFIG_AGP_SIS=y
    CONFIG_AGP_VIA=y

The init functions are unnecessarily called as shown by `initcall_debug`.

So, it’d be great if this driver was built as a module (as DRM is also built as a module). This will reduce the size of `bzImage` a little.


Kind regards,

Paul


[1]: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/drivers/char/Kconfig?h=v5.7-rc4
--- End Message ---
--- Begin Message ---
On Mon, 2020-05-04 at 19:24 +0200, Paul Menzel wrote:
> Package: src:linux
> Version: 5.6.7-1
> Severiy: minor
> 
> 
> Dear Debian folks,
> 
> 
> The Kconfig help text for `AGP` is a little confusing (and maybe 
> outdated?) [1].
> 
> > You should say Y here if you want to use GLX or DRI.
> 
> Although selected in Linux’ default x86 configs
> 
>      arch/x86/configs/i386_defconfig
>      arch/x86/configs/x86_64_defconfig
> 
> I do not think, it’s necessary to build this into the Linux kernel.
[...]

It is (ot was); see the changelog entry for version 2.6.32-10.

Ben.

-- 
Ben Hutchings
It's easier to fight for one's principles than to live up to them.

Attachment: signature.asc
Description: This is a digitally signed message part


--- End Message ---

Reply to: