Message ID | 20230606162332.312409-1-luciano.coelho@intel.com (mailing list archive) |
---|---|
Headers | show
Return-Path: <intel-gfx-bounces@lists.freedesktop.org> X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org 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 smtp.lore.kernel.org (Postfix) with ESMTPS id A7CDCC77B73 for <intel-gfx@archiver.kernel.org>; Tue, 6 Jun 2023 16:23:54 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 2A41910E379; Tue, 6 Jun 2023 16:23:54 +0000 (UTC) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by gabe.freedesktop.org (Postfix) with ESMTPS id DB92410E379 for <intel-gfx@lists.freedesktop.org>; Tue, 6 Jun 2023 16:23:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1686068632; x=1717604632; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=bTe3Pg5dV04PYFCIpAL+XT/8jFwhZQfSf71hUs0mJ7k=; b=hTqDpEAKtL1dMj1lKRXD9gUHC4rVyQzQRtD/Ue6p0re/YRfvC1eWH8dD t5pe3u2fWu9HIq6Ui8FUnZVxqFnENJc8pJLcKbXCgu01E7JTpLY/7WoY8 fSkFK6Ds273+vH+RGVZn3NzOuIsZVEBFXfNgpIpvrttLu1phJ4tFhJ/Ze EGkroSxax6Cpi2NyR9rNDd7CGq5CGyTb5Gh1ZFTsXTxiZdgHBNAx+zXuG Ybzv86sWPjiIQMHUdSNx3oI4v9n5CW9REleLRCUQUU94s3inpGh8+w+Fi onIVJDVEbLBGD0nT2/anItk9Fr67yB+lOxTPB+n+AjjYUF5OUqsjBAVDo g==; X-IronPort-AV: E=McAfee;i="6600,9927,10733"; a="355582688" X-IronPort-AV: E=Sophos;i="6.00,221,1681196400"; d="scan'208";a="355582688" Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 06 Jun 2023 09:23:52 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10733"; a="833302076" X-IronPort-AV: E=Sophos;i="6.00,221,1681196400"; d="scan'208";a="833302076" Received: from tburszty-mobl2.ger.corp.intel.com (HELO hazy.ger.corp.intel.com) ([10.251.210.244]) by orsmga004-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 06 Jun 2023 09:23:49 -0700 From: Luca Coelho <luciano.coelho@intel.com> To: intel-gfx@lists.freedesktop.org Date: Tue, 6 Jun 2023 19:23:29 +0300 Message-Id: <20230606162332.312409-1-luciano.coelho@intel.com> X-Mailer: git-send-email 2.39.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [Intel-gfx] [PATCH v4 0/3] drm/i915: implement internal workqueues 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> Cc: rodrigo.vivi@intel.com Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" <intel-gfx-bounces@lists.freedesktop.org> |
Series |
drm/i915: implement internal workqueues
|
expand
|