Message ID | 20211026114100.2593433-1-bigeasy@linutronix.de (mailing list archive) |
---|---|
Headers | show
Return-Path: <SRS0=bGS0=PO=lists.freedesktop.org=intel-gfx-bounces@kernel.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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id BD8F8C433F5 for <intel-gfx@archiver.kernel.org>; Tue, 26 Oct 2021 11:41:08 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id 8877D60D07 for <intel-gfx@archiver.kernel.org>; Tue, 26 Oct 2021 11:41:08 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 8877D60D07 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=linutronix.de Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id EEA8E6E563; Tue, 26 Oct 2021 11:41:07 +0000 (UTC) Received: from galois.linutronix.de (Galois.linutronix.de [IPv6:2a0a:51c0:0:12e:550::1]) by gabe.freedesktop.org (Postfix) with ESMTPS id 2D5986E563; Tue, 26 Oct 2021 11:41:07 +0000 (UTC) From: Sebastian Andrzej Siewior <bigeasy@linutronix.de> DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1635248465; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=LA+90sHRZNpkk1aLLF2Masb7U0Mao+Pu/ydbc5UfYUo=; b=r4yecKMV13TAA5Va4ZX+PhCLo3gzrWGlIHu4dAd/1O8YnYc+sALWmeD99zk+v0iM+huwgV cDX7LHLpVvVAj9BQHefGXAQFEPkTLBkKqrRQ1FsHLnj2H/E1s3f5R7sKybtbF1CcbulsRR CMyLw2brqdByTzkYlmAewRZ9VYuy1uXywkLnbuy6dwiBYzXtvcfQv9JYyUSuUffVERfhly Gc77GKBouQ+YvGPD5bGSAZ0h9xrf/ZAsJ4fYxBaqBUUSBd7wNfx/5VePxN/JuJQZ3Ox6Ef hVRhZedMsU5Q1K+Y/kyXVEBvT2aAPHxB2rPU9PBW8Oy0oo9WqUDH7mbXNMZmog== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1635248465; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=LA+90sHRZNpkk1aLLF2Masb7U0Mao+Pu/ydbc5UfYUo=; b=ZH4PmHt50tqJOByqB3AB7KqMqdVo51sZAkdXShFANH/gSQASkCvkBM39Prav/cTzRwG4Vu +gZWcNVxnFWcIXAg== To: intel-gfx@lists.freedesktop.org, dri-devel@lists.freedesktop.org Cc: Jani Nikula <jani.nikula@linux.intel.com>, Joonas Lahtinen <joonas.lahtinen@linux.intel.com>, Rodrigo Vivi <rodrigo.vivi@intel.com>, David Airlie <airlied@linux.ie>, Daniel Vetter <daniel@ffwll.ch>, Thomas Gleixner <tglx@linutronix.de>, Peter Zijlstra <peterz@infradead.org> Date: Tue, 26 Oct 2021 13:40:51 +0200 Message-Id: <20211026114100.2593433-1-bigeasy@linutronix.de> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Subject: [Intel-gfx] [PATCH v2 0/9] drm/i915: PREEMPT_RT related fixups. 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: PREEMPT_RT related fixups.
|
expand
|