Message ID | cover.1737644530.git.jani.nikula@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 D8DE6C0218B for <intel-gfx@archiver.kernel.org>; Thu, 23 Jan 2025 15:09:23 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id BBA5510E840; Thu, 23 Jan 2025 15:09:22 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=intel.com header.i=@intel.com header.b="Ab8OI7lC"; dkim-atps=neutral Received: from mgamail.intel.com (mgamail.intel.com [198.175.65.12]) by gabe.freedesktop.org (Postfix) with ESMTPS id 05A5510E82B; Thu, 23 Jan 2025 15:09:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1737644961; x=1769180961; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=Nueboy7+JR2yY6NV0kNMAdAu1STkDV+A9odSEvpkmsA=; b=Ab8OI7lCRAj4Pqjf3QJniTAp1mhERbu1l4HAO9uFKskTekoBYoldO8W3 xSs5YubOP3NWc4FmfuQQcRfiQbjH6ZBAOgU0jd22h5xS3fu0Vb/hJ/hkD sSdHqoq4Y/beWbj4A52iWBBzzST/O2VbU98NNgNybNVzrz8iY+d5WCS3k dK3b19hpUxyWNEYA3TBMQpU0ZcrJY0I1Xq0/XdWAEjz/ZNvE7FnwxKIjV UjzzMGP2IsDZNGWMZ7sBIUjbDrPwOTlPlO5mwTn5FwCiOGYhf5+TGaal5 raebLuHaLOtmHXxYJKjnBTETnsInJZKOX0kF2/9+mEu6RrrgbBzwKfiNU A==; X-CSE-ConnectionGUID: l3qvurZzSiSdDevynTON3Q== X-CSE-MsgGUID: /fgw2NQEQhKsUcOjuFwlyQ== X-IronPort-AV: E=McAfee;i="6700,10204,11324"; a="49542362" X-IronPort-AV: E=Sophos;i="6.13,228,1732608000"; d="scan'208";a="49542362" Received: from orviesa008.jf.intel.com ([10.64.159.148]) by orvoesa104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 23 Jan 2025 07:09:21 -0800 X-CSE-ConnectionGUID: Wnhew93WRIS8u/rgLScz1w== X-CSE-MsgGUID: ilgtbt1JQHiGEIg+oOFqjg== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.12,224,1728975600"; d="scan'208";a="108350306" Received: from unknown (HELO localhost) ([10.237.66.160]) by orviesa008-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 23 Jan 2025 07:09:19 -0800 From: Jani Nikula <jani.nikula@intel.com> To: dri-devel@lists.freedesktop.org Cc: intel-gfx@lists.freedesktop.org, jani.nikula@intel.com Subject: [PATCH 0/5] drm: strict type checking for drm_device based logging helpers Date: Thu, 23 Jan 2025 17:09:07 +0200 Message-Id: <cover.1737644530.git.jani.nikula@intel.com> X-Mailer: git-send-email 2.39.5 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo 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: strict type checking for drm_device based logging helpers
|
expand
|