Tomi Valkeinen
f36eb5a899
drm/omap: add pin refcounting to omap_framebuffer
...
omap_framebuffer_pin() and omap_framebuffer_unpin() are currently
broken, as they cannot be called multiple times (i.e. pin, pin, unpin,
unpin), which is what happens in certain cases. This issue causes the
driver to possibly use 0 as an address for a displayed buffer, leading
to OCP error from DSS.
This patch fixes the issue by adding a simple pin_count, used to track
the number of pins.
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com >
2015-03-24 13:33:25 +02:00
..
2015-02-23 10:48:02 +02:00
2015-01-09 09:13:41 +10:00
2015-01-21 14:57:03 +01:00
2015-03-09 19:58:30 +10:00
2015-01-21 14:57:03 +01:00
2015-01-28 10:01:30 +01:00
2015-02-16 15:48:00 -08:00
2015-03-11 22:08:17 +01:00
2015-01-21 14:57:03 +01:00
2015-03-10 09:59:34 +01:00
2015-03-10 09:59:33 +01:00
2015-02-23 17:19:25 +01:00
2015-01-21 14:57:03 +01:00
2015-03-09 19:58:30 +10:00
2015-03-05 09:04:39 +10:00
2015-03-24 13:33:25 +02:00
2015-01-31 10:11:45 +10:00
2015-01-21 14:57:03 +01:00
2015-03-03 17:28:31 -05:00
2015-03-03 16:16:30 +02:00
2015-03-19 14:05:53 +10:00
2015-02-03 11:12:37 +10:00
2015-02-05 16:21:19 +01:00
2015-03-09 19:58:30 +10:00
2015-02-03 11:12:37 +10:00
2015-03-05 09:04:39 +10:00
2015-01-31 10:12:23 +10:00
2015-01-19 03:02:13 -08:00
2015-03-17 09:36:31 +01:00
2015-03-10 09:59:35 +01:00
2015-03-13 17:37:35 +01:00
2014-12-16 08:56:55 +01:00
2015-02-13 23:28:12 +01:00
2015-01-05 13:55:30 +01:00
2015-03-17 14:03:04 +01:00
2015-03-11 22:04:56 +01:00
2014-12-09 09:56:48 +10:00
2015-03-13 10:17:38 +01:00
2014-12-11 10:12:57 +10:00
2015-03-11 22:08:07 +01:00
2015-03-11 22:10:11 +01:00
2015-01-21 14:57:03 +01:00
2015-03-13 17:37:35 +01:00
2014-12-16 18:44:34 +01:00
2015-03-13 17:37:35 +01:00
2015-02-13 23:28:12 +01:00
2015-03-09 19:41:15 +10:00
2015-01-28 08:45:37 +01:00
2015-03-05 09:01:37 +10:00
2015-03-10 09:59:34 +01:00
2015-03-13 17:37:35 +01:00
2015-03-11 16:43:40 +01:00
2015-01-22 06:11:39 +01:00
2015-03-10 09:59:36 +01:00
2015-03-13 17:37:35 +01:00
2015-02-10 14:30:31 -08:00
2015-02-03 11:12:37 +10:00
2015-01-28 08:45:40 +01:00