1. 03 3月, 2011 2 次提交
  2. 04 2月, 2011 2 次提交
  3. 02 2月, 2011 1 次提交
  4. 24 1月, 2011 1 次提交
  5. 17 1月, 2011 2 次提交
  6. 07 1月, 2011 7 次提交
  7. 06 1月, 2011 1 次提交
    • T
      drm/radeon: use system_wq instead of dev_priv->wq · 32c87fca
      Tejun Heo 提交于
      With cmwq, there's no reason for radeon to use a dedicated workqueue.
      Drop dev_priv->wq and use system_wq instead.
      
      Because radeon_driver_irq_uninstall_kms() may be called from
      unsleepable context, the work items can't be flushed from there.
      Instead, init and flush from radeon_irq_kms_init/fini().
      
      While at it, simplify canceling/flushing of rdev->pm.dynpm_idle_work.
      Always initialize and sync cancel instead of being unnecessarily smart
      about it.
      Signed-off-by: NTejun Heo <tj@kernel.org>
      Acked-by: NAlex Deucher <alexdeucher@gmail.com>
      Cc: dri-devel@lists.freedesktop.org
      Signed-off-by: NDave Airlie <airlied@redhat.com>
      32c87fca
  8. 05 1月, 2011 1 次提交
  9. 22 12月, 2010 1 次提交
  10. 21 12月, 2010 2 次提交
  11. 16 12月, 2010 2 次提交
  12. 23 11月, 2010 6 次提交
  13. 22 11月, 2010 2 次提交
  14. 18 11月, 2010 1 次提交
  15. 09 11月, 2010 2 次提交
  16. 26 10月, 2010 2 次提交
  17. 12 10月, 2010 3 次提交
  18. 06 10月, 2010 2 次提交