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 E3D16C433E0 for ; Tue, 26 Jan 2021 15:19:45 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id A67F02311B for ; Tue, 26 Jan 2021 15:19:45 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2406239AbhAZPSp (ORCPT ); Tue, 26 Jan 2021 10:18:45 -0500 Received: from mail-yb1-f173.google.com ([209.85.219.173]:44524 "EHLO mail-yb1-f173.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2406211AbhAZPSb (ORCPT ); Tue, 26 Jan 2021 10:18:31 -0500 Received: by mail-yb1-f173.google.com with SMTP id x78so17016271ybe.11 for ; Tue, 26 Jan 2021 07:18:16 -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=jFuyav5sjboeKMSzBINRgBvSSsLy2ctN8jukLorHT6TabAgkN+nAckM5T/2gOLYX4x YhWvRt7vvKtN5hQ0fyrvCT765pFbICT3Dku4ACjeILg0RW7G9lDP5j8aFbSemQhBGyRW FwswSXYwWDhG5C/+gQUPceCBnDnJWrKhAqfss1OXEZcYsZpz2ZS6ddD4tAdpkYUVGLsz UQXeoxmdARe629SDOXTNfBjbNDEtJ+IxF1Up6AhywBYENUYVua010pczV4BtcDJ4YC8/ 4aQcLJRP4i4NhxhX0zsy41x9dqZZzgejSK31d+opY1p2NQSbFdKVoqhjjJkOv0bdbWJq Q9Qw== X-Gm-Message-State: AOAM5336wTp25nF9AmxD4vfU2VtGaWivzmk2MPe5VDxL/GHmxFScFxMY D2RJTNi6Q+8DKs1MkTOOazrWubR3aTZ2G1E9+KQ= 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: Subject: Re: [PATCH v2] drm/i915/gt: use new tasklet API for execution list To: Chris Wilson Cc: Intel Graphics Development , Jani Nikula , Joonas Lahtinen , Rodrigo Vivi , David Airlie , Daniel Vetter , Tvrtko Ursulin , Mika Kuoppala , dri-devel@lists.freedesktop.org, Linux Kernel Mailing List Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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