Re: [PATCH v2 2/5] drm/msm/a6xx: Add support for A650 speed binning

2023-03-30 Thread Dmitry Baryshkov
On 20/01/2023 19:22, Konrad Dybcio wrote: Add support for matching QFPROM fuse values to get the correct speed bin on A650 (SM8250) GPUs. Signed-off-by: Konrad Dybcio Reviewed-by: Dmitry Baryshkov Thank you for the patch. It took me a while to dive into various ways vendor kernels handle

[PATCH v2 2/5] drm/msm/a6xx: Add support for A650 speed binning

2023-01-20 Thread Konrad Dybcio
Add support for matching QFPROM fuse values to get the correct speed bin on A650 (SM8250) GPUs. Signed-off-by: Konrad Dybcio --- drivers/gpu/drm/msm/adreno/a6xx_gpu.c | 17 + 1 file changed, 17 insertions(+) diff --git a/drivers/gpu/drm/msm/adreno/a6xx_gpu.c