disp: msm: make msm_drm into single module
Make msm_drm into single module and all child driver registers and unregisters are handled from parent's register and unregister respectively. Change-Id: I017513d1de3b6b25dd5543d7fa7741c0bac1740d Signed-off-by: Shashank Babu Chinta Venkata <sbchin@codeaurora.org> Signed-off-by: Narendra Muppalla <NarendraM@codeaurora.org> Signed-off-by: Chandan Uddaraju <chandanu@codeaurora.org>
This commit is contained in:

committed by
Chandan Uddaraju

parent
eaa458b165
commit
8b8bfe0165
@@ -1,6 +1,6 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
/*
|
||||
* Copyright (c) 2017-2019, The Linux Foundation. All rights reserved.
|
||||
* Copyright (c) 2017-2020, The Linux Foundation. All rights reserved.
|
||||
*/
|
||||
|
||||
#ifndef __SDE_ROTATOR_INLINE_H__
|
||||
@@ -96,7 +96,7 @@ struct sde_rotator_inline_cmd {
|
||||
void *priv_handle;
|
||||
};
|
||||
|
||||
#if defined(CONFIG_MSM_SDE_ROTATOR)
|
||||
#if IS_ENABLED(CONFIG_MSM_SDE_ROTATOR)
|
||||
|
||||
void *sde_rotator_inline_open(struct platform_device *pdev);
|
||||
int sde_rotator_inline_get_dst_pixfmt(struct platform_device *pdev,
|
||||
|
Reference in New Issue
Block a user