commit | cd414f3d931687eb1ebeb87533d85537e315f195 | [log] [tgz] |
---|---|---|
author | Jordan Crouse <jcrouse@codeaurora.org> | Fri Oct 20 11:06:56 2017 -0600 |
committer | Rob Clark <robdclark@gmail.com> | Sat Oct 28 11:01:36 2017 -0400 |
tree | 67f173e8818494aafcf2e88ab5c421ecfdccb234 | |
parent | f7de15450e906ed6586b29bde609a5686cd0d034 [diff] |
drm/msm: Move memptrs to msm_gpu When we move to multiple ringbuffers we're going to store the data in the memptrs on a per-ring basis. In order to prepare for that move the current memptrs from the adreno namespace into msm_gpu. This is way cleaner and immediately lets us kill off some sub functions so there is much less cost later when we do move to per-ring structs. Signed-off-by: Jordan Crouse <jcrouse@codeaurora.org> Signed-off-by: Rob Clark <robdclark@gmail.com>