Document fence_class mess in drm_bo_setstatus_ioctl
authorKeith Packard <keithp@keithp.com>
Fri, 14 Dec 2007 20:49:22 +0000 (12:49 -0800)
committerKeith Packard <keithp@keithp.com>
Sat, 15 Dec 2007 20:10:42 +0000 (12:10 -0800)
commit7461519fed25f6d63415a9dd4b915c6cc668a69c
treebf6e487d5a33f3ee0ea50173f7a085999a22e577
parent5f23519b14e54823c94f5db5ad81e6bd5ffd3877
Document fence_class mess in drm_bo_setstatus_ioctl

drmBOSetStatus does not bother to set the fence_class parameter.
Fortunately, drm_bo_setstatus_ioctl doesn't end up using it as it
calls drm_bo_handle_validate with use_old_fence_class = 1.
linux-core/drm_bo.c