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=-8.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED autolearn=unavailable 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 226E0C433E0 for ; Tue, 16 Mar 2021 05:35:40 +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 C1EDF650B7 for ; Tue, 16 Mar 2021 05:35:39 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org C1EDF650B7 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 3D6C86E20F; Tue, 16 Mar 2021 05:35:39 +0000 (UTC) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by gabe.freedesktop.org (Postfix) with ESMTPS id 9A4306E201; Tue, 16 Mar 2021 05:35:37 +0000 (UTC) IronPort-SDR: anNUAL+r8ZJ2ubDrKar7OVpxA9zL48OgPvJ8HvPpE1SFPGOuJku6Z8rfxBkF5SoXm+Xb6O4FPV VTnDPK3xun6w== X-IronPort-AV: E=McAfee;i="6000,8403,9924"; a="176800016" X-IronPort-AV: E=Sophos;i="5.81,251,1610438400"; d="scan'208";a="176800016" Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Mar 2021 22:35:36 -0700 IronPort-SDR: A6VGvcNfxZnArVXRh/knsAy3WJiecX+nx/HhGb6yR1XjI1fZPXncsjSMyCkRCKmGDm8hfsioeZ l0IWipZLrlkw== X-IronPort-AV: E=Sophos;i="5.81,251,1610438400"; d="scan'208";a="449604805" Received: from adixit-mobl1.amr.corp.intel.com (HELO adixit-arch.intel.com) ([10.212.239.217]) by orsmga001-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Mar 2021 22:35:36 -0700 Date: Mon, 15 Mar 2021 22:31:23 -0700 Message-ID: <87eegfis0k.wl-ashutosh.dixit@intel.com> From: "Dixit, Ashutosh" To: Jason Ekstrand In-Reply-To: <20210315143428.1471489-1-jason@jlekstrand.net> References: <20210315143428.1471489-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 0/3] drm/i915: Drop legacy IOCTLs on new HW 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 Mon, 15 Mar 2021 07:34:25 -0700, Jason Ekstrand wrote: > > These three patches exist to clean up some of our IOCTL mess in i915. > We've got more clean-up we should do eventually, but these are some of the > easiest to drop and most egregious cases. > > Test-with: 20210121083742.46592-1-ashutosh.dixit@intel.com Hi Jason, Sorry the above IGT build is too old and has been discarded so no tests were running on actual HW as is mentioned here: https://intel-gfx-ci.01.org/test-with.html I resubmitted the IGT patch today so we have a newer IGT build and have just resubmitted this series with that IGT build. There are no other changes with the actual patches themselves. Thanks. -- Ashutosh > > Ashutosh Dixit (1): > drm/i915: Disable pread/pwrite ioctl's for future platforms (v3) > > Jason Ekstrand (2): > drm/i915/gem: Drop legacy execbuffer support (v2) > drm/i915/gem: Drop relocation support on all new hardware (v5) > > .../gpu/drm/i915/gem/i915_gem_execbuffer.c | 113 ++---------------- > drivers/gpu/drm/i915/gem/i915_gem_ioctls.h | 2 - > drivers/gpu/drm/i915/i915_drv.c | 2 +- > drivers/gpu/drm/i915/i915_gem.c | 14 +++ > include/uapi/drm/i915_drm.h | 1 + > 5 files changed, 26 insertions(+), 106 deletions(-) > > -- > 2.29.2 > > _______________________________________________ > Intel-gfx mailing list > Intel-gfx@lists.freedesktop.org > https://lists.freedesktop.org/mailman/listinfo/intel-gfx _______________________________________________ Intel-gfx mailing list Intel-gfx@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/intel-gfx