Merge branch 'display-kernel.lnx.5.10' into display-kernel.lnx.1.0
Change-Id: I5d2b08380b6b0eb09492b950fb38cd9a0b3196c1
这个提交包含在:
@@ -58,7 +58,9 @@
|
||||
#include <linux/qcom-iommu-util.h>
|
||||
#include "soc/qcom/secure_buffer.h"
|
||||
#include <linux/qtee_shmbridge.h>
|
||||
#ifdef CONFIG_DRM_SDE_VM
|
||||
#include <linux/gunyah/gh_irq_lend.h>
|
||||
#endif
|
||||
|
||||
#define CREATE_TRACE_POINTS
|
||||
#include "sde_trace.h"
|
||||
@@ -1459,6 +1461,8 @@ int sde_kms_vm_primary_post_commit(struct sde_kms *sde_kms,
|
||||
}
|
||||
sde_vm_unlock(sde_kms);
|
||||
|
||||
_sde_crtc_vm_release_notify(crtc);
|
||||
|
||||
exit:
|
||||
return rc;
|
||||
}
|
||||
@@ -4831,6 +4835,7 @@ parse_fail:
|
||||
return rc;
|
||||
}
|
||||
|
||||
#ifdef CONFIG_DRM_SDE_VM
|
||||
int sde_kms_get_io_resources(struct sde_kms *sde_kms, struct msm_io_res *io_res)
|
||||
{
|
||||
struct platform_device *pdev = to_platform_device(sde_kms->dev->dev);
|
||||
@@ -4862,6 +4867,7 @@ int sde_kms_get_io_resources(struct sde_kms *sde_kms, struct msm_io_res *io_res)
|
||||
|
||||
return rc;
|
||||
}
|
||||
#endif
|
||||
|
||||
static int sde_kms_hw_init(struct msm_kms *kms)
|
||||
{
|
||||
|
在新工单中引用
屏蔽一个用户