Message ID | 20221122203401.3172897-1-matthew.d.roper@intel.com (mailing list archive) |
---|---|
Headers | show
Return-Path: <dri-devel-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 B4257C4332F for <dri-devel@archiver.kernel.org>; Tue, 22 Nov 2022 20:37:01 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 9490E10E177; Tue, 22 Nov 2022 20:36:52 +0000 (UTC) Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by gabe.freedesktop.org (Postfix) with ESMTPS id F0A6F10E0D1; Tue, 22 Nov 2022 20:36:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1669149408; x=1700685408; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=P3Ip1iCluiSh5vITDpaOU8OeHJtOGihH6vO0VwH/n5M=; b=bEMlMGMFlfRKVGUpRcOJUUSqNM46qgbiL+MjGZn1K+EhxQunqSQMTQdA rwyD6it1PRZEK9I0+Qjf7i9iKWtfBHmLLXyoQj0YAf+049q7/dUOvqUZv U7iA5wHL7Yn41dgPsjwfVviVzTitJDuULTdUGuB9gXkbar8vllLrybnDc //M7f8rVhcVzUMs4WR1hszp1l80YJ9j1tpgqCvXCdPvwHjt9X2mqxeeLB Xdob1tuBdo9N6hhLG1JlZzwGLdRWhn+k4tQrQTaM8BDhhap1M+lxCda2L jGUifp4kS0L6Wt+TUxn+YOIhHqytfS2KLMtB+lqldkzg2vksFKPxepOwd Q==; X-IronPort-AV: E=McAfee;i="6500,9779,10539"; a="294298883" X-IronPort-AV: E=Sophos;i="5.96,185,1665471600"; d="scan'208";a="294298883" Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Nov 2022 12:34:12 -0800 X-IronPort-AV: E=McAfee;i="6500,9779,10539"; a="730535756" X-IronPort-AV: E=Sophos;i="5.96,185,1665471600"; d="scan'208";a="730535756" Received: from mdroper-desk1.fm.intel.com ([10.1.27.134]) by fmsmga003-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Nov 2022 12:34:12 -0800 From: Matt Roper <matthew.d.roper@intel.com> To: intel-gfx@lists.freedesktop.org Subject: [PATCH 0/4] i915: dedicated MCR locking and hardware semaphore Date: Tue, 22 Nov 2022 12:33:57 -0800 Message-Id: <20221122203401.3172897-1-matthew.d.roper@intel.com> X-Mailer: git-send-email 2.38.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development <dri-devel.lists.freedesktop.org> List-Unsubscribe: <https://lists.freedesktop.org/mailman/options/dri-devel>, <mailto:dri-devel-request@lists.freedesktop.org?subject=unsubscribe> List-Archive: <https://lists.freedesktop.org/archives/dri-devel> List-Post: <mailto:dri-devel@lists.freedesktop.org> List-Help: <mailto:dri-devel-request@lists.freedesktop.org?subject=help> List-Subscribe: <https://lists.freedesktop.org/mailman/listinfo/dri-devel>, <mailto:dri-devel-request@lists.freedesktop.org?subject=subscribe> Cc: dri-devel@lists.freedesktop.org Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" <dri-devel-bounces@lists.freedesktop.org> |
Series |
i915: dedicated MCR locking and hardware semaphore
|
expand
|