From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Romanick Subject: Re: [PATCH 7/7] drm/i915: add i915_get_reset_stats_ioctl Date: Fri, 08 Nov 2013 09:21:57 -0800 Message-ID: <527D1DB5.5070804@freedesktop.org> References: <1372861332-6308-1-git-send-email-mika.kuoppala@intel.com> <1372861332-6308-8-git-send-email-mika.kuoppala@intel.com> <526B1E0B.5000707@freedesktop.org> <20131027123021.GA18189@phenom.ffwll.local> <527036CC.7000205@freedesktop.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from expn.cat.pdx.edu (expn.cat.pdx.edu [131.252.208.110]) by gabe.freedesktop.org (Postfix) with ESMTP id 4A229F9D5B for ; Fri, 8 Nov 2013 13:58:43 -0800 (PST) In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: intel-gfx-bounces@lists.freedesktop.org Errors-To: intel-gfx-bounces@lists.freedesktop.org To: Daniel Vetter Cc: intel-gfx List-Id: intel-gfx@lists.freedesktop.org On 11/07/2013 10:32 PM, Daniel Vetter wrote: > On Fri, Nov 8, 2013 at 6:48 AM, Dave Airlie wrote: >> On Wed, Oct 30, 2013 at 6:21 PM, Daniel Vetter wrote: >>> On Tue, Oct 29, 2013 at 11:29 PM, Ian Romanick wrote: >>>> On 10/27/2013 05:30 AM, Daniel Vetter wrote: >>>>> On Fri, Oct 25, 2013 at 06:42:35PM -0700, Ian Romanick wrote: >>>>>> Since the Mesa merge window is closing soon, I'm finally getting back on >>>>>> this. I've pushed a rebase of my old Mesa branch to my fd.o repo >>>>>> >>>>>> http://cgit.freedesktop.org/~idr/mesa/log/?h=robustness3 >>>>>> >>>>>> I have a couple questions... >>>>>> >>>>>> 1. Has any of this landed an a kernel tree anywhere? >>>>> >>>>> Afaik everything but the actual ioctl and i-g-t testcase has landed. >>>> >>>> And that stuff will land once my patches hit the Mesa list or ... ? >>> >>> Yup. >> >> Hey kernel first, then upstream projects, at the moment libdrm has >> ioctls in it that I have no upstream solid kernel commit for, >> >> Either in the next 24 hrs I have this in my tree or the libdrm commits >> need to be reverted, >> >> and if someone releases libdrm in that time span then I'm going to be >> quite pissed. > > It's kinda too late imo for 3.13 (and there's an open question whether > we need one more flag or not), so I wanted to pull it in into 3.14. > Which also gives us plenty of time to add or not add that optional > flag. So I guess time to revert. Can you do that pls? Reverting has completely broken Mesa builds, and was the wrong choice. Thanks for giving me opportunity to reply before breaking my stuff. > -Daniel