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:
Shashank Babu Chinta Venkata
2019-09-23 10:54:29 -07:00
committed by Chandan Uddaraju
vanhempi eaa458b165
commit 8b8bfe0165
21 muutettua tiedostoa jossa 163 lisäystä ja 108 poistoa

Näytä tiedosto

@@ -46,7 +46,7 @@ struct dp_usbpd {
bool debug_en;
};
#ifdef CONFIG_DRM_MSM_DP_USBPD_LEGACY
#if IS_ENABLED(CONFIG_DRM_MSM_DP_USBPD_LEGACY)
/**
* dp_usbpd_get() - setup usbpd module
*