mirror of
https://github.com/torvalds/linux.git
synced 2025-11-09 05:00:09 +02:00
Buffer object specific resources like pages, domains, sg list need not be protected with struct_mutex. They can be protected with a buffer object level lock. This simplifies locking and makes it easier to avoid potential recursive locking scenarios for SVM involving mmap_sem and struct_mutex. This also removes unnecessary serialization when creating buffer objects, and also between buffer object creation and GPU command submission. Signed-off-by: Sushmita Susheelendra <ssusheel@codeaurora.org> [robclark: squash in handling new locking for shrinker] Signed-off-by: Rob Clark <robdclark@gmail.com> |
||
|---|---|---|
| .. | ||
| mdp4 | ||
| mdp5 | ||
| mdp_common.xml.h | ||
| mdp_format.c | ||
| mdp_kms.c | ||
| mdp_kms.h | ||