On Thu, Dec 19, 2019 at 10:23:38AM -0600, Daniel Díaz wrote:
Hello!
This is an early early notice that 4.14 fails, at least, for Arm64:
/linux/drivers/gpu/drm/meson/meson_venc_cvbs.c: In function 'meson_cvbs_get_mode': /linux/drivers/gpu/drm/meson/meson_venc_cvbs.c:86:7: error: implicit declaration of function 'drm_mode_match'; did you mean 'drm_mode_sort'? [-Werror=implicit-function-declaration] if (drm_mode_match(req_mode, &meson_mode->mode, ^~~~~~~~~~~~~~ drm_mode_sort
I guess more information is to follow.
Good catch, offending patch now dropped, my fault.
greg k-h