1. 16 2月, 2016 1 次提交
  2. 02 9月, 2015 1 次提交
  3. 20 8月, 2015 1 次提交
  4. 03 6月, 2015 1 次提交
    • L
      video: fbdev: atmel_lcdfb: use ioremap_wc() for framebuffer · 1e43a203
      Luis R. Rodriguez 提交于
      The driver doesn't use mtrr_add() or arch_phys_wc_add() but
      since we know the framebuffer is isolated already on an
      ioremap() we can take advantage of write combining for
      performance where possible.
      
      In this case there are a few motivations for this:
      
      a) Take advantage of PAT when available
      
      b) Help with the goal of eventually using _PAGE_CACHE_UC over
         _PAGE_CACHE_UC_MINUS on x86 on ioremap_nocache() (see commit
         de33c442 titled "x86 PAT: fix performance drop for glx,
         use UC minus for ioremap(), ioremap_nocache() and
         pci_mmap_page_range()")
      
      Cc: Nicolas Ferre <nicolas.ferre@atmel.com>
      Cc: Suresh Siddha <sbsiddha@gmail.com>
      Cc: Ingo Molnar <mingo@elte.hu>
      Cc: Thomas Gleixner <tglx@linutronix.de>
      Cc: Juergen Gross <jgross@suse.com>
      Cc: Daniel Vetter <daniel.vetter@ffwll.ch>
      Cc: Andy Lutomirski <luto@amacapital.net>
      Cc: Dave Airlie <airlied@redhat.com>
      Cc: Antonino Daplas <adaplas@gmail.com>
      Cc: Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
      Cc: Tomi Valkeinen <tomi.valkeinen@ti.com>
      Cc: linux-fbdev@vger.kernel.org
      Cc: linux-kernel@vger.kernel.org
      Signed-off-by: NLuis R. Rodriguez <mcgrof@suse.com>
      Acked-by: NNicolas Ferre <nicolas.ferre@atmel.com>
      Reviewed-by: NDave Airlie <airlied@redhat.com>
      Signed-off-by: NTomi Valkeinen <tomi.valkeinen@ti.com>
      1e43a203
  5. 22 10月, 2014 1 次提交
  6. 20 10月, 2014 1 次提交
  7. 30 9月, 2014 1 次提交
  8. 26 8月, 2014 1 次提交
  9. 30 7月, 2014 1 次提交
  10. 23 6月, 2014 1 次提交
  11. 17 4月, 2014 1 次提交
  12. 19 3月, 2014 1 次提交
  13. 12 3月, 2014 1 次提交
  14. 04 12月, 2013 1 次提交
  15. 27 9月, 2013 4 次提交
  16. 26 9月, 2013 1 次提交
  17. 20 9月, 2013 1 次提交
  18. 30 8月, 2013 1 次提交
  19. 01 6月, 2013 2 次提交
  20. 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
  21. 13 3月, 2013 4 次提交
  22. 06 11月, 2012 1 次提交
  23. 23 9月, 2012 1 次提交
  24. 24 7月, 2012 1 次提交
  25. 29 1月, 2012 2 次提交
  26. 12 1月, 2012 1 次提交
  27. 12 11月, 2011 3 次提交
  28. 01 11月, 2011 1 次提交
  29. 19 8月, 2011 1 次提交
  30. 08 8月, 2011 1 次提交