Re: [OS-BUILD PATCH] [redhat] New configs in drivers/video

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

 



Acked-by: Dave Airlie <airlied@xxxxxxxxxx>

On Fri, Aug 14, 2020 at 12:17 AM Prarit Bhargava <prarit@xxxxxxxxxx> wrote:
>
> On 8/12/20 8:57 PM, GitLab Bridge on behalf of jeremycline wrote:
> > From: Fedora Kernel Team <kernel-team@xxxxxxxxxxxxxxxxx>
> >
> > Hi,
> >
> > As part of the ongoing rebase effort, the following configuration
> > options need to be reviewed.
> >
> > As a reminder, the ARK configuration flow involves moving unreviewed
> > configuration options from the pending directory to the ark directory.
> > In the diff below, options are removed from the pending directory and
> > added to the ark hierarchy. The final options that need to be ACKed
> > are the files that are being added to the ark hierarchy.
> >
> > If the value for a file that is added should be changed, please reply
> > with a better option.
> >
> >  CONFIG_FB_MODE_HELPERS:
> >
> >  This enables functions for handling video modes using the
> >  Generalized Timing Formula and the EDID parser. A few drivers rely
> >  on this feature such as the radeonfb, rivafb, and the i810fb. If
> >  your driver does not take advantage of this feature, choosing Y will
> >  just increase the kernel size by about 5K.
> >
> >  Symbol: FB_MODE_HELPERS [=n]
> >  Type  : bool
> >  Defined at drivers/video/fbdev/Kconfig:192
> >    Prompt: Enable Video Mode Handling Helpers
> >    Depends on: HAS_IOMEM [=y] && FB [=y]
> >    Location:
> >      -> Device Drivers
> >        -> Graphics support
> >          -> Frame buffer Devices
> >            -> Support for frame buffer devices (FB [=y])
> >  Selected by [n]:
> >    - FB_CLPS711X [=n] && HAS_IOMEM [=y] && FB [=y] && (ARCH_CLPS711X || COMPILE_TEST [=n])
> >    - FB_IMX [=n] && FB [=y] && HAVE_CLK [=y] && HAS_IOMEM [=y] && (ARCH_MXC [=n] || COMPILE_TEST [=n])
> >    - FB_UVESA [=n] && HAS_IOMEM [=y] && FB [=y] && CONNECTOR [=y]
> >    - FB_ATMEL [=n] && FB [=y] && OF [=y] && HAVE_CLK [=y] && HAS_IOMEM [=y] && (HAVE_FB_ATMEL [=n] || COMPILE_TEST [=n])
> >    - FB_NVIDIA [=n] && HAS_IOMEM [=y] && FB [=y] && PCI [=y]
> >    - FB_RIVA [=n] && HAS_IOMEM [=y] && FB [=y] && PCI [=y]
> >    - FB_I740 [=n] && HAS_IOMEM [=y] && FB [=y] && PCI [=y]
> >    - FB_I810 [=n] && HAS_IOMEM [=y] && FB [=y] && PCI [=y] && X86_32 && AGP_INTEL [=n]
> >    - FB_LE80578 [=n] && HAS_IOMEM [=y] && FB [=y] && PCI [=y] && X86
> >    - FB_INTEL [=n] && HAS_IOMEM [=y] && FB [=y] && PCI [=y] && X86 && AGP_INTEL [=n] && EXPERT [=n] && !DRM_I915 [=n]
> >    - FB_RADEON [=n] && HAS_IOMEM [=y] && FB [=y] && PCI [=y]
> >    - FB_SAVAGE [=n] && HAS_IOMEM [=y] && FB [=y] && PCI [=y]
> >    - FB_NEOMAGIC [=n] && HAS_IOMEM [=y] && FB [=y] && PCI [=y]
> >    - FB_3DFX [=n] && HAS_IOMEM [=y] && FB [=y] && PCI [=y]
> >    - FB_TRIDENT [=n] && HAS_IOMEM [=y] && FB [=y] && PCI [=y]
> >    - FB_VT8500 [=n] && HAS_IOMEM [=y] && FB [=y]=y && ARM && ARCH_VT8500
> >    - FB_WM8505 [=n] && FB [=y]=y && HAS_IOMEM [=y] && (ARCH_VT8500 || COMPILE_TEST [=n])
> >    - FB_PXA [=n] && HAS_IOMEM [=y] && FB [=y] && ARCH_PXA && OF [=y]
> >    - FB_FSL_DIU [=n] && HAS_IOMEM [=y] && FB [=y] && FSL_SOC
> >    - FB_SMSCUFX [=n] && HAS_IOMEM [=y] && FB [=y] && USB [=y]
> >    - FB_UDL [=n] && HAS_IOMEM [=y] && FB [=y] && USB [=y]
> >    - FB_DA8XX [=n] && FB [=y] && HAVE_CLK [=y] && HAS_IOMEM [=y] && (ARCH_DAVINCI_DA8XX || SOC_AM33XX || COMPILE_TEST [=n])
> >    - FB_SM750 [=n] && STAGING [=n] && FB [=y] && PCI [=y]
> >
> > ---
> >
> > Signed-off-by: Fedora Kernel Team <kernel-team@xxxxxxxxxxxxxxxxx>
> > ---
> >  .../common/generic/CONFIG_FB_MODE_HELPERS     |  1 +
> >  .../generic/CONFIG_FB_MODE_HELPERS            | 46 -------------------
> >  2 files changed, 1 insertion(+), 46 deletions(-)
> >  create mode 100644 redhat/configs/common/generic/CONFIG_FB_MODE_HELPERS
> >  delete mode 100644 redhat/configs/pending-common/generic/CONFIG_FB_MODE_HELPERS
> >
> > diff --git a/redhat/configs/common/generic/CONFIG_FB_MODE_HELPERS b/redhat/configs/common/generic/CONFIG_FB_MODE_HELPERS
> > new file mode 100644
> > index 000000000000..e9eb6ec4ffe9
> > --- /dev/null
> > +++ b/redhat/configs/common/generic/CONFIG_FB_MODE_HELPERS
> > @@ -0,0 +1 @@
> > +# CONFIG_FB_MODE_HELPERS is not set
> > diff --git a/redhat/configs/pending-common/generic/CONFIG_FB_MODE_HELPERS b/redhat/configs/pending-common/generic/CONFIG_FB_MODE_HELPERS
> > deleted file mode 100644
> > index 07dc319d681d..000000000000
> > --- a/redhat/configs/pending-common/generic/CONFIG_FB_MODE_HELPERS
> > +++ /dev/null
> > @@ -1,46 +0,0 @@
> > -# CONFIG_FB_MODE_HELPERS:
> > -#
> > -# This enables functions for handling video modes using the
> > -# Generalized Timing Formula and the EDID parser. A few drivers rely
> > -# on this feature such as the radeonfb, rivafb, and the i810fb. If
> > -# your driver does not take advantage of this feature, choosing Y will
> > -# just increase the kernel size by about 5K.
> > -#
> > -# Symbol: FB_MODE_HELPERS [=n]
> > -# Type  : bool
> > -# Defined at drivers/video/fbdev/Kconfig:192
> > -#   Prompt: Enable Video Mode Handling Helpers
> > -#   Depends on: HAS_IOMEM [=y] && FB [=y]
> > -#   Location:
> > -#     -> Device Drivers
> > -#       -> Graphics support
> > -#         -> Frame buffer Devices
> > -#           -> Support for frame buffer devices (FB [=y])
> > -# Selected by [n]:
> > -#   - FB_CLPS711X [=n] && HAS_IOMEM [=y] && FB [=y] && (ARCH_CLPS711X || COMPILE_TEST [=n])
> > -#   - FB_IMX [=n] && FB [=y] && HAVE_CLK [=y] && HAS_IOMEM [=y] && (ARCH_MXC [=n] || COMPILE_TEST [=n])
> > -#   - FB_UVESA [=n] && HAS_IOMEM [=y] && FB [=y] && CONNECTOR [=y]
> > -#   - FB_ATMEL [=n] && FB [=y] && OF [=y] && HAVE_CLK [=y] && HAS_IOMEM [=y] && (HAVE_FB_ATMEL [=n] || COMPILE_TEST [=n])
> > -#   - FB_NVIDIA [=n] && HAS_IOMEM [=y] && FB [=y] && PCI [=y]
> > -#   - FB_RIVA [=n] && HAS_IOMEM [=y] && FB [=y] && PCI [=y]
> > -#   - FB_I740 [=n] && HAS_IOMEM [=y] && FB [=y] && PCI [=y]
> > -#   - FB_I810 [=n] && HAS_IOMEM [=y] && FB [=y] && PCI [=y] && X86_32 && AGP_INTEL [=n]
> > -#   - FB_LE80578 [=n] && HAS_IOMEM [=y] && FB [=y] && PCI [=y] && X86
> > -#   - FB_INTEL [=n] && HAS_IOMEM [=y] && FB [=y] && PCI [=y] && X86 && AGP_INTEL [=n] && EXPERT [=n] && !DRM_I915 [=n]
> > -#   - FB_RADEON [=n] && HAS_IOMEM [=y] && FB [=y] && PCI [=y]
> > -#   - FB_SAVAGE [=n] && HAS_IOMEM [=y] && FB [=y] && PCI [=y]
> > -#   - FB_NEOMAGIC [=n] && HAS_IOMEM [=y] && FB [=y] && PCI [=y]
> > -#   - FB_3DFX [=n] && HAS_IOMEM [=y] && FB [=y] && PCI [=y]
> > -#   - FB_TRIDENT [=n] && HAS_IOMEM [=y] && FB [=y] && PCI [=y]
> > -#   - FB_VT8500 [=n] && HAS_IOMEM [=y] && FB [=y]=y && ARM && ARCH_VT8500
> > -#   - FB_WM8505 [=n] && FB [=y]=y && HAS_IOMEM [=y] && (ARCH_VT8500 || COMPILE_TEST [=n])
> > -#   - FB_PXA [=n] && HAS_IOMEM [=y] && FB [=y] && ARCH_PXA && OF [=y]
> > -#   - FB_FSL_DIU [=n] && HAS_IOMEM [=y] && FB [=y] && FSL_SOC
> > -#   - FB_SMSCUFX [=n] && HAS_IOMEM [=y] && FB [=y] && USB [=y]
> > -#   - FB_UDL [=n] && HAS_IOMEM [=y] && FB [=y] && USB [=y]
> > -#   - FB_DA8XX [=n] && FB [=y] && HAVE_CLK [=y] && HAS_IOMEM [=y] && (ARCH_DAVINCI_DA8XX || SOC_AM33XX || COMPILE_TEST [=n])
> > -#   - FB_SM750 [=n] && STAGING [=n] && FB [=y] && PCI [=y]
> > -#
> > -#
> > -#
> > -# CONFIG_FB_MODE_HELPERS is not set
> >
>
> btissoir?
>
> P.
> _______________________________________________
> kernel mailing list -- kernel@xxxxxxxxxxxxxxxxxxxxxxx
> To unsubscribe send an email to kernel-leave@xxxxxxxxxxxxxxxxxxxxxxx
> Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/
> List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
> List Archives: https://lists.fedoraproject.org/archives/list/kernel@xxxxxxxxxxxxxxxxxxxxxxx
_______________________________________________
kernel mailing list -- kernel@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe send an email to kernel-leave@xxxxxxxxxxxxxxxxxxxxxxx
Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: https://lists.fedoraproject.org/archives/list/kernel@xxxxxxxxxxxxxxxxxxxxxxx




[Index of Archives]     [Fedora General Discussion]     [Older Fedora Users Archive]     [Fedora Advisory Board]     [Fedora Security]     [Fedora Devel Java]     [Fedora Legacy]     [Fedora Desktop]     [ATA RAID]     [Fedora Marketing]     [Fedora Mentors]     [Fedora Package Announce]     [Fedora Package Review]     [Fedora Music]     [Fedora Packaging]     [Centos]     [Fedora SELinux]     [Coolkey]     [Yum Users]     [Tux]     [Yosemite News]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [USB]     [Asterisk PBX]

  Powered by Linux