]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'v3.6-rc7' into drm-intel-next-queued
authorDaniel Vetter <daniel.vetter@ffwll.ch>
Mon, 24 Sep 2012 16:07:48 +0000 (18:07 +0200)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Mon, 24 Sep 2012 16:17:12 +0000 (18:17 +0200)
commit10714d1c39e242699bb2f69cb5d3e70cf92003c4
tree5eb9284a87ee2a45a10809cfbe3a66fea6ea53ae
parentcedb285eb13bbc7f89153b4cc998544e8e8c85dc
parentd5a4ab2126e10baa664c588ff48a51b264be7b2d
Merge tag 'v3.6-rc7' into drm-intel-next-queued

Manual backmerge of -rc7 to resolve a silent conflict leading to
compile failure in drivers/gpu/drm/i915/intel_hdmi.c.

This is due to the bugfix in -rc7:

commit 23a9b8125a9ae8958891e57ad4f81eb51b5629d8
Author: Wang Xingchao <xingchao.wang@intel.com>
Date:   Thu Sep 13 07:43:22 2012 +0800

    drm/i915: HDMI - Clear Audio Enable bit for Hot Plug

Since this code moved around a lot in -next git put that snippet at
the wrong spot. I've tried to fix this by making the conflict explicit
by merging a version for next with:

commit 5ca1121b503e4d7545d099e6e55b5602f811b5d7
Author: Wang Xingchao <xingchao.wang@intel.com>
Date:   Thu Sep 13 11:19:00 2012 +0800

    drm/i915: HDMI - Clear Audio Enable bit for Hot Plug unconditionally

But that failed to solve the entire problem. To avoid pushing out
further -nightly branch to our QA where this is broken, do the
backmerge and manually add the stuff git adds to -next from the patch
in -fixes.

Note that this doesn't show up in git's merge diff (and hence is also
not handled by git rerere), which adds to the reasons why I'd like to
fix this with a verbose backmerge. The git merge diff only shows a
bunch of trivial conflicts of the "code changed in lines next to each
another" kind.

Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
17 files changed:
drivers/gpu/drm/ast/ast_mode.c
drivers/gpu/drm/drm_crtc.c
drivers/gpu/drm/drm_edid.c
drivers/gpu/drm/exynos/exynos_drm_vidi.c
drivers/gpu/drm/i915/i915_dma.c
drivers/gpu/drm/i915/i915_gem.c
drivers/gpu/drm/i915/i915_gem_gtt.c
drivers/gpu/drm/i915/i915_irq.c
drivers/gpu/drm/i915/intel_display.c
drivers/gpu/drm/i915/intel_dp.c
drivers/gpu/drm/i915/intel_lvds.c
drivers/gpu/drm/i915/intel_pm.c
drivers/gpu/drm/radeon/atombios_dp.c
drivers/gpu/drm/vmwgfx/vmwgfx_drv.c
drivers/staging/omapdrm/omap_connector.c
include/drm/drm_crtc.h
include/drm/drm_fourcc.h