Skip to content

[redhat] New configs in drivers/gpu

CKI ARK Bot requested to merge configs/os-build/2024-01-13/drivers/gpu into os-build

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.

Symbol: DRM_I915_DEBUG_WAKEREF [=n] Type : bool Defined at drivers/gpu/drm/i915/Kconfig.debug:249 Prompt: Enable extra tracking for wakerefs Depends on: HAS_IOMEM [=y] && EXPERT [=y] && DRM_I915 [=m] Location: -> Device Drivers -> Graphics support -> Intel 8xx/9xx/G3x/G4x/HD Graphics (DRM_I915 [=m]) -> drm/i915 Debugging -> Enable extra tracking for wakerefs (DRM_I915_DEBUG_WAKEREF [=n]) Selects: REF_TRACKER [=n] && STACKDEPOT [=y] && STACKTRACE [=y] Selected by [n]:

  • DRM_I915_DEBUG [=n] && HAS_IOMEM [=y] && DRM_I915 [=m] && EXPERT [=y] && !COMPILE_TEST [=n]

Symbol: DRM_PANEL_ILITEK_ILI9805 [=n] Type : tristate Defined at drivers/gpu/drm/panel/Kconfig:197 Prompt: Ilitek ILI9805-based panels Depends on: HAS_IOMEM [=y] && DRM [=y] && DRM_PANEL [=y] && OF [=y] && DRM_MIPI_DSI [=y] && BACKLIGHT_CLASS_DEVICE [=y] Location: -> Device Drivers -> Graphics support -> Display Panels -> Ilitek ILI9805-based panels (DRM_PANEL_ILITEK_ILI9805 [=n])


Symbol: DRM_PANEL_SYNAPTICS_R63353 [=n] Type : tristate Defined at drivers/gpu/drm/panel/Kconfig:747 Prompt: Synaptics R63353-based panels Depends on: HAS_IOMEM [=y] && DRM [=y] && DRM_PANEL [=y] && OF [=y] && DRM_MIPI_DSI [=y] && BACKLIGHT_CLASS_DEVICE [=y] Location: -> Device Drivers -> Graphics support -> Display Panels -> Synaptics R63353-based panels (DRM_PANEL_SYNAPTICS_R63353 [=n])


Symbol: DRM_POWERVR [=n] Type : tristate Defined at drivers/gpu/drm/imagination/Kconfig:4 Prompt: Imagination Technologies PowerVR (Series 6 and later) & IMG Graphics Depends on: HAS_IOMEM [=y] && ARM64 [=y] && DRM [=y] && PM [=y] Location: -> Device Drivers -> Graphics support -> Imagination Technologies PowerVR (Series 6 and later) & IMG Graphics (DRM_POWERVR [=n]) Selects: DRM_EXEC [=m] && DRM_GEM_SHMEM_HELPER [=y] && DRM_SCHED [=m] && DRM_GPUVM [=m] && FW_LOADER [=y]


Symbol: DRM_XE [=n] Type : tristate Defined at drivers/gpu/drm/xe/Kconfig:2 Prompt: Intel Xe Graphics Depends on: HAS_IOMEM [=y] && DRM [=y] && PCI [=y] && MMU [=y] && (m && MODULES [=y] || y && KUNIT [=m]=y) && 64BIT [=y] Location: -> Device Drivers -> Graphics support -> Intel Xe Graphics (DRM_XE [=n]) Selects: INTERVAL_TREE [=y] && SHMEM [=y] && TMPFS [=y] && DRM_BUDDY [=m] && DRM_EXEC [=m] && DRM_KMS_HELPER [=y] && DRM_PANEL [=y] && DRM_SUBALLOC_HELPER [=m] && DRM_DISPLAY_DP_HELPER [=y] && DRM_DISPLAY_HDCP_HELPER [=y] && DRM_DISPLAY_HDMI_HELPER [=y] && DRM_DISPLAY_HELPER [=m] && DRM_MIPI_DSI [=y] && RELAY [=y] && IRQ_WORK [=y] && BACKLIGHT_CLASS_DEVICE [=y] && INPUT [=y] && ACPI_VIDEO [=m] && ACPI_BUTTON [=y] && ACPI_WMI [=m] && SYNC_FILE [=y] && IOSF_MBI [=y] && CRC32 [=y] && SND_HDA_I915 [=y] && CEC_CORE [=m] && VMAP_PFN [=y] && DRM_TTM [=m] && DRM_TTM_HELPER [=m] && DRM_EXEC [=m] && DRM_GPUVM [=m] && DRM_SCHED [=m] && MMU_NOTIFIER [=y] && WANT_DEV_COREDUMP [=y] && AUXILIARY_BUS [=y]


Signed-off-by: Fedora Kernel Team kernel-team@fedoraproject.org

Merge request reports