Message ID | 20230511082013.1313484-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 D33B6C77B7F for <intel-gfx@archiver.kernel.org>; Thu, 11 May 2023 08:20:36 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id F3B8210E240; Thu, 11 May 2023 08:20:33 +0000 (UTC) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by gabe.freedesktop.org (Postfix) with ESMTPS id 2DD7510E21D for <intel-gfx@lists.freedesktop.org>; Thu, 11 May 2023 08:20:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1683793231; x=1715329231; h=from:to:subject:date:message-id:mime-version: content-transfer-encoding; bh=PepCEQiuQDfd66GOEuevA7drbPGHa5LZrZ22pz9VTx4=; b=fLY33q7BiafNf0wVX286/u0QkQKdSU7xDHaJpNoI2aDl1E99JwzPYYdB lRrLA7xP1mcIjuHWIhHszJu0Z5xM3V/+g9gquaNAq1H9h8OV4KuDHQ/34 RxqUh5T6+dbo9akMXOCSYnI/KaSC00D1/u+Pduybt1vLDVs8trUhYopbc IFgIPH11wGarfbMKDTnEkaAC38Y3I5sgNfnlQ6NAdpKv2iXhWerRqGREd i/SOV1Ni8c0HS0LtY3VGxDGNOyBI0v4py9aFwONEQ7zP5yUjUwAF9RIbJ dASLwCZr7TheZMxKUGBTsNbu/JXnYx80YijWJQSH1HwCijnMfFGD0gn8o Q==; X-IronPort-AV: E=McAfee;i="6600,9927,10706"; a="350465841" X-IronPort-AV: E=Sophos;i="5.99,266,1677571200"; d="scan'208";a="350465841" Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 11 May 2023 01:20:30 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10706"; a="699624927" X-IronPort-AV: E=Sophos;i="5.99,266,1677571200"; d="scan'208";a="699624927" Received: from okozlyk-mobl.ger.corp.intel.com (HELO hazy.ger.corp.intel.com) ([10.251.218.243]) by orsmga002-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 11 May 2023 01:20:29 -0700 From: Luca Coelho <luciano.coelho@intel.com> To: intel-gfx@lists.freedesktop.org Date: Thu, 11 May 2023 11:20:10 +0300 Message-Id: <20230511082013.1313484-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 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> Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" <intel-gfx-bounces@lists.freedesktop.org> |
Series | drm/i915: implement internal workqueues | expand |