commit | 340faef2418989b2573b82e6c708ef9e24ca439b | [log] [tgz] |
---|---|---|
author | Rob Clark <robdclark@gmail.com> | Mon Mar 14 13:56:37 2016 -0400 |
committer | Rob Clark <robdclark@gmail.com> | Sun May 08 10:16:03 2016 -0400 |
tree | 282de96d68fe58852b2ef83255c9eed4bcd159fd | |
parent | 7d12a279d421255792f2092f68262a79e3311dc2 [diff] |
drm/msm: split locking and pinning BO's Split up locking and pinning buffers in the submit path. This is needed because we'll want to insert fencing in between the two steps. This makes things end up looking more similar to etnaviv submit code (which was originally modelled on the msm code but has already added 'struct fence' support). Signed-off-by: Rob Clark <robdclark@gmail.com>