disp: msm: sde: enable ctl path and irqs for wb1
This change enables support for wb1 in ctl path and adds irq support. Change-Id: Iebbe35725aa279b8e02217ea93ba1b481f5e869f Signed-off-by: Narendra Muppalla <NarendraM@codeaurora.org>
This commit is contained in:

committed by
Gerrit - the friendly Code Review server

parent
15342a23fe
commit
6e7a48579b
@@ -891,7 +891,7 @@ static int sde_wb_probe(struct platform_device *pdev)
|
||||
platform_set_drvdata(pdev, wb_dev);
|
||||
|
||||
mutex_lock(&sde_wb_list_lock);
|
||||
list_add(&wb_dev->wb_list, &sde_wb_list);
|
||||
list_add_tail(&wb_dev->wb_list, &sde_wb_list);
|
||||
mutex_unlock(&sde_wb_list_lock);
|
||||
|
||||
if (!_sde_wb_dev_init(wb_dev)) {
|
||||
|
Reference in New Issue
Block a user