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 57F8ACD3426 for ; Sun, 3 May 2026 14:10:37 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 7476A10E0B9; Sun, 3 May 2026 14:10:36 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.b="MdcNKJmT"; 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 D779610E0B9; Sun, 3 May 2026 14:10:35 +0000 (UTC) Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by sea.source.kernel.org (Postfix) with ESMTP id 3150E43798; Sun, 3 May 2026 14:10:35 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 76FE7C2BCB4; Sun, 3 May 2026 14:10:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1777817435; bh=1rcIZCaS6azUcf7DopSLDHUFbwcVJfRUlprMrEz18/w=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=MdcNKJmTnleq8d5KORoAOXHQigdmmG62BCZoyFaZMRKMYqp8bBQCzdaPkrGMP0tmv xf57yDeXPA+MTnCuF3BLYt3EqlCEa/C0fjFtk9B5N/bbyaifFTf+yblduYHFAazKjT r6DjsK6k4NIyCJxo/3RadnLZA3t84IYmMh7geBKd4V1S9gqRcHDhHm7QSmJuX3wXyG xbdbdpKdO9gShp7EP7Ua+ekqbjFc212KqhSJ8WefIy3lRKiDmIxDIpQcR3BAMhb4Sm gaXVqiWKvUIyQ7RV00ivCkJD/WBTj8fhM4HjHhPIE8zQsUHDQAS7fc/fxmrG5lVpb5 ubGjPvrTjltyA== Date: Sun, 3 May 2026 16:10:32 +0200 From: Krzysztof Kozlowski To: Akhil P Oommen Cc: Bjorn Andersson , Konrad Dybcio , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Rob Clark , Sean Paul , Dmitry Baryshkov , Abhinav Kumar , Jessica Zhang , Marijn Suijten , David Airlie , Simona Vetter , Maarten Lankhorst , Maxime Ripard , Thomas Zimmermann , linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org, freedreno@lists.freedesktop.org Subject: Re: [PATCH v2 1/4] dt-bindings: display/msm: gpu: Document Adreno X2-185 Message-ID: <20260503-resourceful-walrus-of-bloom-3ec6f4@quoll> References: <20260501-glymur-gpu-dt-v2-0-2f128b5596bb@oss.qualcomm.com> <20260501-glymur-gpu-dt-v2-1-2f128b5596bb@oss.qualcomm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20260501-glymur-gpu-dt-v2-1-2f128b5596bb@oss.qualcomm.com> X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On Fri, May 01, 2026 at 10:40:37PM +0530, Akhil P Oommen wrote: > Adreno X2-185 GPU found in Glymur chipsets belongs to the A8x family. > It features a new slice architecture with 4 slices, significantly higher > bandwidth throughput compared to mobile counterparts, raytracing support, > and the highest GPU Fmax seen so far on an Adreno GPU (1850 Mhz), among > other improvements. Update the dt bindings documentation to describe this > GPU. > > Signed-off-by: Akhil P Oommen > --- > Documentation/devicetree/bindings/display/msm/gpu.yaml | 1 + > 1 file changed, 1 insertion(+) Reviewed-by: Krzysztof Kozlowski Best regards, Krzysztof