Re: [PATCH 0/2] drm/msm/a2xx: enable Adreno A225 support
From: Konrad Dybcio
Date: Fri Nov 21 2025 - 14:36:15 EST
On 11/21/25 5:13 PM, Dmitry Baryshkov wrote:
> Add two remaining bits necessary to enable Adreno A225 support.
> Note, this wasn't tested on the actual hardware and is purely based on
> the old KGSL driver from msm-3.0. For example, running on MSM8960 might
> require adjusting PM_OVERRIDE[12] registers.
>
> Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@xxxxxxxxxxxxxxxx>
> ---
> Dmitry Baryshkov (2):
> drm/msm/a2xx: fix pixel shader start on A225
> drm/msm/a2xx: add A225 entry to catalog
Not sure that's enough, a2xx_drawctxt_draw_workaround looks scary
https://github.com/AdrianDC/android_kernel_sony_msm8960t/blob/lineage-18.1/drivers/gpu/msm/adreno_a2xx.c
Konrad