ui: ozone: drm: synchronize mapped dmabuf with read&write
We're currently starting the synchronization of memory mapped dmabufs only for reading, which means the driver will not flush the CPU cache on DMA_BUF_SYNC_END. As a result we tend to see cache lines on platforms where we don't have an additional cache level like Atom platforms. BUG=475633 TEST=run chrome on chromeos with --enable-native-gpu-memory-buffers and verify we don't have image corruptions when hovering the close/minimize buttons Review-Url: https://codereview.chromium.org/2297783006 Cr-Commit-Position: refs/heads/master@{#417585}
Showing
Please register or sign in to comment