All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drm/selftests: Select DRM_DP_HELPER
@ 2022-01-18 15:44 Thomas Zimmermann
  2022-01-19  9:24 ` Javier Martinez Canillas
  0 siblings, 1 reply; 2+ messages in thread
From: Thomas Zimmermann @ 2022-01-18 15:44 UTC (permalink / raw)
  To: lyude, daniel, maarten.lankhorst, mripard
  Cc: Thomas Zimmermann, dri-devel, kernel test robot

Resolve warnings about non-existing symbols by selecting DRM_DP_HELPER.

Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Fixes: adb9d5a2cc77 ("drm/dp: Move DisplayPort helpers into separate helper module")
Reported-by: kernel test robot <lkp@intel.com>
Cc: Lyude Paul <lyude@redhat.com>
Cc: Daniel Vetter <daniel@ffwll.ch>
Cc: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
Cc: Maxime Ripard <mripard@kernel.org>
Cc: dri-devel@lists.freedesktop.org
---
 drivers/gpu/drm/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/gpu/drm/Kconfig b/drivers/gpu/drm/Kconfig
index 91f54aeb0b7c..65897777d931 100644
--- a/drivers/gpu/drm/Kconfig
+++ b/drivers/gpu/drm/Kconfig
@@ -68,6 +68,7 @@ config DRM_DEBUG_SELFTEST
 	depends on DRM
 	depends on DEBUG_KERNEL
 	select PRIME_NUMBERS
+	select DRM_DP_HELPER
 	select DRM_LIB_RANDOM
 	select DRM_KMS_HELPER
 	select DRM_EXPORT_FOR_TESTS if m
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] drm/selftests: Select DRM_DP_HELPER
  2022-01-18 15:44 [PATCH] drm/selftests: Select DRM_DP_HELPER Thomas Zimmermann
@ 2022-01-19  9:24 ` Javier Martinez Canillas
  0 siblings, 0 replies; 2+ messages in thread
From: Javier Martinez Canillas @ 2022-01-19  9:24 UTC (permalink / raw)
  To: Thomas Zimmermann, lyude, daniel, maarten.lankhorst, mripard
  Cc: kernel test robot, dri-devel

Hello Thomas,

On 1/18/22 16:44, Thomas Zimmermann wrote:
> Resolve warnings about non-existing symbols by selecting DRM_DP_HELPER.
> 
> Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
> Fixes: adb9d5a2cc77 ("drm/dp: Move DisplayPort helpers into separate helper module")
> Reported-by: kernel test robot <lkp@intel.com>
> Cc: Lyude Paul <lyude@redhat.com>
> Cc: Daniel Vetter <daniel@ffwll.ch>
> Cc: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
> Cc: Maxime Ripard <mripard@kernel.org>
> Cc: dri-devel@lists.freedesktop.org
> ---
>  drivers/gpu/drm/Kconfig | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/gpu/drm/Kconfig b/drivers/gpu/drm/Kconfig
> index 91f54aeb0b7c..65897777d931 100644
> --- a/drivers/gpu/drm/Kconfig
> +++ b/drivers/gpu/drm/Kconfig
> @@ -68,6 +68,7 @@ config DRM_DEBUG_SELFTEST
>  	depends on DRM
>  	depends on DEBUG_KERNEL
>  	select PRIME_NUMBERS
> +	select DRM_DP_HELPER
>  	select DRM_LIB_RANDOM
>  	select DRM_KMS_HELPER
>  	select DRM_EXPORT_FOR_TESTS if m

Reviewed-by: Javier Martinez Canillas <javierm@redhat.com>

Best regards,
-- 
Javier Martinez Canillas
Linux Engineering
Red Hat


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-01-19  9:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-18 15:44 [PATCH] drm/selftests: Select DRM_DP_HELPER Thomas Zimmermann
2022-01-19  9:24 ` Javier Martinez Canillas

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.