summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 9c48605)
raw | patch | inline | side by side (parent: 9c48605)
author | Sergiy Kibrik <sergiy.kibrik@globallogic.com> | |
Wed, 3 Apr 2013 20:14:01 +0000 (15:14 -0500) | ||
committer | Praneeth Bajjuri <praneeth@ti.com> | |
Fri, 12 Jul 2013 22:41:44 +0000 (17:41 -0500) |
Calling tiler_unpin() happens to have occational side effects
like delays, which might cause FIFO underflows in DISPC.
Change-Id: I3c911bd6bd6fb62d4c7423ba6edae60fafab0fb3
Signed-off-by: Arthur Philpott <arthur.philpott@ti.com>
like delays, which might cause FIFO underflows in DISPC.
Change-Id: I3c911bd6bd6fb62d4c7423ba6edae60fafab0fb3
Signed-off-by: Arthur Philpott <arthur.philpott@ti.com>
drivers/video/omap2/dsscomp/gralloc.c | patch | blob | history |
index 0e6b646a8b28976418ac763aa5f577da30f7d8e1..f48fc8f80ab48ed4d5ebf4dc33218e76514e4c30 100755 (executable)
* might be overtaken before we claim it again.
* Will be fixed later with tiler slot splitting API
*/
- tiler_unpin(slot->block_handle);
tiler_release(slot->block_handle);
- tiler_unpin(slot2free->block_handle);
tiler_release(slot2free->block_handle);
slot->size = new_size >> PAGE_SHIFT;
* might be overtaken before we claim it again.
* Will be fixed later with tiler slot splitting API
*/
- tiler_unpin(slot->block_handle);
tiler_release(slot->block_handle);
for (i = 0; i < MAX_NUM_TILER1D_SLOTS; i++)
if (slots[i].id == -1)