From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 0DBC6C61DC4 for ; Thu, 27 Aug 2026 23:34:45 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 5748A10F1E9; Thu, 27 Aug 2026 23:34:45 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.b="hM69mr0i"; dkim-atps=neutral Received: from sea.source.kernel.org (sea.source.kernel.org [172.234.252.31]) by gabe.freedesktop.org (Postfix) with ESMTPS id 4E0ED10F1E9; Thu, 27 Aug 2026 23:34:44 +0000 (UTC) Received: from smtp.kernel.org (quasi.space.kernel.org [100.103.45.18]) by sea.source.kernel.org (Postfix) with ESMTP id 1E6E54133B; Thu, 27 Aug 2026 23:34:44 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 5BE8A1F000E9; Thu, 27 Aug 2026 23:34:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1787873684; bh=yV8tXKhYdCqfpWS1ASVchk+1ETm1/RoVJiM23bSsPYQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=hM69mr0iwLzz2dMoZGQNzNU5NcyWirwcLKUYGxE/mZc6teWIcVq5RrQnA9vzWLWB9 uQY0nLcg28hqXN/1G7UHWV1okKhGS5oIxV4OwTBncgxEoMxKjqRzIJMUaj88bad1v+ n3KiN05eL5ILDINhH9cNOT4EINOaDUpNjZKM+tY4qhIFI383Jao5U2p7s0rJIN5PWi ECJIZfiNKzB6K7xTSvG0W+JnIIGkyh3tzqAYJTQzL60TrYxGn/r30YFuNPBspFE//8 QX/AgBEP10W2D2FheXwDWXsGZ60MQuCVjTZzwubWMm8BCDjpJgL0mVV4DX9ovnHYoT ZHLXSO/CtGmUw== Date: Fri, 28 Aug 2026 01:34:41 +0200 From: Andi Shyti To: Krzysztof Karas Cc: intel-gfx@lists.freedesktop.org, dri-devel@lists.freedesktop.org, Jani Nikula , Andi Shyti , Janusz Krzysztofik , Sebastian Brzezinka , Krzysztof Niemiec Subject: Re: [PATCH v2 4/8] drm/i915/selftests: Use drm_* prints in selftest helpers Message-ID: References: <20260818095624.3254368-1-krzysztof.karas@intel.com> <20260818095624.3254368-5-krzysztof.karas@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20260818095624.3254368-5-krzysztof.karas@intel.com> X-BeenThere: intel-gfx@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Intel graphics driver community testing & development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" Hi Krzysztof, On Tue, Aug 18, 2026 at 09:56:20AM +0000, Krzysztof Karas wrote: > Move away from generic pr prints to device context aware drm > versions. > > Signed-off-by: Krzysztof Karas Reviewed-by: Andi Shyti Thanks, Andi