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

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

 



On Thu, Aug 13, 2020 at 10:57 AM GitLab Bridge on behalf of
jeremycline <jcline@xxxxxxxxxx> 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_DRM_AMD_DC_DCN3_0:

Please enable this one. the rest are fine.
>
>  Choose this option if you want to have
>  sienna_cichlid support for display engine
>
>  Symbol: DRM_AMD_DC_DCN3_0 [=n]
>  Type  : bool
>  Defined at drivers/gpu/drm/amd/display/Kconfig:20
>    Prompt: DCN 3.0 family
>    Depends on: HAS_IOMEM [=y] && DRM [=m] && DRM_AMDGPU [=m] && DRM_AMD_DC [=y] && X86 [=y] && DRM_AMD_DC_DCN [=y]
>    Location:
>      -> Device Drivers
>        -> Graphics support
>          -> AMD GPU (DRM_AMDGPU [=m])
>            -> Display Engine Configuration
>
> ---
>
>  CONFIG_NOUVEAU_DEBUG_PUSH:
>
>  Say Y here if you want to enable verbose push buffer debug output
>  and sanity checks.
>
>  Symbol: NOUVEAU_DEBUG_PUSH [=n]
>  Type  : bool
>  Defined at drivers/gpu/drm/nouveau/Kconfig:79
>    Prompt: Enable additional push buffer debugging
>    Depends on: HAS_IOMEM [=y] && DRM_NOUVEAU [=m]
>    Location:
>      -> Device Drivers
>        -> Graphics support
>          -> Nouveau (NVIDIA) cards (DRM_NOUVEAU [=m])
>
> ---
>
> Cc: David Airlie <airlied@xxxxxxxxxx>
> Cc: Adam Jackson <ajax@xxxxxxxxxx>
> Signed-off-by: Fedora Kernel Team <kernel-team@xxxxxxxxxxxxxxxxx>
> ---
>  .../common/generic/CONFIG_DRM_AMD_DC_DCN3_0   |  1 +
>  .../common/generic/CONFIG_NOUVEAU_DEBUG_PUSH  |  1 +
>  .../generic/CONFIG_DRM_AMD_DC_DCN3_0          | 19 -------------------
>  .../generic/CONFIG_NOUVEAU_DEBUG_PUSH         | 18 ------------------
>  4 files changed, 2 insertions(+), 37 deletions(-)
>  create mode 100644 redhat/configs/common/generic/CONFIG_DRM_AMD_DC_DCN3_0
>  create mode 100644 redhat/configs/common/generic/CONFIG_NOUVEAU_DEBUG_PUSH
>  delete mode 100644 redhat/configs/pending-common/generic/CONFIG_DRM_AMD_DC_DCN3_0
>  delete mode 100644 redhat/configs/pending-common/generic/CONFIG_NOUVEAU_DEBUG_PUSH
>
> diff --git a/redhat/configs/common/generic/CONFIG_DRM_AMD_DC_DCN3_0 b/redhat/configs/common/generic/CONFIG_DRM_AMD_DC_DCN3_0
> new file mode 100644
> index 000000000000..708bd22e809e
> --- /dev/null
> +++ b/redhat/configs/common/generic/CONFIG_DRM_AMD_DC_DCN3_0
> @@ -0,0 +1 @@
> +# CONFIG_DRM_AMD_DC_DCN3_0 is not set
> diff --git a/redhat/configs/common/generic/CONFIG_NOUVEAU_DEBUG_PUSH b/redhat/configs/common/generic/CONFIG_NOUVEAU_DEBUG_PUSH
> new file mode 100644
> index 000000000000..5614c2c49809
> --- /dev/null
> +++ b/redhat/configs/common/generic/CONFIG_NOUVEAU_DEBUG_PUSH
> @@ -0,0 +1 @@
> +# CONFIG_NOUVEAU_DEBUG_PUSH is not set
> diff --git a/redhat/configs/pending-common/generic/CONFIG_DRM_AMD_DC_DCN3_0 b/redhat/configs/pending-common/generic/CONFIG_DRM_AMD_DC_DCN3_0
> deleted file mode 100644
> index f6a3c764772e..000000000000
> --- a/redhat/configs/pending-common/generic/CONFIG_DRM_AMD_DC_DCN3_0
> +++ /dev/null
> @@ -1,19 +0,0 @@
> -# CONFIG_DRM_AMD_DC_DCN3_0:
> -#
> -# Choose this option if you want to have
> -# sienna_cichlid support for display engine
> -#
> -# Symbol: DRM_AMD_DC_DCN3_0 [=n]
> -# Type  : bool
> -# Defined at drivers/gpu/drm/amd/display/Kconfig:20
> -#   Prompt: DCN 3.0 family
> -#   Depends on: HAS_IOMEM [=y] && DRM [=m] && DRM_AMDGPU [=m] && DRM_AMD_DC [=y] && X86 [=y] && DRM_AMD_DC_DCN [=y]
> -#   Location:
> -#     -> Device Drivers
> -#       -> Graphics support
> -#         -> AMD GPU (DRM_AMDGPU [=m])
> -#           -> Display Engine Configuration
> -#
> -#
> -#
> -# CONFIG_DRM_AMD_DC_DCN3_0 is not set
> diff --git a/redhat/configs/pending-common/generic/CONFIG_NOUVEAU_DEBUG_PUSH b/redhat/configs/pending-common/generic/CONFIG_NOUVEAU_DEBUG_PUSH
> deleted file mode 100644
> index c28eaf703375..000000000000
> --- a/redhat/configs/pending-common/generic/CONFIG_NOUVEAU_DEBUG_PUSH
> +++ /dev/null
> @@ -1,18 +0,0 @@
> -# CONFIG_NOUVEAU_DEBUG_PUSH:
> -#
> -# Say Y here if you want to enable verbose push buffer debug output
> -# and sanity checks.
> -#
> -# Symbol: NOUVEAU_DEBUG_PUSH [=n]
> -# Type  : bool
> -# Defined at drivers/gpu/drm/nouveau/Kconfig:79
> -#   Prompt: Enable additional push buffer debugging
> -#   Depends on: HAS_IOMEM [=y] && DRM_NOUVEAU [=m]
> -#   Location:
> -#     -> Device Drivers
> -#       -> Graphics support
> -#         -> Nouveau (NVIDIA) cards (DRM_NOUVEAU [=m])
> -#
> -#
> -#
> -# CONFIG_NOUVEAU_DEBUG_PUSH is not set
> --
> GitLab
>
_______________________________________________
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