Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/gpu/drm/msm/
Dmsm_gem_submit.c239 unsigned cleanup_flags) in submit_cleanup_bo() argument
242 unsigned flags = submit->bos[i].flags & cleanup_flags; in submit_cleanup_bo()
253 submit->bos[i].flags &= ~cleanup_flags; in submit_cleanup_bo()
514 unsigned cleanup_flags = BO_LOCKED; in submit_cleanup() local
518 cleanup_flags |= BO_PINNED | BO_ACTIVE; in submit_cleanup()
522 submit_cleanup_bo(submit, i, cleanup_flags); in submit_cleanup()