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>
Этот коммит содержится в:

коммит произвёл
Chandan Uddaraju

родитель
eaa458b165
Коммит
8b8bfe0165
@@ -1,6 +1,6 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
/*
|
||||
* Copyright (c) 2015-2019, The Linux Foundation. All rights reserved.
|
||||
* Copyright (c) 2015-2020, The Linux Foundation. All rights reserved.
|
||||
*/
|
||||
|
||||
#ifndef __SDE_WB_H__
|
||||
@@ -60,7 +60,7 @@ int sde_wb_get_index(struct sde_wb_device *wb_dev)
|
||||
return wb_dev ? wb_dev->index : -1;
|
||||
}
|
||||
|
||||
#ifdef CONFIG_DRM_SDE_WB
|
||||
#if IS_ENABLED(CONFIG_DRM_SDE_WB)
|
||||
/**
|
||||
* sde_wb_get_output_fb - get framebuffer in current atomic state
|
||||
* @wb_dev: Pointer to writeback device
|
||||
@@ -357,6 +357,6 @@ int sde_wb_get_mode_info(struct drm_connector *connector,
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
#endif
|
||||
#endif /* CONFIG_DRM_SDE_WB */
|
||||
#endif /* __SDE_WB_H__ */
|
||||
|
||||
|
Ссылка в новой задаче
Block a user