From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 4B891349CEF; Wed, 22 Jul 2026 21:39:49 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1784756390; cv=none; b=Sl6+6Z4QqFM7jjhvpPMK3AtidqyzWFKiRZAdFOjZpdCgm2icMMMccSqdtOATU+v19XCm1fV/OEmmki+WW4rZX5SJq+pn40X/DnoHKk6nMP4uO6eFc2Kol11QgrDysJKdgkamSEB111UyFdwsnYiYTwhes78aNd1smm34z2aFg4g= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1784756390; c=relaxed/simple; bh=pfUFbwjvxQY/xar3KlbUb40pmp50l1EbKkHtEXF56yI=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=tVTfZy0vuagiYfNJxR5ZFyIAtdGwh4MB8QdjhCf1hQIxoyvEa6sBU10m+4TlNg8Rs44AaJEyGyXG/G4ICHz56JnDvROKMqJeblgGw3Mipz5AFFlNc52aj40sKIv0kCDHjM8J083IQof/ncsDQUIR3fB/urHDNsHsuiU8JGodSU4= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=brRzAZBd; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="brRzAZBd" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 971A31F000E9; Wed, 22 Jul 2026 21:39:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1784756388; bh=J/4AwJDlUc6G4FSUtMAB2vODvWwQjx1d0P5R5iMgpjI=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=brRzAZBda7UZHIg4veJxZLCYpAqd3lCO2ZMyHBAzG56VDW8Zr41kajFzsuVf16Qen jfveSt7reJYPqIKL3ap9i1AnIyHiFlS2Tm2AphtXD9AmgXbcX/tXagmG+t+IpMhD1A cwtRgmM7wLAMuu+ewZgaPPBKxQQowjI+KwaYQcE/ftJy2R4yI3g/+/pTG5vCEffyze hBzeg+QNlgQ8LQurTVNRWREViUly0jR3ypJbAUy9STmVgZ1bPpdG76mL2ABYqgxY5u +mgrWmQyS2Er3Bx/3LapCmBRVzBgGijicDWB1Yop4ngvwCcd3OHRjq2U63RXJIEvIh 9R8xWkFBQzGFw== From: Will Deacon To: Rob Clark , Sean Paul , Konrad Dybcio , Dmitry Baryshkov , Abhinav Kumar , Jessica Zhang , Marijn Suijten , David Airlie , Simona Vetter , Maarten Lankhorst , Maxime Ripard , Thomas Zimmermann , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Bjorn Andersson , Robin Murphy , "Joerg Roedel (AMD)" , Akhil P Oommen Cc: catalin.marinas@arm.com, kernel-team@android.com, Will Deacon , Puranam V G Tejaswi , Abel Vesa , linux-arm-msm@vger.kernel.org, dri-devel@lists.freedesktop.org, freedreno@lists.freedesktop.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, iommu@lists.linux.dev, Konrad Dybcio , Dmitry Baryshkov , Krzysztof Kozlowski , Gaurav Kohli Subject: Re: [PATCH v2 0/9] drm/msm: Support for Eliza GPU Date: Wed, 22 Jul 2026 22:39:19 +0100 Message-ID: <178472234101.2849821.2122520947416470747.b4-ty@kernel.org> X-Mailer: git-send-email 2.47.3 In-Reply-To: <20260718-eliza-gpu-v2-0-64379dbebd7a@oss.qualcomm.com> References: <20260718-eliza-gpu-v2-0-64379dbebd7a@oss.qualcomm.com> Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit On Sat, 18 Jul 2026 02:11:25 +0530, Akhil P Oommen wrote: > Adreno 722 found in Eliza chipset belongs to the A7x Gen1 family. It is > derived from A730 and shares the same IP-level configurations: HWCG > registers, protected registers, GBIF CX registers and gmu_cgc_mode. > Major differences include smaller cache/core counts, 1MB GMEM, no > Concurrent Binning & LPAC support. Some of the peripheral blocks like > RSCC are from A740 that resulted in updates to RSC layout. > > [...] Applied bindings update to iommu (arm/smmu/bindings), thanks! [4/9] dt-bindings: arm-smmu: Document GPU SMMU for Eliza SoC https://git.kernel.org/iommu/c/925f98235a72 Cheers, -- Will https://fixes.arm64.dev https://next.arm64.dev https://will.arm64.dev