commit | 07bbc1c5f49b64323d9e5c1e0d5d7d201e1f2627 | [log] [tgz] |
---|---|---|
author | Ben Skeggs <bskeggs@redhat.com> | Wed Nov 01 03:56:19 2017 +1000 |
committer | Ben Skeggs <bskeggs@redhat.com> | Thu Nov 02 13:32:18 2017 +1000 |
tree | 8ef86f7972db2f92d01824787bc9a3c729346354 | |
parent | dde59b9c341a1b5ce2229f7d4a57f19435da82d7 [diff] |
drm/nouveau/core/memory: split info pointers from accessor pointers The accessor functions can change as a result of acquire()/release() calls, and are protected by any refcounting done there. Other functions must remain constant, as they can be called any time. Signed-off-by: Ben Skeggs <bskeggs@redhat.com>