]> Git Repo - linux.git/commit
sh_mobile_meram: MERAM framework for LCDC
authorDamian <[email protected]>
Wed, 18 May 2011 11:10:07 +0000 (11:10 +0000)
committerPaul Mundt <[email protected]>
Mon, 23 May 2011 07:06:24 +0000 (16:06 +0900)
commit7caa4342ca5b37d2d178b464c16badd4228b3b7b
tree0111e05278facfc0eb92c46b80c577d1e1e694e4
parent71a8638480eb8fb6cfabe2ee9ca3fbc6e3453a14
sh_mobile_meram: MERAM framework for LCDC

Based on the patch by Takanari Hayama <[email protected]>

Adds support framework necessary to use Media RAM (MERAM)
caching functionality with the LCDC.  The MERAM is accessed
through up to 4 Interconnect Buffers (ICBs).

ICB numbers and MERAM address ranges to use are specified in
by filling in the .meram_cfg member of the LCDC platform data

Signed-off-by: Damian Hobson-Garcia <[email protected]>
Signed-off-by: Paul Mundt <[email protected]>
drivers/video/Kconfig
drivers/video/Makefile
drivers/video/sh_mobile_lcdcfb.c
drivers/video/sh_mobile_lcdcfb.h
drivers/video/sh_mobile_meram.c [new file with mode: 0644]
drivers/video/sh_mobile_meram.h [new file with mode: 0644]
include/video/sh_mobile_lcdc.h
include/video/sh_mobile_meram.h [new file with mode: 0644]
This page took 0.053789 seconds and 4 git commands to generate.