summaryrefslogtreecommitdiffstats
path: root/drivers/idle
diff options
context:
space:
mode:
authorSushmita Susheelendra2017-06-14 00:52:54 +0200
committerRob Clark2017-06-17 14:03:07 +0200
commit0e08270a1f01bceae17d32a0d75aad2388bd1ba2 (patch)
tree31f17b04f1a459ca5ab26772626c8ece4c54158a /drivers/idle
parentdrm/msm/hdmi: Fix HDMI pink strip issue seen on 8x96 (diff)
downloadkernel-qcow2-linux-0e08270a1f01bceae17d32a0d75aad2388bd1ba2.tar.gz
kernel-qcow2-linux-0e08270a1f01bceae17d32a0d75aad2388bd1ba2.tar.xz
kernel-qcow2-linux-0e08270a1f01bceae17d32a0d75aad2388bd1ba2.zip
drm/msm: Separate locking of buffer resources from struct_mutex
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>
Diffstat (limited to 'drivers/idle')
0 files changed, 0 insertions, 0 deletions