Merge "msm: mdss: Use 64-bit math for bandwidth calculation"
This commit is contained in:
commit
50fbdbba86
2 changed files with 2 additions and 2 deletions
|
@ -1785,7 +1785,7 @@ void mdss_mdp_ctl_notifier_register(struct mdss_mdp_ctl *ctl,
|
|||
void mdss_mdp_ctl_notifier_unregister(struct mdss_mdp_ctl *ctl,
|
||||
struct notifier_block *notifier);
|
||||
u32 mdss_mdp_ctl_perf_get_transaction_status(struct mdss_mdp_ctl *ctl);
|
||||
u32 apply_comp_ratio_factor(u32 quota, struct mdss_mdp_format_params *fmt,
|
||||
u64 apply_comp_ratio_factor(u64 quota, struct mdss_mdp_format_params *fmt,
|
||||
struct mult_factor *factor);
|
||||
|
||||
int mdss_mdp_scan_pipes(void);
|
||||
|
|
|
@ -815,7 +815,7 @@ static inline bool validate_comp_ratio(struct mult_factor *factor)
|
|||
return factor->numer && factor->denom;
|
||||
}
|
||||
|
||||
u32 apply_comp_ratio_factor(u32 quota,
|
||||
u64 apply_comp_ratio_factor(u64 quota,
|
||||
struct mdss_mdp_format_params *fmt,
|
||||
struct mult_factor *factor)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue