drm/bo: set the req pointer for each buffer to validate
parent
e2d00715cc
commit
4175dd8181
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue