1. 17 4月, 2014 1 次提交
  2. 18 5月, 2013 1 次提交
  3. 10 4月, 2013 1 次提交
    • F
      drivers: video: use module_platform_driver_probe() · 3ccbf89f
      Fabio Porcedda 提交于
      This patch converts the drivers to use the
      module_platform_driver_probe() macro which makes the code smaller and
      a bit simpler.
      Signed-off-by: NFabio Porcedda <fabio.porcedda@gmail.com>
      Cc: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
      Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com> # atmel_lcdfb.c
      Cc: Tomi Valkeinen <tomi.valkeinen@ti.com>
      Cc: David Howells <dhowells@redhat.com>
      Cc: Geert Uytterhoeven <geert@linux-m68k.org>
      Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> # amifb.c
      Cc: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
      Signed-off-by: NTomi Valkeinen <tomi.valkeinen@ti.com>
      3ccbf89f
  4. 23 1月, 2013 1 次提交
  5. 17 10月, 2012 3 次提交
  6. 22 5月, 2012 1 次提交
    • T
      OMAPDSS: VRFB: remove compiler warnings when CONFIG_BUG=n · 3cb6a1b9
      Tomi Valkeinen 提交于
      If CONFIG_BUG is not enabled, BUG() does not stop the execution. Many
      places in code expect the execution to stop, and this causes compiler
      warnings about uninitialized variables and returning from a non-void
      function without a return value.
      
      This patch fixes the warnings by initializing the variables and
      returning properly after BUG() lines. However, the behaviour is still
      undefined after the BUG, but this is the choice the user makes when
      using CONFIG_BUG=n.
      Signed-off-by: NTomi Valkeinen <tomi.valkeinen@ti.com>
      3cb6a1b9
  7. 07 3月, 2012 1 次提交
  8. 09 12月, 2009 1 次提交
    • T
      OMAP: Add support for VRFB rotation engine · 640f9ca5
      Tomi Valkeinen 提交于
      VRFB rotation engine is a block in OMAP2/3 that offers 12 independent
      contexts that can be used for framebuffer rotation.
      
      Each context has a backend area of real memory, where it stores the
      pixels in undisclosed format. This memory is offered to users via 4
      virtual memory areas, which see the same memory area in different
      rotation angles (0, 90, 180 and 270 degrees).
      Signed-off-by: NTomi Valkeinen <tomi.valkeinen@nokia.com>
      640f9ca5