Skip to content

[DRM][LOGO] Avoid usage of flush_dcache_range

Yuri Mazzuoli requested to merge seco_2017.09_next_logo into seco_2017.09_next

For some reason, probably related to cache alignment issues, flush_dcache_range sometimes crashes. To avoid this, we use flush_dcache_all() which invalidates the entire dcache, but never crashes.

Merge request reports