summaryrefslogtreecommitdiff
path: root/drivers/video/fbdev/msm/mdss_util.c
diff options
context:
space:
mode:
authorShivaraj Shetty <shivaraj@codeaurora.org>2014-09-24 22:51:55 +0530
committerDavid Keitel <dkeitel@codeaurora.org>2016-03-23 20:37:10 -0700
commit67354515db39483f29a8a77121d4787325f681df (patch)
tree13b8d45dd8e0d517ffc725f184f612feaacb60e2 /drivers/video/fbdev/msm/mdss_util.c
parenta3beddf7a2cb4e8741bd6dfc2ff38817e997dfe8 (diff)
msm: mdss: Add get pan cfg and get iommu dom to common interface
Add get panel configuration and get iommu domain functions to common utility interface. This will make sure that DSI 6G gets the right information on ferrum which has mdp3. Change-Id: Ib5a9d70b8202eaa9e3003475398ecef88dfb573d Signed-off-by: Shivaraj Shetty <shivaraj@codeaurora.org>
Diffstat (limited to 'drivers/video/fbdev/msm/mdss_util.c')
-rw-r--r--drivers/video/fbdev/msm/mdss_util.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/video/fbdev/msm/mdss_util.c b/drivers/video/fbdev/msm/mdss_util.c
index b0eb962f909d..bde9add2c6dd 100644
--- a/drivers/video/fbdev/msm/mdss_util.c
+++ b/drivers/video/fbdev/msm/mdss_util.c
@@ -1,5 +1,5 @@
-/* Copyright (c) 2007-2014, The Linux Foundation. All rights reserved.
+/* Copyright (c) 2007-2015, The Linux Foundation. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 and
@@ -145,12 +145,13 @@ struct mdss_util_intf mdss_util = {
.disable_irq = mdss_disable_irq,
.disable_irq_nosync = mdss_disable_irq_nosync,
.irq_dispatch = mdss_irq_dispatch,
+ .get_iommu_domain = NULL,
.iommu_attached = NULL,
.iommu_ctrl = NULL,
.bus_bandwidth_ctrl = NULL,
.bus_scale_set_quota = NULL,
+ .panel_intf_type = NULL,
.mdp_probe_done = false
-
};
struct mdss_util_intf *mdss_get_util_intf()