Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

drm/msm/a6xx: Add missing aperture_lock init

Looks like this was somehow missed when introducing gen8 support.

Fixes: 288a93200892 ("drm/msm/adreno: Introduce A8x GPU Support")
Signed-off-by: Rob Clark <robin.clark@oss.qualcomm.com>
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Reviewed-by: Akhil P Oommen <akhilpo@oss.qualcomm.com>
Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Patchwork: https://patchwork.freedesktop.org/patch/713545/
Message-ID: <20260323161603.1165108-1-robin.clark@oss.qualcomm.com>

Rob Clark d4ef6d77 8a7023b0

+1
+1
drivers/gpu/drm/msm/adreno/a6xx_gpu.c
··· 2656 2656 gpu = &adreno_gpu->base; 2657 2657 2658 2658 mutex_init(&a6xx_gpu->gmu.lock); 2659 + spin_lock_init(&a6xx_gpu->aperture_lock); 2659 2660 2660 2661 adreno_gpu->registers = NULL; 2661 2662