OSDN Git Service

msm: mdss: fix truncation of 64 bit for clk rate
authorIngrid Gallardo <ingridg@codeaurora.org>
Wed, 23 Mar 2016 04:10:51 +0000 (21:10 -0700)
committerIngrid Gallardo <ingridg@codeaurora.org>
Wed, 21 Sep 2016 23:25:45 +0000 (16:25 -0700)
commit6863de862206f2eff1a025c29c34b09b944cc8b2
tree97b8e9f28de56b82b8b67f6d67696c8aeb55444f
parent2590d5faf4d6ffdad54aefc8c213731831e0e65f
msm: mdss: fix truncation of 64 bit for clk rate

Pixel clock can have a 64 bits value; this
value is truncated in some parts of the
driver where it is handled as a 32 bits value.
This change corrects the driver to make sure we
always handle the pixel clock as a 64 bits.

Change-Id: Ia97cb849ac7ce08a5c387eb11b1b01aad36244a0
Signed-off-by: Ingrid Gallardo <ingridg@codeaurora.org>
drivers/video/fbdev/msm/mdss_mdp_ctl.c
drivers/video/fbdev/msm/mdss_mdp_intf_video.c
drivers/video/fbdev/msm/mdss_panel.c