From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-13.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 52F53C433DB for ; Fri, 12 Mar 2021 02:26:07 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id EE2B864F70 for ; Fri, 12 Mar 2021 02:26:06 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org EE2B864F70 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=intel.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=intel-gfx-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 603BE6E54C; Fri, 12 Mar 2021 02:26:06 +0000 (UTC) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by gabe.freedesktop.org (Postfix) with ESMTPS id B54046E54C; Fri, 12 Mar 2021 02:26:05 +0000 (UTC) IronPort-SDR: fMXGFzaV6qzHt+DqNixVS4vAe6kGb6paGTNmBoED74wmXszU59ZxISMn38S9HrnzwEvYAJgOht TQVGNoiz06fg== X-IronPort-AV: E=McAfee;i="6000,8403,9920"; a="186397546" X-IronPort-AV: E=Sophos;i="5.81,241,1610438400"; d="scan'208";a="186397546" Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 11 Mar 2021 18:26:02 -0800 IronPort-SDR: 69/Q1cw3CDQEMGXcD3rGQhCZhM/Mj+l856rVZjODSZAQGmQMyL7HhOYjhACLCWaXct8S5Gg8Bg Wl5W+9L9HjSw== X-IronPort-AV: E=Sophos;i="5.81,241,1610438400"; d="scan'208";a="510203285" Received: from adixit-mobl1.amr.corp.intel.com (HELO adixit-arch.intel.com) ([10.254.58.194]) by fmsmga001-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 11 Mar 2021 18:26:01 -0800 Date: Thu, 11 Mar 2021 18:25:07 -0800 Message-ID: <87sg51un0c.wl-ashutosh.dixit@intel.com> From: "Dixit, Ashutosh" To: Jason Ekstrand In-Reply-To: <20210310210049.723206-1-jason@jlekstrand.net> References: <20210310210049.723206-1-jason@jlekstrand.net> User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI-EPG/1.14.7 (Harue) FLIM-LB/1.14.9 (=?ISO-8859-4?Q?Goj=F2?=) APEL-LB/10.8 EasyPG/1.0.0 Emacs/27.1 (x86_64-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Subject: Re: [Intel-gfx] [PATCH] i915: Drop legacy execbuffer support X-BeenThere: intel-gfx@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Intel graphics driver community testing & development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: intel-gfx@lists.freedesktop.org, dri-devel@lists.freedesktop.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" On Wed, 10 Mar 2021 13:00:49 -0800, Jason Ekstrand wrote: > > libdrm has supported the newer execbuffer2 ioctl and using it by default > when it exists since libdrm commit b50964027bef249a0cc3d511de05c2464e0a1e22 > which landed Mar 2, 2010. The i915 and i965 drivers in Mesa at the time > both used libdrm and so did the Intel X11 back-end. The SNA back-end > for X11 has always used execbuffer2. > > Signed-off-by: Jason Ekstrand > --- > .../gpu/drm/i915/gem/i915_gem_execbuffer.c | 100 ------------------ > drivers/gpu/drm/i915/gem/i915_gem_ioctls.h | 2 - > drivers/gpu/drm/i915/i915_drv.c | 2 +- > 3 files changed, 1 insertion(+), 103 deletions(-) Don't we want to clean up references to legacy execbuffer in include/uapi/drm/i915_drm.h too? _______________________________________________ Intel-gfx mailing list Intel-gfx@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/intel-gfx