Merge branch '3.8/vram-conversion' of git://gitorious.org/linux-omap-dss2/linux
authorTomi Valkeinen <tomi.valkeinen@ti.com>
Fri, 16 Nov 2012 09:42:46 +0000 (11:42 +0200)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Fri, 16 Nov 2012 09:42:46 +0000 (11:42 +0200)
Conflicts:
drivers/video/omap2/dss/Kconfig
drivers/video/omap2/omapfb/omapfb-ioctl.c
drivers/video/omap2/omapfb/omapfb-main.c

Merge changes to make omapfb use common dma_alloc, and remove omap's
custom vram allocator.

1  2 
arch/arm/plat-omap/fb.c
drivers/video/omap2/dss/Kconfig
drivers/video/omap2/omapfb/omapfb-ioctl.c
drivers/video/omap2/omapfb/omapfb-main.c

Simple merge
index 50e880260d8c322d712900cfbe1306be1b0b0519,058a669cb512bda76083df37431618d5ba683bb4..cb0f145c7077897721dce128aa0369ce4f6953c8
@@@ -5,34 -6,12 +5,22 @@@ menuconfig OMAP2_DS
  
  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
 +config OMAP2_DSS_DEBUG
 +      bool "Debug support"
 +      default n
 +      help
 +        This enables printing of debug messages. Alternatively, debug messages
 +        can also be enabled by setting CONFIG_DYNAMIC_DEBUG and then setting
 +        appropriate flags in <debugfs>/dynamic_debug/control.
 +
 +config OMAP2_DSS_DEBUGFS
 +      bool "Debugfs filesystem support"
 +      depends on DEBUG_FS
 +      default n
        help
 -        This enables debug messages. You need to enable printing
 -        with 'debug' module parameter.
 +        This enables debugfs for OMAPDSS at <debugfs>/omapdss. This enables
 +        querying about clock configuration and register configuration of dss,
 +        dispc, dsi, hdmi and rfbi.
  
  config OMAP2_DSS_COLLECT_IRQ_STATS
        bool "Collect DSS IRQ statistics"
index 55a39be694a5f907e2e75d1a02c268313a342083,574c1708f749975fb2540db3ee47c027db1e6510..3c73adbbf5f1aca739133298e2746fced33c3f75
@@@ -30,8 -30,7 +30,7 @@@
  #include <linux/export.h>
  
  #include <video/omapdss.h>
 -#include <plat/vrfb.h>
 +#include <video/omapvrfb.h>
- #include <plat/vram.h>
  
  #include "omapfb.h"
  
index be9096ced7936608ce663fd31f3bb6ce23a9f17c,84c10121de483856fb64e6f1ac7b38a035326245..408a3cce47addcd2300daf8f702a54fe6410c7b9
@@@ -31,8 -31,8 +31,7 @@@
  #include <linux/omapfb.h>
  
  #include <video/omapdss.h>
- #include <plat/vram.h>
 -#include <plat/cpu.h>
 -#include <plat/vrfb.h>
 +#include <video/omapvrfb.h>
  
  #include "omapfb.h"
  
This page took 0.032615 seconds and 5 git commands to generate.