Переглянути джерело

vc4: Remove a stale comment.

The kernel hasn't been synchronous in a couple of years, plus there was
synchronization code right there.
tags/17.2-branchpoint
Eric Anholt 8 роки тому
джерело
коміт
2aec62a45b
1 змінених файлів з 0 додано та 4 видалено
  1. 0
    4
      src/gallium/drivers/vc4/vc4_resource.c

+ 0
- 4
src/gallium/drivers/vc4/vc4_resource.c Переглянути файл

@@ -258,10 +258,6 @@ vc4_resource_transfer_map(struct pipe_context *pctx,
ptrans->box.z = 0;
}

/* Note that the current kernel implementation is synchronous, so no
* need to do syncing stuff here yet.
*/

if (usage & PIPE_TRANSFER_UNSYNCHRONIZED)
buf = vc4_bo_map_unsynchronized(rsc->bo);
else

Завантаження…
Відмінити
Зберегти