Skip to content

Commit

Permalink
OMAP: remove vram allocator
Browse files Browse the repository at this point in the history
OMAP specific vram allocator is no longer in use, and we can remove all
the vram code.

Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
  • Loading branch information
Tomi Valkeinen committed Nov 13, 2012
1 parent b022e17 commit 966458f
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 573 deletions.
43 changes: 0 additions & 43 deletions arch/arm/plat-omap/include/plat/vram.h

This file was deleted.

3 changes: 0 additions & 3 deletions drivers/video/omap2/Kconfig
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
config OMAP2_VRAM
bool

config OMAP2_VRFB
bool

Expand Down
1 change: 0 additions & 1 deletion drivers/video/omap2/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
obj-$(CONFIG_OMAP2_VRAM) += vram.o
obj-$(CONFIG_OMAP2_VRFB) += vrfb.o

obj-$(CONFIG_OMAP2_DSS) += dss/
Expand Down
12 changes: 0 additions & 12 deletions drivers/video/omap2/dss/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,6 @@ menuconfig OMAP2_DSS

if OMAP2_DSS

config OMAP2_VRAM_SIZE
int "VRAM size (MB)"
range 0 32
default 0
help
The amount of SDRAM to reserve at boot time for video RAM use.
This VRAM will be used by omapfb and other drivers that need
large continuous RAM area for video use.

You can also set this with "vram=<bytes>" kernel argument, or
in the board file.

config OMAP2_DSS_DEBUG_SUPPORT
bool "Debug support"
default y
Expand Down
Loading

0 comments on commit 966458f

Please sign in to comment.