Skip to content

Commit

Permalink
ion_platform_data: Enable has_outer_cache
Browse files Browse the repository at this point in the history
Fixes graphical glitches
  • Loading branch information
sachinthomaspj committed Jun 21, 2014
1 parent 2d912ff commit 4dadab3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm/mach-msm/board-pico.c
Expand Up @@ -1595,6 +1595,7 @@ static struct ion_platform_heap pico_heaps[] = {

static struct ion_platform_data ion_pdata = {
.nr = MSM_ION_HEAP_NUM,
.has_outer_cache = 1,
.heaps = pico_heaps,
};

Expand Down

0 comments on commit 4dadab3

Please sign in to comment.