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:
@@ -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
|
||||
|
Reference in New Issue
Block a user