Message ID | 20240404114147.236316-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 C102ECD1292 for <intel-gfx@archiver.kernel.org>; Thu, 4 Apr 2024 11:42:05 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 1C61811B493; Thu, 4 Apr 2024 11:42:05 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=intel.com header.i=@intel.com header.b="dOdIbAjb"; dkim-atps=neutral Received: from mgamail.intel.com (mgamail.intel.com [192.198.163.12]) by gabe.freedesktop.org (Postfix) with ESMTPS id 6502D11B493; Thu, 4 Apr 2024 11:42:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1712230923; x=1743766923; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=w9ii9fMBFuft10zulKpHeQe920OdrvSSqK0m3tGbmio=; b=dOdIbAjbIa9esBXEIpV3BM66HEfj1MDUlNmeKU5Dk5zKMYWmQh9mlv1D +xbrOQLm5+kLE/Qne0chtajQ/VM4Nzrc160djhVdw+DrrRoxLAe7kkEDu ZnemVL36LShuM+j6ePTqNB3QKEOdVqoQ+F62byXToavAuMnLJ/LfknJho Qpbmd6hPufsYOk2xKBAv1yJbMfxEbr7SVNfJTvrkOJqIP1fFT6xwGaV2c DZczynLbNVQU5pp7KXU92/aiGO/45OWIEo+M3+FiUzc7bIdfXvjC6obbs v9Mq/5wcsJpnDuKkGFQdDplNTwF5jGVk2wCpzFWrr6d771uI0U+aCNz5n Q==; X-CSE-ConnectionGUID: KFh2MkowTlCX5YhgXYVAdg== X-CSE-MsgGUID: f4WgGko2TUGQPr+2Y+SK+A== X-IronPort-AV: E=McAfee;i="6600,9927,11033"; a="11279836" X-IronPort-AV: E=Sophos;i="6.07,179,1708416000"; d="scan'208";a="11279836" Received: from orviesa007.jf.intel.com ([10.64.159.147]) by fmvoesa106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 04 Apr 2024 04:42:02 -0700 X-CSE-ConnectionGUID: u1tw7jkrR0CgxUp3OW3pkA== X-CSE-MsgGUID: T/xAAzWRSgG6sGitJXZypg== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.07,178,1708416000"; d="scan'208";a="19199739" Received: from tsonono-mobl.ger.corp.intel.com (HELO hazy.ger.corp.intel.com) ([10.252.41.97]) by orviesa007-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 04 Apr 2024 04:42:00 -0700 From: Luca Coelho <luciano.coelho@intel.com> To: intel-gfx@lists.freedesktop.org Cc: intel-xe@lists.freedesktop.org, uma.shankar@intel.com, ville.syrjala@linux.intel.com, jani.nikula@intel.com Subject: [PATCH v4 0/4] drm/i915/display: DMC wakelock implementation Date: Thu, 4 Apr 2024 14:41:43 +0300 Message-Id: <20240404114147.236316-1-luciano.coelho@intel.com> X-Mailer: git-send-email 2.39.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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/display: DMC wakelock implementation
|
expand
|