Re: [PATCH] drm/msm/adreno: Fix SM6375 GPU ID

2023-08-26 Thread Konrad Dybcio
On 26.08.2023 03:29, Rob Clark wrote: > On Fri, Aug 25, 2023 at 2:11 PM Konrad Dybcio > wrote: >> >> SM6375 comes with a patchlevel=1. Fix the chipid up to reflect that. >> >> Fixes: 90b593ce1c9e ("drm/msm/adreno: Switch to chip-id for identifying GPU") >> Signed-off-by: Konrad Dybcio >> --- >>

Re: [PATCH] drm/msm/adreno: Fix SM6375 GPU ID

2023-08-25 Thread Rob Clark
On Fri, Aug 25, 2023 at 2:11 PM Konrad Dybcio wrote: > > SM6375 comes with a patchlevel=1. Fix the chipid up to reflect that. > > Fixes: 90b593ce1c9e ("drm/msm/adreno: Switch to chip-id for identifying GPU") > Signed-off-by: Konrad Dybcio > --- > drivers/gpu/drm/msm/adreno/adreno_device.c | 2 +-

[PATCH] drm/msm/adreno: Fix SM6375 GPU ID

2023-08-25 Thread Konrad Dybcio
SM6375 comes with a patchlevel=1. Fix the chipid up to reflect that. Fixes: 90b593ce1c9e ("drm/msm/adreno: Switch to chip-id for identifying GPU") Signed-off-by: Konrad Dybcio --- drivers/gpu/drm/msm/adreno/adreno_device.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drive