1. 23 3月, 2014 4 次提交
  2. 18 12月, 2013 2 次提交
  3. 05 9月, 2013 2 次提交
  4. 30 7月, 2013 1 次提交
  5. 04 7月, 2013 1 次提交
  6. 28 6月, 2013 8 次提交
  7. 23 5月, 2013 1 次提交
  8. 29 4月, 2013 1 次提交
  9. 16 4月, 2013 2 次提交
  10. 20 3月, 2013 1 次提交
  11. 21 2月, 2013 2 次提交
  12. 25 1月, 2013 2 次提交
  13. 07 1月, 2013 1 次提交
  14. 04 1月, 2013 1 次提交
    • G
      Drivers: gpu: remove __dev* attributes. · 56550d94
      Greg Kroah-Hartman 提交于
      CONFIG_HOTPLUG is going away as an option.  As a result, the __dev*
      markings need to be removed.
      
      This change removes the use of __devinit, __devexit_p, and __devexit
      from these drivers.
      
      Based on patches originally written by Bill Pemberton, but redone by me
      in order to handle some of the coding style issues better, by hand.
      
      Cc: Bill Pemberton <wfp5p@virginia.edu>
      Cc: David Airlie <airlied@linux.ie>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      56550d94
  15. 14 12月, 2012 1 次提交
  16. 13 12月, 2012 4 次提交
  17. 05 12月, 2012 1 次提交
  18. 04 12月, 2012 1 次提交
    • I
      drm/exynos: add iommu support for hdmi driver · 1055b39f
      Inki Dae 提交于
      Changelog v2:
      move iommu support feature to mixer side.
      And below is Prathyush's comment.
      
      According to the new IOMMU framework for exynos sysmmus,
      the owner of the sysmmu-tv is mixer (which is the actual
      device that does DMA) and not hdmi.
      The mmu-master in sysmmu-tv node is set as below in exynos5250.dtsi
      	sysmmu-tv {
      		-
      		mmu-master = <&mixer>;
      	};
      
      Changelog v1:
      The iommu will be enabled when hdmi sub driver is probed and
      will be disabled when removed.
      Signed-off-by: NInki Dae <inki.dae@samsung.com>
      Signed-off-by: NKyungmin Park <kyungmin.park@samsung.com>
      1055b39f
  19. 29 11月, 2012 1 次提交
  20. 31 10月, 2012 1 次提交
  21. 05 10月, 2012 2 次提交