diff options
| author | Terence Hampson <thampson@codeaurora.org> | 2014-08-08 14:53:34 -0400 |
|---|---|---|
| committer | David Keitel <dkeitel@codeaurora.org> | 2016-03-23 20:27:51 -0700 |
| commit | bb5095e41e5bdceaae68eb9c8181d64baeb5142a (patch) | |
| tree | ed9bb817b43628c71564b5d3f4a5d663929d8b3a /drivers/video | |
| parent | d2ec0a3c0562a0d26dca7004a91934218a28216e (diff) | |
mdss: Display related changes commit below
While merging to 3.14 kernel this is only display
related changes for commit below
Change ID: Ie0d5b104882d1534fae262af85e99cc09a56ab04
msm: msm_bus: Move bus scaling to platform drivers
Change-Id: Id726a65b5641b57c0edd3ba33f2e5b3f68aff643
Signed-off-by: Terence Hampson <thampson@codeaurora.org>
Diffstat (limited to 'drivers/video')
| -rw-r--r-- | drivers/video/fbdev/msm/mdp3.c | 4 | ||||
| -rw-r--r-- | drivers/video/fbdev/msm/mdss_mdp.c | 4 | ||||
| -rw-r--r-- | drivers/video/fbdev/msm/mdss_mdp_overlay.c | 2 | ||||
| -rw-r--r-- | drivers/video/fbdev/msm/mdss_mdp_pp.c | 4 |
4 files changed, 7 insertions, 7 deletions
diff --git a/drivers/video/fbdev/msm/mdp3.c b/drivers/video/fbdev/msm/mdp3.c index c9834d6a2fef..9cdd17bad14a 100644 --- a/drivers/video/fbdev/msm/mdp3.c +++ b/drivers/video/fbdev/msm/mdp3.c @@ -42,8 +42,8 @@ #include <mach/board.h> #include <mach/hardware.h> -#include <mach/msm_bus.h> -#include <mach/msm_bus_board.h> +#include <linux/msm_bus.h> +#include <linux/msm_bus_board.h> #include <linux/qcom_iommu.h> #include <linux/msm_iommu_domains.h> #include <mach/msm_memtypes.h> diff --git a/drivers/video/fbdev/msm/mdss_mdp.c b/drivers/video/fbdev/msm/mdss_mdp.c index 23721ce17cec..07d92a3f2f3d 100644 --- a/drivers/video/fbdev/msm/mdss_mdp.c +++ b/drivers/video/fbdev/msm/mdss_mdp.c @@ -43,8 +43,8 @@ #include <mach/board.h> #include <mach/hardware.h> -#include <mach/msm_bus.h> -#include <mach/msm_bus_board.h> +#include <linux/msm_bus.h> +#include <linux/msm_bus_board.h> #include <linux/qcom_iommu.h> #include <linux/msm_iommu_domains.h> #include <mach/memory.h> diff --git a/drivers/video/fbdev/msm/mdss_mdp_overlay.c b/drivers/video/fbdev/msm/mdss_mdp_overlay.c index 451804c09a14..e98be3ff4892 100644 --- a/drivers/video/fbdev/msm/mdss_mdp_overlay.c +++ b/drivers/video/fbdev/msm/mdss_mdp_overlay.c @@ -29,7 +29,7 @@ #include <linux/msm_iommu_domains.h> #include <soc/qcom/event_timer.h> -#include <mach/msm_bus.h> +#include <linux/msm_bus.h> #include "mdss.h" #include "mdss_debug.h" #include "mdss_fb.h" diff --git a/drivers/video/fbdev/msm/mdss_mdp_pp.c b/drivers/video/fbdev/msm/mdss_mdp_pp.c index 4cdab9b06c48..c0443c35756f 100644 --- a/drivers/video/fbdev/msm/mdss_mdp_pp.c +++ b/drivers/video/fbdev/msm/mdss_mdp_pp.c @@ -20,8 +20,8 @@ #include <linux/uaccess.h> #include <linux/spinlock.h> #include <linux/delay.h> -#include <mach/msm_bus.h> -#include <mach/msm_bus_board.h> +#include <linux/msm_bus.h> +#include <linux/msm_bus_board.h> struct mdp_csc_cfg mdp_csc_convert[MDSS_MDP_MAX_CSC] = { [MDSS_MDP_CSC_RGB2RGB] = { |
