On Wed, 2024-05-29 at 11:40 +0200, Maxime Ripard wrote: > Hi, > > Thanks for sending that patch > > On Wed, May 29, 2024 at 11:19:55AM GMT, Thomas Hellström wrote: > > 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@xxxxxxxxxxxxxxx> > > Fixes: 54cb39e2293b ("drm/connector: hdmi: Create an HDMI sub- > > state") > > Cc: Maxime Ripard <mripard@xxxxxxxxxx> > > Cc: dri-devel@xxxxxxxxxxxxxxxxxxxxx > > I already sent a fix for that one, and just merged it: > https://lore.kernel.org/r/20240529080013.2325748-1-mripard@xxxxxxxxxx > > Let me know if it doesn't fix it for you > > Maxime Ah, great. It blocked the xe CI but this should hopefully fix it. Thanks, Thomas