disp: msm: sde: update hw-fence txq wr_ptr from hardware
This change adds hardware programming that will update the txq wr_ptr upon output fence firing. Change-Id: I79ff0ea5fb2b7f73a48bd70e3c8e71ea69fead95 Signed-off-by: Christina Oliveira <quic_coliveir@quicinc.com>
This commit is contained in:

کامیت شده توسط
Gerrit - the friendly Code Review server

والد
280c38cc54
کامیت
b5cbfa8358
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2021-2022 Qualcomm Innovation Center, Inc. All rights reserved.
|
||||
* Copyright (c) 2021-2023 Qualcomm Innovation Center, Inc. All rights reserved.
|
||||
* Copyright (c) 2015-2021, The Linux Foundation. All rights reserved.
|
||||
* Copyright (C) 2013 Red Hat
|
||||
* Author: Rob Clark <robdclark@gmail.com>
|
||||
@@ -192,7 +192,7 @@ static int msm_smmu_one_to_one_map(struct msm_mmu *mmu, uint32_t iova,
|
||||
if (!client || !client->domain)
|
||||
return -ENODEV;
|
||||
|
||||
ret = iommu_map(client->domain, dest_address, dest_address,
|
||||
ret = iommu_map(client->domain, iova, dest_address,
|
||||
size, prot);
|
||||
if (ret)
|
||||
pr_err("smmu map failed\n");
|
||||
|
مرجع در شماره جدید
Block a user