From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Herrmann Subject: Re: [pull] radeon drm-fixes-3.17 Date: Mon, 1 Sep 2014 16:21:20 +0200 Message-ID: References: <1408719174-9797-1-git-send-email-alexander.deucher@amd.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail-ie0-f172.google.com (mail-ie0-f172.google.com [209.85.223.172]) by gabe.freedesktop.org (Postfix) with ESMTP id 3C4F389449 for ; Mon, 1 Sep 2014 07:21:21 -0700 (PDT) Received: by mail-ie0-f172.google.com with SMTP id rd18so6186771iec.3 for ; Mon, 01 Sep 2014 07:21:20 -0700 (PDT) In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" To: sean darcy Cc: "dri-devel@lists.freedesktop.org" List-Id: dri-devel@lists.freedesktop.org Hi On Mon, Sep 1, 2014 at 3:29 PM, sean darcy wrote: > On 08/22/2014 10:52 AM, Alex Deucher wrote: >> >> Hi Dave, >> >> This pull just contains some new pci ids. >> >> The following changes since commit >> 20a984c2a51d379bce08ee1031b32020f273e532: >> >> Merge tag 'drm-intel-fixes-2014-08-21' of >> git://anongit.freedesktop.org/drm-intel (2014-08-22 07:29:52 +1000) >> >> are available in the git repository at: >> >> >> git://people.freedesktop.org/~agd5f/linux drm-fixes-3.17 >> >> for you to fetch changes up to 37dbeab788a8f23fd946c0be083e5484d6f929a1: >> >> drm/radeon: add additional SI pci ids (2014-08-22 10:47:59 -0400) >> >> ---------------------------------------------------------------- >> Alex Deucher (3): >> drm/radeon: add new KV pci id >> drm/radeon: add new bonaire pci ids >> drm/radeon: add additional SI pci ids >> >> drivers/gpu/drm/radeon/cik.c | 1 + >> include/drm/drm_pciids.h | 7 +++++++ >> 2 files changed, 8 insertions(+) >> > > Is there any reason this pull can't go into fixes-3.16? or even 3.15? 3.17 > is months away for me! Fedora 20 is on 3.15. This is not how kernel stable releases work. Fixes first go into the current development branch and then are picked for older stable kernels. This guarantees all fixes in older kernels are _always_ also available in the development branch. So you just need to be patient and it will be backported in a timely manner. (obviously only for commits that are marked for stable, which should be the case for new device IDs if they work fine on older kernels). Thanks David