]> Git Repo - J-u-boot.git/commit - include/lcd.h
lcd: Add CONFIG_LCD_ALIGNMENT to select frame buffer alignment
authorSimon Glass <[email protected]>
Wed, 17 Oct 2012 13:24:54 +0000 (13:24 +0000)
committerTom Warren <[email protected]>
Mon, 19 Nov 2012 15:15:38 +0000 (08:15 -0700)
commit676d319ef5f450ca7845555f75de496b96cd688e
tree8bb6a995ac1613fb5a6c5b95f55d0fc9f1f9936c
parent0dde7f53797098cf7021f6a7ca6c15bfee405db1
lcd: Add CONFIG_LCD_ALIGNMENT to select frame buffer alignment

The normal alignment is PAGE_SIZE, but if this is defined, we can support
other alignments.

The motivation for this change is to make the display section-aligned on
ARM so that we can easily turn off data caching for the frame buffer region
without resorting to level 2 page tables.

Signed-off-by: Simon Glass <[email protected]>
Signed-off-by: Tom Warren <[email protected]>
README
common/lcd.c
include/lcd.h
This page took 0.035711 seconds and 4 git commands to generate.