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 X-Spam-Level: X-Spam-Status: No, score=-3.5 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 82F92C433ED for ; Mon, 17 May 2021 14:43:09 +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 3DD1261D20 for ; Mon, 17 May 2021 14:43:09 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 3DD1261D20 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=infradead.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=intel-gfx-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id F24076E9B0; Mon, 17 May 2021 14:43:07 +0000 (UTC) Received: from casper.infradead.org (casper.infradead.org [IPv6:2001:8b0:10b:1236::1]) by gabe.freedesktop.org (Postfix) with ESMTPS id 05AAC6E96A for ; Mon, 17 May 2021 12:29:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=casper.20170209; h=In-Reply-To:Content-Type:MIME-Version: References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=+pTARd/J+Nn5q3ByAbyk/qheF0T8+IAYZW0neGnkNm0=; b=hZVpyqZ0bo24554QSUuKPU47V8 PHGgjab6IazWR79JIaq3y/ZsKgnMjI8lsJP4oJkkc6iM6YOqNt+2apHYhoLypQ23JSLt+YNeO0VsA nGJgycsNs3nlcdDLA/zTPBh8HqQmhI6WidmBen3r7/lPAjBbxYoudY+kIRRtD8aFP+ib5RjTuxvwJ /QVIKh93c2FSBnGfSvD/FL7e1tLfMqa2VPnERb7i/Hz769h2ROS2gOymOqLjCM9lmzxXBELl0Mzg3 2b8RgP4eYbEZN02PG7V4WuI1sUrX+u5VQj8G8XDM3eeXCmnZWla/erQSxgWQfLflcgqHo5/49X30j DWPbDZ5g==; Received: from hch by casper.infradead.org with local (Exim 4.94 #2 (Red Hat Linux)) id 1licMt-00CtlD-9F; Mon, 17 May 2021 12:29:09 +0000 Date: Mon, 17 May 2021 13:29:07 +0100 From: Christoph Hellwig To: Andy Shevchenko Message-ID: References: <20210407122337.77493-1-andriy.shevchenko@linux.intel.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: X-SRS-Rewrite: SMTP reverse-path rewritten from by casper.infradead.org. See http://www.infradead.org/rpr.html X-Mailman-Approved-At: Mon, 17 May 2021 14:43:06 +0000 Subject: Re: [Intel-gfx] [PATCH v1 1/1] drm/i915: Include only needed headers in ascii85.h 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: , Cc: intel-gfx@lists.freedesktop.org, linux-kernel@vger.kernel.org, Andrew Morton Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" Btw, can someone please add a few comments to ascii85.h? I have no idea WTF "ascii85" is, why it matters and how the two helpers should be used. _______________________________________________ Intel-gfx mailing list Intel-gfx@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/intel-gfx