Document drm_bo_handle_validate. Match drm_bo_do_validate parameter order.
authorKeith Packard <keithp@keithp.com>
Fri, 14 Dec 2007 20:45:55 +0000 (12:45 -0800)
committerKeith Packard <keithp@keithp.com>
Sat, 15 Dec 2007 20:10:42 +0000 (12:10 -0800)
commit5f23519b14e54823c94f5db5ad81e6bd5ffd3877
treeed49d43a66f5e1d3ef5e3daf87bc6bcaa2602484
parentb5181d2506be332db8b07c02cdf37c6e25545c4d
Document drm_bo_handle_validate. Match drm_bo_do_validate parameter order.

Document parameters and usage for drm_bo_handle_validate. Change parameter
order to match drm_bo_do_validate (fence_class has been moved to after
flags, hint and mask values). Existing users of this function have been
changed, but out-of-tree users must be modified separately.
linux-core/drm_bo.c
linux-core/drm_objects.h
shared-core/i915_dma.c