mirror of
https://github.com/torvalds/linux.git
synced 2024-12-30 14:52:05 +00:00
0e08270a1f
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_crtc.c | ||
mdp4_dsi_encoder.c | ||
mdp4_dtv_encoder.c | ||
mdp4_irq.c | ||
mdp4_kms.c | ||
mdp4_kms.h | ||
mdp4_lcdc_encoder.c | ||
mdp4_lvds_connector.c | ||
mdp4_lvds_pll.c | ||
mdp4_plane.c | ||
mdp4.xml.h |