Re: [PATCH] drm/selftests: Select DRM_DP_HELPER

2022-01-19 Thread Javier Martinez Canillas
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 > Fixes: adb9d5a2cc77 ("drm/dp: Move DisplayPort helpers into separate helper > module") > Reported-by: kernel test robot > Cc

[PATCH] drm/selftests: Select DRM_DP_HELPER

2022-01-18 Thread Thomas Zimmermann
Resolve warnings about non-existing symbols by selecting DRM_DP_HELPER. Signed-off-by: Thomas Zimmermann Fixes: adb9d5a2cc77 ("drm/dp: Move DisplayPort helpers into separate helper module") Reported-by: kernel test robot Cc: Lyude Paul Cc: Daniel Vetter Cc: Maarten Lankhorst Cc: Maxime Ripar