drm/bo: set the req pointer for each buffer to validate

This commit is contained in:
Dave Airlie 2007-07-26 15:26:36 +10:00
parent e2d00715cc
commit 4175dd8181

View file

@ -1729,7 +1729,7 @@ int drm_bo_op_ioctl(struct drm_device *dev, void *data, struct drm_file *file_pr
next = arg->next;
continue;
}
req = &arg->d.req;
ret = 0;
switch (req->op) {
case drm_bo_validate: