mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2026-05-09 06:18:05 +02:00
drm/bo: set the req pointer for each buffer to validate
This commit is contained in:
parent
e2d00715cc
commit
4175dd8181
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue