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_CR_TRAILER,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 20AE0C433E0 for ; Tue, 26 Jan 2021 15:17:53 +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 73FA7206B5 for ; Tue, 26 Jan 2021 15:17:52 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 73FA7206B5 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=esmil.dk 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 E7A6A6E48B; Tue, 26 Jan 2021 15:17:51 +0000 (UTC) Received: from mail-yb1-f172.google.com (mail-yb1-f172.google.com [209.85.219.172]) by gabe.freedesktop.org (Postfix) with ESMTPS id 97DA16E48B; Tue, 26 Jan 2021 15:17:51 +0000 (UTC) Received: by mail-yb1-f172.google.com with SMTP id b11so17039966ybj.9; Tue, 26 Jan 2021 07:17:51 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=n9FXFErP6A/gwSBw+rzAfUKjLz1z1fESxpPei8HXWfU=; b=GH0j9tL2/TMjt5QjQuLKCJgjT4nseRLBSLXF7a1TiYmjD0UJP2uq0/J2uLdvGTZ+Pz N3LgtGTGNbqoKznbjDG/3n8Y+6/RMNhloEoty7O9rWuVHmWCxN6kZEFQoGteSGwA6GQH K0fmbiki4tU+T7HVR2sR8kKNPEwyhjl2ZLbYJM3AeuR2lpE7Ka6DXF41kNhPXrFhgXwv geh9XIP9PDnLemGifeveh+VTpAdWNkCml7voww4Q4u4Fiy7muNV9i0pAMdPaqLBwtXe2 xBqRL4eJ7aE0jRXcO0J7wUR/9R6WTZmv7MLHlP4zO3FNfQcY7VNY0HmXqnbwhRGHO0WB AZ7A== X-Gm-Message-State: AOAM5308PUi1HxrH0F5V9mToyCi6wc4KLWf0JMjTB/Jzu+Fewk+0Pfnl GW2QxVc7+pPVEaG+FAlZavCuLqAIZgrH+wYkk94= X-Google-Smtp-Source: ABdhPJzAgd63qyLJVImVip/7rjTH6ghSPCQZjYDK57bWxjJxanQIx3y+KXmR8ojrUJ+gKmZCuSxYMNsgd6+SxosGpi8= X-Received: by 2002:a25:ade8:: with SMTP id d40mr9247170ybe.414.1611674270857; Tue, 26 Jan 2021 07:17:50 -0800 (PST) MIME-Version: 1.0 References: <20210126150155.1617-1-kernel@esmil.dk> <161167397638.2943.18167940013400200979@build.alporthouse.com> In-Reply-To: <161167397638.2943.18167940013400200979@build.alporthouse.com> From: Emil Renner Berthing Date: Tue, 26 Jan 2021 16:17:40 +0100 Message-ID: To: Chris Wilson Subject: Re: [Intel-gfx] [PATCH v2] drm/i915/gt: use new tasklet API for execution list 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: David Airlie , Intel Graphics Development , Linux Kernel Mailing List , 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 Tue, 26 Jan 2021 at 16:13, Chris Wilson wrote: > Quoting Emil Renner Berthing (2021-01-26 15:01:55) > > This converts the driver to use the new tasklet API introduced in > > commit 12cc923f1ccc ("tasklet: Introduce new initialization API") > > > > Signed-off-by: Emil Renner Berthing > > > > --- > > v2: Rebased on drm-intel-next > > Ta. Saves me having to do the fixup. > > Reviewed-by: Chris Wilson > > Will be applied to drm-intel-gt-next which is scheduled for inclusion in > 5.13. It should apply against the 5.12 merge window if there's a tree > through which you want to migrate the tasklet API faster. That's fine by me, thanks! /Emil _______________________________________________ Intel-gfx mailing list Intel-gfx@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/intel-gfx