Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1620806 > unrolled thread

linux-next: manual merge of the drm tree with the v4l-dvb tree

Started byStephen Rothwell <sfr@canb.auug.org.au>
First post2017-04-11 02:30 +0200
Last post2017-04-11 02:30 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  linux-next: manual merge of the drm tree with the v4l-dvb tree Stephen Rothwell <sfr@canb.auug.org.au> - 2017-04-11 02:30 +0200

#1620806 — linux-next: manual merge of the drm tree with the v4l-dvb tree

FromStephen Rothwell <sfr@canb.auug.org.au>
Date2017-04-11 02:30 +0200
Subjectlinux-next: manual merge of the drm tree with the v4l-dvb tree
Message-ID<tuRQZ-850-11@gated-at.bofh.it>
Hi all,

Today's linux-next merge of the drm tree got a conflict in:

  drivers/gpu/drm/exynos/exynos_hdmi.c

between commit:

  278c811c5d05 ("[media] exynos_hdmi: add CEC notifier support")

from the v4l-dvb tree and commit:

  64b0e1d6c6a1 ("drm: exynos: use vblank hooks in struct drm_crtc_funcs")

from the drm tree.

I fixed it up (see below) and can carry the fix as necessary. This
is now fixed as far as linux-next is concerned, but any non trivial
conflicts should be mentioned to your upstream maintainer when your tree
is submitted for merging.  You may also want to consider cooperating
with the maintainer of the conflicting tree to minimise any particularly
complex conflicts.

-- 
Cheers,
Stephen Rothwell

diff --cc drivers/gpu/drm/exynos/exynos_hdmi.c
index bc4c8d0a66f4,52438404c8c9..000000000000
--- a/drivers/gpu/drm/exynos/exynos_hdmi.c
+++ b/drivers/gpu/drm/exynos/exynos_hdmi.c
@@@ -43,9 -43,6 +43,8 @@@
  
  #include <drm/exynos_drm.h>
  
 +#include <media/cec-notifier.h>
 +
- #include "exynos_drm_drv.h"
  #include "exynos_drm_crtc.h"
  
  #define HOTPLUG_DEBOUNCE_MS		1100

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web