Home
last modified time | relevance | path

Searched refs:cpu_fini (Results 1 – 8 of 8) sorted by relevance

/third_party/libdrm/freedreno/msm/
Dmsm_bo.c129 .cpu_fini = msm_bo_cpu_fini,
/third_party/mesa3d/src/freedreno/drm/msm/
Dmsm_bo.c159 .cpu_fini = msm_bo_cpu_fini,
/third_party/libdrm/freedreno/
Dfreedreno_priv.h151 void (*cpu_fini)(struct fd_bo *bo); member
Dfreedreno_bo.c351 bo->funcs->cpu_fini(bo); in fd_bo_cpu_fini()
/third_party/mesa3d/docs/relnotes/
D17.1.3.rst86 - etnaviv: always do cpu_fini in transfer_unmap
/third_party/libdrm/freedreno/kgsl/
Dkgsl_bo.c130 .cpu_fini = kgsl_bo_cpu_fini,
/third_party/mesa3d/src/freedreno/drm/virtio/
Dvirtio_bo.c253 .cpu_fini = virtio_bo_cpu_fini,
/third_party/mesa3d/src/freedreno/drm/
Dfreedreno_priv.h305 void (*cpu_fini)(struct fd_bo *bo); member