commit | 2559d19f7650f08122747e7df2bf30e77c62674c | [log] [tgz] |
---|---|---|
author | Stephane Viau <sviau@codeaurora.org> | Fri Jan 16 13:22:14 2015 -0500 |
committer | Rob Clark <robdclark@gmail.com> | Sun Feb 01 15:32:47 2015 -0500 |
tree | a859f646b906858876b20a35b2be9cc2d9b98bf9 | |
parent | cddfaebdf7246994dcaca2fcee817d1030ae4b95 [diff] |
drm/msm/mdp5: Fix negative SMP block allocation In case we request a number of SMP blocks which is lower than the already reserved blocks, we should not try to allocate a negative number, but 0 blocks instead. Signed-off-by: Stephane Viau <sviau@codeaurora.org> Signed-off-by: Rob Clark <robdclark@gmail.com>