From mboxrd@z Thu Jan 1 00:00:00 1970 From: Maarten Lankhorst Subject: Re: [PATCH 00/17] Convert TTM to the new fence interface. Date: Wed, 09 Jul 2014 15:21:18 +0200 Message-ID: <53BD41CE.6000506@canonical.com> References: <20140709093124.11354.3774.stgit@patser> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: 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: Mike Lothian Cc: thellstrom@vmware.com, nouveau@lists.freedesktop.org, linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org, bskeggs@redhat.com, alexander.deucher@amd.com, christian.koenig@amd.com List-Id: nouveau.vger.kernel.org op 09-07-14 15:09, Mike Lothian schreef: > Hi Maarten > > Will this stop the stuttering I've been seeing with DRI3 and PRIME? Or will > other patches / plumbing be required > No, that testing was with the whole series including the parts where you synchronized intel with radeon (iirc). Although it might if lucky, I noticed that I missed a int to long conversion, which resulted in a success being reported as error, disabling graphics acceleration entirely. The series here simply convert the drivers to a common fence infrastructure, but shouldn't cause any regressions or any major behavioral changes. A separate series is needed to make intel and radeon synchronized, and for that series the support on the intel side is a hack. It should be possible to get the the radeon/nouveau changes upstreamed, but this conversion is required for that. ~Maarten