You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
drm/nouveau: modify gpuobj/ntfy takedown ordering
gpuobj really needs splitting into channel/gpuobj code instead... Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
This commit is contained in:
@@ -38,6 +38,7 @@ nv50_evo_channel_del(struct nouveau_channel **pevo)
|
||||
return;
|
||||
*pevo = NULL;
|
||||
|
||||
nouveau_ramht_ref(NULL, &evo->ramht, evo);
|
||||
nouveau_gpuobj_channel_takedown(evo);
|
||||
nouveau_bo_unmap(evo->pushbuf_bo);
|
||||
nouveau_bo_ref(NULL, &evo->pushbuf_bo);
|
||||
|
||||
Reference in New Issue
Block a user