commit | a0e602b84f99141700a5ab1e282ac22d4ea776a0 | [log] [tgz] |
---|---|---|
author | Satyajit Sahu <[email protected]> | Thu May 03 16:10:11 2018 +0530 |
committer | chrome-bot <[email protected]> | Fri May 04 20:37:33 2018 -0700 |
tree | 32a8c1ec812de809156bccd5a2661ed4d0db1157 | |
parent | 90b14587a4b2f68f79c26d46b1166150082602d1 [diff] |
minigbm: For BO_USE_SW usage buffer need not be linear It is incorrect to force linear for BO_USE_SW usage as mapImage in dri_bo_map converts tiled data and returns linear. BUG=b:78200321 TEST=drm_cursor_test completes within 20 seconds. Change-Id: Ifa3ca2218cee9ff52b049a984a70a54f4899965d Signed-off-by: Satyajit Sahu <[email protected]> Reviewed-on: https://chromium-review.googlesource.com/1041448 Commit-Ready: Drew Davenport <[email protected]> Tested-by: Deepak Sharma <[email protected]> Reviewed-by: Gurchetan Singh <[email protected]>