drm/nouveau: rework to new fence interface
Signed-off-by: Maarten Lankhorst <maarten.lankhorst@canonical.com> Acked-by: Ben Skeggs <bskeggs@redhat.com>
Este cometimento está contido em:

cometido por
Maarten Lankhorst

ascendente
2298e804e9
cometimento
29ba89b237
@@ -425,18 +425,6 @@ retry:
|
||||
return 0;
|
||||
}
|
||||
|
||||
static int
|
||||
validate_sync(struct nouveau_channel *chan, struct nouveau_bo *nvbo)
|
||||
{
|
||||
struct nouveau_fence *fence = nvbo->bo.sync_obj;
|
||||
int ret = 0;
|
||||
|
||||
if (fence)
|
||||
ret = nouveau_fence_sync(fence, chan);
|
||||
|
||||
return ret;
|
||||
}
|
||||
|
||||
static int
|
||||
validate_list(struct nouveau_channel *chan, struct nouveau_cli *cli,
|
||||
struct list_head *list, struct drm_nouveau_gem_pushbuf_bo *pbbo,
|
||||
@@ -466,9 +454,10 @@ validate_list(struct nouveau_channel *chan, struct nouveau_cli *cli,
|
||||
return ret;
|
||||
}
|
||||
|
||||
ret = validate_sync(chan, nvbo);
|
||||
ret = nouveau_fence_sync(nvbo, chan);
|
||||
if (unlikely(ret)) {
|
||||
NV_PRINTK(error, cli, "fail post-validate sync\n");
|
||||
if (ret != -ERESTARTSYS)
|
||||
NV_PRINTK(error, cli, "fail post-validate sync\n");
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
Criar uma nova questão referindo esta
Bloquear um utilizador