✓ CI.checkpatch: success for drm/tests: Add a missing Kconfig select
Patchwork
patchwork at emeril.freedesktop.org
Wed May 29 09:29:30 UTC 2024
== Series Details ==
Series: drm/tests: Add a missing Kconfig select
URL : https://patchwork.freedesktop.org/series/134180/
State : success
== Summary ==
+ KERNEL=/kernel
+ git clone https://gitlab.freedesktop.org/drm/maintainer-tools mt
Cloning into 'mt'...
warning: redirecting to https://gitlab.freedesktop.org/drm/maintainer-tools.git/
+ git -C mt rev-list -n1 origin/master
51ce9f6cd981d42d7467409d7dbc559a450abc1e
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit e0e6e3b64094a2196a99b2fe1c695564683b6db3
Author: Thomas Hellström <thomas.hellstrom at linux.intel.com>
Date: Wed May 29 11:22:51 2024 +0200
drm/tests: Add a missing Kconfig select
Fix the following warning:
WARNING: unmet direct dependencies detected for DRM_DISPLAY_HDMI_STATE_HELPER
Depends on [n]: HAS_IOMEM [=y] && DRM [=y] && DRM_DISPLAY_HELPER [=y] && DRM_DISPLAY_HDMI_HELPER [=n]
Selected by [y]:
- DRM_KUNIT_TEST [=y] && HAS_IOMEM [=y] && DRM [=y] && KUNIT [=y] && MMU [=y]
Signed-off-by: Thomas Hellström <thomas.hellstrom at linux.intel.com>
Fixes: 54cb39e2293b ("drm/connector: hdmi: Create an HDMI sub-state")
Cc: Maxime Ripard <mripard at kernel.org>
Cc: dri-devel at lists.freedesktop.org
+ /mt/dim checkpatch b84122b07cfd7fe5f7ae7916c9653eeddafb51a1 drm-intel
e0e6e3b64094 drm/tests: Add a missing Kconfig select
More information about the Intel-xe
mailing list