Skip to content
Snippets Groups Projects
Commit 83c0bcb6 authored by Lucas Stach's avatar Lucas Stach Committed by Dave Airlie
Browse files

drm: tegra: protect DC register access with mutex


Window properties are programmed through a shared aperture and have to
happen atomically. Also we do the read-update-write dance on some of the
shared regs.
To make sure that different functions don't stumble over each other
protect the register access with a mutex.

Signed-off-by: default avatarLucas Stach <dev@lynxeye.de>
Signed-off-by: default avatarDave Airlie <airlied@redhat.com>
parent 4026bfb3
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment