Message ID | 20230524090521.596399-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 1D3C9C77B7A for <intel-gfx@archiver.kernel.org>; Wed, 24 May 2023 09:09:28 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id C083210E5C4; Wed, 24 May 2023 09:09:26 +0000 (UTC) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by gabe.freedesktop.org (Postfix) with ESMTPS id 1717D10E5BD for <intel-gfx@lists.freedesktop.org>; Wed, 24 May 2023 09:09:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1684919362; x=1716455362; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=cPMFMmBJGg7Y5ArcctLZJRGS9F+Hk9KlxCIAN5aAgk8=; b=HaSuoJo5SIYagB6+LeJco6cZhgGDtvNgCsMQvie1018gVRYAMGJzNtN7 k4bRijZwdjn+DWEuVfcTvMzeulxxuU+MWFCJyNsmkFtoIy8Ts8q2YqImL DYQDpyW3ZkhRA6tFtjst0Ck0o8sc2EjH9Ujot05rz0D5YBI3tBrkWI3cP 29Z0Ju9fVVCUJFe3sp2HM4MQ6E2iHAi8iQXS+yZ7gCw+Jg5sez4KG+Hql EuUgqY7+F09W2WFFCjLoOIsPa2SnRSfdP+6xFnDQSHXx4m+LVGXNlvKD9 CwyS91BRguQOK3xXr4vtb/l7YIgDukxkHKOj4kRhssl3+Pso+YsCtYzxF Q==; X-IronPort-AV: E=McAfee;i="6600,9927,10719"; a="439862994" X-IronPort-AV: E=Sophos;i="6.00,188,1681196400"; d="scan'208";a="439862994" Received: from orsmga006.jf.intel.com ([10.7.209.51]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 24 May 2023 02:09:21 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10719"; a="681821449" X-IronPort-AV: E=Sophos;i="6.00,188,1681196400"; d="scan'208";a="681821449" Received: from johnbyrn-mobl1.ger.corp.intel.com (HELO hazy.ger.corp.intel.com) ([10.249.39.102]) by orsmga006-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 24 May 2023 02:05:41 -0700 From: Luca Coelho <luciano.coelho@intel.com> To: intel-gfx@lists.freedesktop.org Date: Wed, 24 May 2023 12:05:18 +0300 Message-Id: <20230524090521.596399-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 v2 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
|