On 3/16/26 3:31 PM, Rob Clark wrote: > On Mon, Mar 16, 2026 at 2:22 AM Konrad Dybcio > <[email protected]> wrote: >> >> On 3/14/26 5:14 AM, Alexander Koskovich wrote: >>> Commit dc220915ddb2 ("drm/msm: Fix GMEM_BASE for gen8") changed the >>> GMEM_BASE check from adreno_is_a650_family() & adreno_is_a740_family() >>> to family >= ADRENO_6XX_GEN4. >>> >>> This inadvertently excluded A650 (ADRENO_6XX_GEN3), causing it to report >>> an incorrect GMEM_BASE which results in severe rendering corruption. >>> >>> Update check to also include ADRENO_6XX_GEN3 to fix A650. >>> >>> Fixes: dc220915ddb2 ("drm/msm: Fix GMEM_BASE for gen8") >> >> Hm, that commit also changed the value for A730 - Akhil/Rob, should >> that be changed back? > > No, it was incorrect before my patch. The only problem was the change > happened in a6xx_gen3, not a6xx_gen4. So this patch is correct.
OK, thanks Reviewed-by: Konrad Dybcio <[email protected]> Konrad
