commit | 58560890b3e33d789c4f13a10324af9c85c52308 | [log] [tgz] |
---|---|---|
author | Rob Clark <robdclark@gmail.com> | Tue Feb 24 14:47:57 2015 -0500 |
committer | Rob Clark <robdclark@gmail.com> | Wed Mar 04 18:23:40 2015 -0500 |
tree | 069ddbbd3ddef93fecb500b5f3ff842cd634679a | |
parent | 5b2e2b6c5e542f7334dcaeb5b577d8328a5f2fc0 [diff] |
drm/msm/mdp5: fix cursor ROI If cursor is set near the edge of the screen, it is not valid to use the new cursor width/height as the ROI dimensions. Split out the ROI calc and use it both cursor_set and cursor_move. Signed-off-by: Rob Clark <robdclark@gmail.com>