Files
android_kernel_samsung_sm86…/msm/msm_gem.c
Amine Najahi 3e63669e71 disp: msm: sde: fix GEM object inactive list locking
Currently code is locking the struct_mutex when accessing
the GEM object inactive list. This causes corruption of
the inactive list during stability testing.

This change uses the mm_lock mutex instead, as it is used
in the allocation and de-allocation paths.

Change-Id: I6384fd70e7ea5d7e3c2910c7670d152a61670dc1
Signed-off-by: Amine Najahi <quic_anajahi@quicinc.com>
2022-04-05 18:47:25 -04:00

32 KiB