summaryrefslogtreecommitdiff
path: root/include/linux/console_struct.h
diff options
context:
space:
mode:
authorUjwal Patel <ujwalp@codeaurora.org>2013-08-12 10:58:47 -0700
committerDavid Keitel <dkeitel@codeaurora.org>2016-03-23 20:21:55 -0700
commitd8998364c926c3cb7f7ca7c78df6f3a6e7d980ce (patch)
tree42b09ab77d02bb3a751aff7c66672e07370753cc /include/linux/console_struct.h
parent61fb6d01437e048cdc1c02903f88fdce64bafc72 (diff)
msm: mdss: Allocate fb memory under 4GB physical address space
Linux kernel framework of framebuffer APIs do not support LPAE systems. These APIs are using "unsigned long" data type instead of "phys_addr_t" for physical addresses which doesn't work with LPAE systems. Until framebuffer APIs are fixed, allocate fb memory on MSM chip-sets using dma_alloc_coherent and GFP_KERNEL to get the memory from below 4GB physical address space. Change-Id: Ieca41cae21c956a8b4cf1d5729d287bb0bb30f8d Signed-off-by: Ujwal Patel <ujwalp@codeaurora.org>
Diffstat (limited to 'include/linux/console_struct.h')
0 files changed, 0 insertions, 0 deletions