disp: msm: add changes missing during snapshots
This change ports the missing changes from 4.14 to 4.19 that were missed. It includes changes up until commit 0f8fb25421ff ("cnss2: Add device version to SOC info structure"). Change-Id: Idfdfe891f146e389e3c65cc3fc4c98d93220e789 Signed-off-by: Samantha Tran <samtran@codeaurora.org>
Dieser Commit ist enthalten in:
@@ -69,6 +69,7 @@ static void smmu_aspace_add_to_active(
|
||||
{
|
||||
WARN_ON(!mutex_is_locked(&aspace->list_lock));
|
||||
list_move_tail(&msm_obj->iova_list, &aspace->active_list);
|
||||
msm_obj->in_active_list = true;
|
||||
}
|
||||
|
||||
static void smmu_aspace_remove_from_active(
|
||||
@@ -82,6 +83,7 @@ static void smmu_aspace_remove_from_active(
|
||||
list_for_each_entry_safe(msm_obj, next, &aspace->active_list,
|
||||
iova_list) {
|
||||
if (msm_obj == obj) {
|
||||
msm_obj->in_active_list = false;
|
||||
list_del(&msm_obj->iova_list);
|
||||
break;
|
||||
}
|
||||
|
In neuem Issue referenzieren
Einen Benutzer sperren