disp: msm: sde: Fix 32-bit compilation issues
1.Typecast to avoid distinct pointer type comparison 2.Keep DMA mask aligned with api definition. 3.Add Suffix for literals 4.Remove multfrac func to avoid uncompatible division. 5.64-bit division( operator "/") on 32-bit platforms is not supported. Using platform independent API's here Change-Id: I0e7305418e53876bd1adf00c1963f85cbdf980cc Signed-off-by: Ravikanth Tuniki <rtunik@codeaurora.org>
Этот коммит содержится в:
@@ -14,8 +14,8 @@
|
||||
#define SDE_POWER_HANDLE_ENABLE_NRT_BUS_IB_QUOTA 0
|
||||
#define SDE_POWER_HANDLE_DISABLE_BUS_IB_QUOTA 0
|
||||
|
||||
#define SDE_POWER_HANDLE_CONT_SPLASH_BUS_IB_QUOTA 3000000000
|
||||
#define SDE_POWER_HANDLE_CONT_SPLASH_BUS_AB_QUOTA 3000000000
|
||||
#define SDE_POWER_HANDLE_CONT_SPLASH_BUS_IB_QUOTA 3000000000ULL
|
||||
#define SDE_POWER_HANDLE_CONT_SPLASH_BUS_AB_QUOTA 3000000000ULL
|
||||
|
||||
#include <linux/sde_io_util.h>
|
||||
#include <soc/qcom/cx_ipeak.h>
|
||||
|
Ссылка в новой задаче
Block a user