am 338ccf43: Merge change Id2906ad8 into eclair
Merge commit '338ccf43b6a4468aea6aa7d831be7d6c8d8d134d' into eclair-mr2 * commit '338ccf43b6a4468aea6aa7d831be7d6c8d8d134d': Fix video flickering by propagating the NO_CACHING flag from the master to MemoryHeapPMem.
This commit is contained in:
@@ -127,7 +127,8 @@ void QComHardwareRenderer::publishBuffers(uint32_t pmem_fd) {
|
||||
|
||||
master->setDevice("/dev/pmem");
|
||||
|
||||
mMemoryHeap = new MemoryHeapPmem(master, 0);
|
||||
uint32_t heap_flags = master->getFlags() & MemoryHeapBase::NO_CACHING;
|
||||
mMemoryHeap = new MemoryHeapPmem(master, heap_flags);
|
||||
mMemoryHeap->slap();
|
||||
|
||||
ISurface::BufferHeap bufferHeap(
|
||||
|
||||
Reference in New Issue
Block a user