From owner-svn-src-stable@freebsd.org Mon Jan 25 10:55:42 2016 Return-Path: Delivered-To: svn-src-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 75E77A45D64; Mon, 25 Jan 2016 10:55:42 +0000 (UTC) (envelope-from andriyvos@gmail.com) Received: from mail-lf0-f54.google.com (mail-lf0-f54.google.com [209.85.215.54]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 08D3BC43; Mon, 25 Jan 2016 10:55:41 +0000 (UTC) (envelope-from andriyvos@gmail.com) Received: by mail-lf0-f54.google.com with SMTP id h129so82720126lfh.3; Mon, 25 Jan 2016 02:55:41 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:content-type:to:subject:references:date:cc :mime-version:content-transfer-encoding:from:message-id:in-reply-to :user-agent; bh=Hhye4qxy2OOfwUz7hRgyWM0NxzYrdZ1eQF7CztFDXXY=; b=Rdd6XbXtzs26bs4paRZItK9qVHuvk8+56PzCe7M+fNogEYdvcktz8EQAeOJoPLqDss pjB3kJ6kZoeIxubhRG1bXIN3D7zdDIXRVPAfRXvSiBjydCe8pCl4nCdPodrm7uESQTO4 lZQyvre8HEjeRyNAN3RCIUQS/n5uokaYhwkOFL4b17CeUbvGM3maH0wdBU6hGT5ZL1Zp vKfNwwj/1rth87rnWg58NF5/CkmCTrn1NvjUSDjxvCL9VMFa3vZTP7hNebS7bdZskEKz te7UKi8XYMN2Ygj2GK6uT4wepPbpTjAi30tOO9QVtAIB4UhKZ/ybRUE0vCzft2F7rDcF Hd/Q== X-Gm-Message-State: AG10YOScHZTz8Hs4NAOF/PPyqpEZkU9QuPkQKd4WzJpdHJadOT1GpaeayllULUUN3AUwbA== X-Received: by 10.25.28.80 with SMTP id c77mr6451236lfc.74.1453719014338; Mon, 25 Jan 2016 02:50:14 -0800 (PST) Received: from localhost ([77.91.171.160]) by smtp.gmail.com with ESMTPSA id mj4sm2643326lbc.19.2016.01.25.02.50.13 (version=TLS1 cipher=AES128-SHA bits=128/128); Mon, 25 Jan 2016 02:50:13 -0800 (PST) Content-Type: text/plain; charset=utf-8; format=flowed; delsp=yes To: "Slawa Olhovchenkov" Subject: Re: svn commit: r293857 - stable/10/sys/dev/drm2/i915 References: <201601132156.u0DLunQs020854@repo.freebsd.org> <20160123162617.GL37895@zxy.spb.ru> <56A5E89A.3050106@FreeBSD.org> <20160125104506.GV88527@zxy.spb.ru> Date: Mon, 25 Jan 2016 12:50:12 +0200 Cc: "src-committers@freebsd.org" , "svn-src-all@freebsd.org" , svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: Quoted-Printable From: "Andriy Voskoboinyk" Message-ID: In-Reply-To: <20160125104506.GV88527@zxy.spb.ru> User-Agent: Opera Mail/12.16 (FreeBSD) X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Jan 2016 10:55:42 -0000 Mon, 25 Jan 2016 12:45:06 +0200 =D0=B1=D1=83=D0=BB=D0=BE =D0=BD=D0=B0=D0= =BF=D0=B8=D1=81=D0=B0=D0=BD=D0=BE Slawa Olhovchenkov = : Hi! Try to apply https://svnweb.freebsd.org/base?view=3Drevision&revision=3D= 288653 (as for me, head/sys/dev/drm2/i915/i915_dma.c change fixes this) > On Mon, Jan 25, 2016 at 10:19:22AM +0100, Jean-S=C3=A9bastien P=C3=A9d= ron wrote: > >> On 23/01/2016 17:26, Slawa Olhovchenkov wrote: >> > Accelerating still not workin on 915GM. >> >> Hi! >> >> Is this a regression? Ie. was it working a year ago? > > Yes. In stable this is break by r282199. > >> Unfortunately, I won't have time to work on this. I need to focus on = the >> i915 update. Hopefully, it will fix this issue at the same time. >> >> Speaking of it, could you please test it? >> https://wiki.freebsd.org/Graphics/Update%20i915%20GPU%20driver%20to%2= 0Linux%203.8 > > This is for -current?