diff options
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2015-06-04 10:56:33 +0300 |
---|---|---|
committer | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2015-06-12 22:52:51 +0300 |
commit | f524ab7c070b39f4c8bd76fede6cacd17057ebc3 (patch) | |
tree | 023c263bb84ca62c897de1d75875a5ca5ba36283 /drivers/gpu/drm/omapdrm/omap_gem.c | |
parent | 794a65ffba77f63ecfc7d23ca6406cc23deab202 (diff) |
drm: omapdrm: add lock for fb pinning
Before atomic modesetting omap_framebuffer_pin() and
omap_framebuffer_unpin() were always called with modesetting locks
taken. With atomic modesetting support this is no longer the case, and
we need locking to protect the pin_count and the paddr, as multiple
threads may pin the same fb concurrently.
This patch adds a mutex to struct omap_framebuffer, and uses it in
omap_framebuffer_pin() and omap_framebuffer_unpin().
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Diffstat (limited to 'drivers/gpu/drm/omapdrm/omap_gem.c')
0 files changed, 0 insertions, 0 deletions