Merge "msm: mdss: fix pipe priority validation"
This commit is contained in:
commit
7ab2fa74f1
1 changed files with 0 additions and 4 deletions
|
@ -744,10 +744,6 @@ static int __validate_pipe_priorities(struct mdss_mdp_pipe *left,
|
|||
(left->priority >= right->priority))
|
||||
return -EINVAL;
|
||||
|
||||
if ((left->multirect.num < right->multirect.num) &&
|
||||
(left->priority > right->priority))
|
||||
return -EINVAL;
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue