Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drm: Move drm_legacy_vma_flush into drm_legacy.h

Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>

+2 -2
+2
drivers/gpu/drm/drm_legacy.h
··· 71 71 int drm_legacy_mapbufs(struct drm_device *d, void *v, struct drm_file *f); 72 72 int drm_legacy_dma_ioctl(struct drm_device *d, void *v, struct drm_file *f); 73 73 74 + void drm_legacy_vma_flush(struct drm_device *d); 75 + 74 76 /* 75 77 * AGP Support 76 78 */
-2
include/drm/drmP.h
··· 1321 1321 int drm_legacy_addbufs_agp(struct drm_device *d, struct drm_buf_desc *req); 1322 1322 int drm_legacy_addbufs_pci(struct drm_device *d, struct drm_buf_desc *req); 1323 1323 1324 - void drm_legacy_vma_flush(struct drm_device *d); 1325 - 1326 1324 void drm_legacy_idlelock_take(struct drm_lock_data *lock); 1327 1325 void drm_legacy_idlelock_release(struct drm_lock_data *lock); 1328 1326