Hi Greg, We've started to analize the list of upstream commits that have been backported to 3.2 but missing from 3.4. For the 15 commits that I've analized, - 2 commits were reverted in upstream and 3.2 stable. - 1 commit only affect 3.5+, don't know why it went into 3.2.x. (*) - 2 commits have been backported to 3.4. The script failed to detect them. - 1 commit has no stable tag. I've found out why it was backported to 3.2.x, and I'm sure it should be applied to 3.4.x. (**) - 5 commits were marked for stable but can't be applied cleanly to 3.4. - 1 commit was a prerequisite for another fix which 3.4 has bakcported without the prerequisite, so I drop it. - 1 commit marked for stable was about documentation fix and can be applied cleanly to 3.4. - 2 commits added connector table support for new card. Please cherry-pick those commits from 3.2.x: 8a3a3f4a507d drm/i915/sdvo: clean up connectors on intel_sdvo_init() failures 56bd27c70e51 drm: fix documentation for drm_crtc_set_mode() a0d3e01dadd6 drm/radeon/dce32+: use fractional fb dividers for high clocks 61252278ee28 drm/radeon: fix amd afusion gpu setup aka sumo v2 c63d1a742f2e drm/radeon: add connector table for SAM440ep embedded board 8b003924dec6 drm/radeon: add connector table for Mac G4 Silver 55fa88bba337 drm/nouveau: fix init with agpgart-uninorth cherry-pick those commits from mainline: 695ddeb45758 drm/radeon: fix typo in evergreen_mc_resume() There is 1 other commit that needs trivial context adjustments. I'll send out the backport. (*)The commit is c948a535b39a (drm/i915: make sure we write all the DIP data bytes) (**)The commit is e423cb5f6c73 (drm/radeon: fix typo in evergreen_mc_resume()) drivers/gpu/drm/drm_crtc_helper.c | 4 +- drivers/gpu/drm/i915/i915_debugfs.c | 4 +- drivers/gpu/drm/i915/i915_irq.c | 4 +- drivers/gpu/drm/i915/intel_display.c | 39 +++++++++-- drivers/gpu/drm/i915/intel_drv.h | 5 +- drivers/gpu/drm/i915/intel_sdvo.c | 22 +++++- drivers/gpu/drm/nouveau/nouveau_bo.c | 2 +- drivers/gpu/drm/radeon/atombios_crtc.c | 2 + drivers/gpu/drm/radeon/evergreen.c | 6 +- drivers/gpu/drm/radeon/radeon_combios.c | 117 ++++++++++++++++++++++++++++++++ drivers/gpu/drm/radeon/radeon_mode.h | 2 + 11 files changed, 187 insertions(+), 20 deletions(-) -- 1.7.12 -- To unsubscribe from this list: send the line "unsubscribe stable" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html