1. 15 2月, 2016 1 次提交
  2. 30 9月, 2015 1 次提交
  3. 02 9月, 2015 2 次提交
  4. 17 8月, 2015 1 次提交
  5. 16 8月, 2015 1 次提交
  6. 04 12月, 2014 1 次提交
  7. 24 11月, 2014 1 次提交
    • I
      drm/exynos: g2d: fix null pointer dereference · 2d151187
      Inki Dae 提交于
      This patch fixes a null pointer dereference issue incurred by
      calling g2d_remove when exynos_drm_platform_probe is failed.
      
      cmdlist_pool of g2d is allocated when g2d sub driver is probed.
      So if exynos_drm_platform_probe is failed, the g2d sub driver is
      not probed and the cmdlist_pool is still NULL.
      Signed-off-by: NInki Dae <inki.dae@samsung.com>
      2d151187
  8. 10 11月, 2014 1 次提交
    • I
      drm/exynos: g2d: fix null pointer dereference · 9ad703e9
      Inki Dae 提交于
      This patch fixes a null pointer dereference issue incurred by
      calling g2d_remove when exynos_drm_platform_probe is failed.
      
      cmdlist_pool of g2d is allocated when g2d sub driver is probed.
      So if exynos_drm_platform_probe is failed, the g2d sub driver is
      not probed and the cmdlist_pool is still NULL.
      Signed-off-by: NInki Dae <inki.dae@samsung.com>
      9ad703e9
  9. 04 8月, 2014 3 次提交
  10. 03 8月, 2014 1 次提交
  11. 05 6月, 2014 1 次提交
  12. 07 2月, 2014 1 次提交
  13. 02 12月, 2013 1 次提交
  14. 21 11月, 2013 1 次提交
  15. 05 9月, 2013 4 次提交
  16. 30 7月, 2013 3 次提交
  17. 04 7月, 2013 2 次提交
  18. 23 5月, 2013 1 次提交
  19. 20 3月, 2013 6 次提交
  20. 21 2月, 2013 2 次提交
  21. 26 1月, 2013 1 次提交
  22. 25 1月, 2013 1 次提交
  23. 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
  24. 05 12月, 2012 2 次提交