commit | 6b597ce2f7c7a0f8116d753902db9aba6bc05cb0 | [log] [tgz] |
---|---|---|
author | Rob Clark <robdclark@gmail.com> | Wed Jun 01 14:17:40 2016 -0400 |
committer | Rob Clark <robdclark@gmail.com> | Sat Jul 16 10:09:08 2016 -0400 |
tree | 943de060a406f368d6ad48ae464e5a9ae532699c | |
parent | e1e9db2ca79575b8d6b4b5891194bb29c630c42d [diff] |
drm/msm: deal with arbitrary # of cmd buffers For some optimizations coming on the userspace side, splitting larger draw or gmem cmds into multiple cmdstream buffers, we need to support much more than the previous small/arbitrary limit. Signed-off-by: Rob Clark <robdclark@gmail.com>