Message ID | 20210609174418.249585-1-jason@jlekstrand.net (mailing list archive) |
---|---|
Headers | show
Return-Path: <SRS0=iOfG=LD=lists.freedesktop.org=intel-gfx-bounces@kernel.org> 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=-11.6 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT 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 E9B0EC48BD1 for <intel-gfx@archiver.kernel.org>; Wed, 9 Jun 2021 17:44:25 +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 98C506128A for <intel-gfx@archiver.kernel.org>; Wed, 9 Jun 2021 17:44:25 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 98C506128A Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=jlekstrand.net 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 458E06E13C; Wed, 9 Jun 2021 17:44:25 +0000 (UTC) Received: from mail-pj1-x1032.google.com (mail-pj1-x1032.google.com [IPv6:2607:f8b0:4864:20::1032]) by gabe.freedesktop.org (Postfix) with ESMTPS id 7CB6F6E13C for <intel-gfx@lists.freedesktop.org>; Wed, 9 Jun 2021 17:44:24 +0000 (UTC) Received: by mail-pj1-x1032.google.com with SMTP id h16so1838193pjv.2 for <intel-gfx@lists.freedesktop.org>; Wed, 09 Jun 2021 10:44:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=jlekstrand-net.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=qufr4bFzS+aXBVDBizB0UYGp+1fli6pPoe0mzYgzIhg=; b=kcxn8XBgJfaDuD8ges+ACmPXynKofls30zclBdqBQGtm0CPJdbAWwQm0m4G4DsbOyp QFsem79TwzyxQpI/1sz5wqJuxkXGg0TZGUHu4V/ugux46nQOzRhQTm/MSTNeVSrBa74k fFe5BFq6d2RsPKAqP5gkefaJkymONMO0BCt/1O3yhGfLeClsuLgv59m9RWDhzMH7okOq E/R3i786tLNfMOjZYSZqMGj3dRloOQ7UK+nHIinA7DfbFswekAJAdKmfr4kINmK3sj3A Gm9tD0KzTydUzdBu0kium74WHkOwvNrYiq9PrVL6jEAUC3tKa6SzochYKJy/CSlDwzI5 KiYA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=qufr4bFzS+aXBVDBizB0UYGp+1fli6pPoe0mzYgzIhg=; b=aqy11T6mIC5xw6X6iOzB7ZCMRHd61Diauk9FCCHk2YDKlYiHDz8TBqApaIGqVBX4dd PCjTs5Iob47YFiRzYJPwcr8HMtsh1Z5LNUKMqouM9vrxIhlUaiiO2sVq9WgQmMsgtEzb aw0DrkzGCgOTDd1QHBkpsrX8SNjPN5mWnD8nMbXbDSCM86zSunh//oQ1wjHvW+Es4DAU pKR+nzqrz1kFwUk602tP34alOQwmZEaBE4McGuTE3Zeccl6QFc7CtJObCPnk88FYV7jl sULd0lTJaF2525KYkEJYKw9buT5k0rutj13Y4qzt0ghlNvBirvc28i9qlLA7AtJje49I LdLA== X-Gm-Message-State: AOAM533TQhDrO0EvOLnBKkWBAhNxpFFHNwobekmWKxnVlS0904/sGjFo RrVJKEuIPW201LX5tdsJk587qg== X-Google-Smtp-Source: ABdhPJxRCz1BoCC+43ttV9KE52nKiieET5K3mTGqZ0HTFNYMXnSl8qR/MOAr+RGjE/hGbPrTYRnprw== X-Received: by 2002:a17:90a:1c02:: with SMTP id s2mr699966pjs.172.1623260663869; Wed, 09 Jun 2021 10:44:23 -0700 (PDT) Received: from omlet.lan (jfdmzpr04-ext.jf.intel.com. [134.134.137.73]) by smtp.gmail.com with ESMTPSA id b10sm208619pfi.122.2021.06.09.10.44.22 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 09 Jun 2021 10:44:23 -0700 (PDT) From: Jason Ekstrand <jason@jlekstrand.net> To: dri-devel@lists.freedesktop.org, intel-gfx@lists.freedesktop.org Date: Wed, 9 Jun 2021 12:43:47 -0500 Message-Id: <20210609174418.249585-1-jason@jlekstrand.net> X-Mailer: git-send-email 2.31.1 MIME-Version: 1.0 Subject: [Intel-gfx] [PATCH 00/31] drm/i915/gem: ioctl clean-ups (v6) X-BeenThere: intel-gfx@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Intel graphics driver community testing & development <intel-gfx.lists.freedesktop.org> List-Unsubscribe: <https://lists.freedesktop.org/mailman/options/intel-gfx>, <mailto:intel-gfx-request@lists.freedesktop.org?subject=unsubscribe> List-Archive: <https://lists.freedesktop.org/archives/intel-gfx> List-Post: <mailto:intel-gfx@lists.freedesktop.org> List-Help: <mailto:intel-gfx-request@lists.freedesktop.org?subject=help> List-Subscribe: <https://lists.freedesktop.org/mailman/listinfo/intel-gfx>, <mailto:intel-gfx-request@lists.freedesktop.org?subject=subscribe> Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" <intel-gfx-bounces@lists.freedesktop.org> |
Series |
drm/i915/gem: ioctl clean-ups (v6)
|
expand
|