Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753375AbbHUJyu (ORCPT ); Fri, 21 Aug 2015 05:54:50 -0400 Received: from gir.skynet.ie ([193.1.99.77]:50967 "EHLO gir.skynet.ie" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751812AbbHUJys (ORCPT ); Fri, 21 Aug 2015 05:54:48 -0400 Date: Fri, 21 Aug 2015 10:54:39 +0100 (IST) From: Dave Airlie X-X-Sender: airlied@skynet.skynet.ie To: torvalds@linux-foundation.org cc: DRI mailing list , linux-kernel@vger.kernel.org Subject: [git pull] drm fixes Message-ID: User-Agent: Alpine 2.00 (DEB 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2309 Lines: 60 Hi Linus, a bunch of i915 fixes, one revert a VBT fix that was a bit premature, and some braswell feature removal that the hw actually didn't support. One radeon race fix at boot, and one hlcdc build fix, one fix from Russell that fixes build as well with new audio features. This is hopefully all I have until -next. Dave. The following changes since commit 1b647a166f07dcf08709c8606470f4b17a4aa11d: Merge tag 'dmaengine-fix-4.2-rc8' of git://git.infradead.org/users/vkoul/slave-dma (2015-08-18 12:17:36 -0700) are available in the git repository at: git://people.freedesktop.org/~airlied/linux drm-fixes for you to fetch changes up to 7f98ca454ad373fc1b76be804fa7138ff68c1d27: drm/radeon: fix hotplug race at startup (2015-08-21 19:43:18 +1000) ---------------------------------------------------------------- Chris Wilson (1): drm/i915: Flag the execlists context object as dirty after every use Dave Airlie (3): Merge branch 'drm-atmel-hlcdc-fixes' of https://github.com/bbrezillon/linux-at91 into drm-fixes Merge tag 'drm-intel-fixes-2015-08-20' of git://anongit.freedesktop.org/drm-intel into drm-fixes drm/radeon: fix hotplug race at startup Jani Nikula (1): Revert "drm/i915: Allow parsing of variable size child device entries from VBT" Russell King (1): drm/edid: add function to help find SADs Thierry Reding (1): drm/atmel-hlcdc: Compile suspend/resume for PM_SLEEP only Thulasimani,Sivakumar (3): Revert "drm/i915: Add eDP intermediate frequencies for CHV" drm/i915: remove HBR2 from chv supported list drm/i915: Avoid TP3 on CHV drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_dc.c | 2 +- drivers/gpu/drm/i915/intel_bios.c | 27 ++++----------------- drivers/gpu/drm/i915/intel_dp.c | 35 +++++++++++++++++----------- drivers/gpu/drm/i915/intel_lrc.c | 2 ++ drivers/gpu/drm/radeon/radeon_irq_kms.c | 5 ++++ include/drm/drm_edid.h | 19 +++++++++++++++ 6 files changed, 53 insertions(+), 37 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/