disp: msm: enable SDE rotator driver configs for GKI

This change enables and exports configs to support SDE
offline rotator in GKI. It also removes unused ioctls
for rotator compilation with GKI config.

Change-Id: I7f67aec394f644478173dcfe9e3ff52fe9129615
Signed-off-by: Yashwanth <yvulapu@codeaurora.org>
This commit is contained in:
Yashwanth
2020-09-22 17:06:15 +05:30
parent 74dd4682cd
commit af9841fa44
7 changed files with 19 additions and 5 deletions

View File

@@ -50,6 +50,8 @@
#define SDE_ROT_TEST_MASK(id, tp) ((id << 4) | (tp << 1) | BIT(0))
#if defined(CONFIG_MSM_SDE_ROTATOR_EVTLOG_DEBUG) && \
defined(CONFIG_DEBUG_FS)
static DEFINE_SPINLOCK(sde_rot_xlock);
/*
@@ -1358,3 +1360,4 @@ void sde_rotator_destroy_debugfs(struct dentry *debugfs)
{
debugfs_remove_recursive(debugfs);
}
#endif