android_kernel_google_msm/drivers/video/msm/mdss
Rajeev Kulkarni 6fa6ec1564 msm: msm_bus: Add support for 64-bit bandwidth requests
With 8974, bandwidth requests are exceeding integer size.
Update ab and ib to ensure values over 4Gbps can be requested.
For 64-bit support, there are four changes in this patch:
Changes in the bus driver structures and functions to
update ab and ib values to uint64.
Updates in client drivers to ensure that the bus APIs
are called with the right types.
Updates to the device-tree. Device-tree nodes don't
provide a clean mechanism to read a combination of u32
and u64 variables within the same property name. So, the
ab and ib values must be specified in kbps instead of
bytes/sec from the device tree. The bus driver function
will convert the ab and ib values read from device-tree
to Mbps.
Change the existing property names to make them consistent
with the convention used by the new property  name, which
abides to the Device Tree convention.

Change-Id: Ib0a6db0e221af366c61c51cc21ac722f02cb7a34
CRs-Fixed: 408786
Signed-off-by: Gagan Mac <gmac@codeaurora.org>
Signed-off-by: Rajeev Kulkarni <krajeev@codeaurora.org>
2013-03-07 15:22:08 -08:00
..
Kconfig
Makefile msm_fb: MDSS: Add DSI driver support for MDSS 2013-02-27 18:19:10 -08:00
mdss.h msm_fb: MDSS: Add DSI driver support for MDSS 2013-02-27 18:19:10 -08:00
mdss_dsi.c msm_fb: MDSS: Add DSI driver support for MDSS 2013-02-27 18:19:10 -08:00
mdss_dsi.h msm_fb: MDSS: Add DSI driver support for MDSS 2013-02-27 18:19:10 -08:00
mdss_dsi_host.c msm_fb: MDSS: Add DSI driver support for MDSS 2013-02-27 18:19:10 -08:00
mdss_dsi_panel.c msm_fb: MDSS: Add DSI driver support for MDSS 2013-02-27 18:19:10 -08:00
mdss_fb.c msm: mdss: fix suspend coming to MDP before panel drivers 2013-02-27 18:21:27 -08:00
mdss_fb.h msm: mdss: fix suspend coming to MDP before panel drivers 2013-02-27 18:21:27 -08:00
mdss_mdp.c msm: msm_bus: Add support for 64-bit bandwidth requests 2013-03-07 15:22:08 -08:00
mdss_mdp.h msm: mdss: fix suspend coming to MDP before panel drivers 2013-02-27 18:21:27 -08:00
mdss_mdp_ctl.c msm: mdss: improve clock and bus scaling logic 2013-02-27 18:21:27 -08:00
mdss_mdp_formats.h
mdss_mdp_hwio.h msm_fb: MDSS: Add DSI driver support for MDSS 2013-02-27 18:19:10 -08:00
mdss_mdp_intf_video.c msm: mdss: fix incorrect programming of timing generator setting 2013-02-27 18:21:05 -08:00
mdss_mdp_intf_writeback.c
mdss_mdp_overlay.c
mdss_mdp_pipe.c msm: mdss: improve clock and bus scaling logic 2013-02-27 18:21:27 -08:00
mdss_mdp_pp.c
mdss_mdp_rotator.c
mdss_mdp_rotator.h
mdss_mdp_util.c
mdss_mdp_wb.c msm: mdss: Return proper msmfb_data back to client 2013-02-27 18:18:25 -08:00
mdss_panel.h msm_fb: MDSS: Add DSI driver support for MDSS 2013-02-27 18:19:10 -08:00
mdss_wb.c msm: mdss: Use YCrCb 420 as the output format for writeback 2013-02-27 18:18:26 -08:00
msm_mdss_io_8974.c msm_fb: MDSS: Add DSI driver support for MDSS 2013-02-27 18:19:10 -08:00