commit | 0b8762e997df0e0e74ad64239ac9feb0b0acf16f | [log] [tgz] |
---|---|---|
author | Thomas Hellstrom <thellstrom@vmware.com> | Wed Sep 26 20:15:36 2018 +0200 |
committer | Thomas Hellstrom <thellstrom@vmware.com> | Thu Sep 27 15:19:20 2018 +0200 |
tree | 017c6ae1ca64f1a5a4fe97f38c5c75dcce30f794 | |
parent | 36c9c3c91128e2b892c9be0dd9ee9bd82cbe82ad [diff] |
drm/ttm, drm/vmwgfx: Move the lock- and object functionality to the vmwgfx driver No other driver is using this functionality so move it out of TTM and into the vmwgfx driver. Update includes and remove exports. Also annotate to remove false static analyzer lock balance warnings. Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com> Reviewed-by: Christian König <christian.koenig@amd.com>