An error occurred fetching the project authors.
  1. 20 Dec, 2011 1 commit
  2. 11 Nov, 2011 2 commits
  3. 04 Nov, 2011 1 commit
  4. 03 Nov, 2011 1 commit
  5. 01 Nov, 2011 2 commits
  6. 31 Oct, 2011 1 commit
  7. 18 Oct, 2011 3 commits
  8. 18 Sep, 2011 1 commit
  9. 14 Sep, 2011 1 commit
  10. 06 Sep, 2011 1 commit
  11. 25 Jul, 2011 3 commits
  12. 18 Jul, 2011 1 commit
  13. 07 Jul, 2011 1 commit
  14. 20 Jun, 2011 2 commits
  15. 09 Jun, 2011 1 commit
  16. 02 Jun, 2011 1 commit
  17. 20 Apr, 2011 1 commit
  18. 12 Apr, 2011 2 commits
  19. 14 Mar, 2011 1 commit
    • Dave Airlie's avatar
      drm/radeon: fix problem with changing active VRAM size. (v2) · 53595338
      Dave Airlie authored
      So we used to use lpfn directly to restrict VRAM when we couldn't
      access the unmappable area, however this was removed in
      93225b0d as it also restricted
      the gtt placements. However it was only later noticed that this
      broke on some hw.
      
      This removes the active_vram_size, and just explicitly sets it
      when it changes, TTM/drm_mm will always use the real_vram_size,
      and the active vram size will change the TTM size used for lpfn
      setting.
      
      We should re-work the fpfn/lpfn to per-placement at some point
      I suspect, but that is too late for this kernel.
      
      Hopefully this addresses:
      https://bugs.freedesktop.org/show_bug.cgi?id=35254
      
      v2: fix reported useful VRAM size to userspace to be correct.
      Signed-off-by: default avatarDave Airlie <airlied@redhat.com>
      53595338
  20. 03 Mar, 2011 1 commit
  21. 23 Feb, 2011 1 commit
  22. 17 Feb, 2011 1 commit
  23. 13 Feb, 2011 1 commit
  24. 02 Feb, 2011 1 commit
  25. 24 Jan, 2011 1 commit
  26. 17 Jan, 2011 2 commits
  27. 07 Jan, 2011 2 commits
  28. 06 Jan, 2011 1 commit
    • Tejun Heo's avatar
      drm/radeon: use system_wq instead of dev_priv->wq · 32c87fca
      Tejun Heo authored
      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: default avatarTejun Heo <tj@kernel.org>
      Acked-by: default avatarAlex Deucher <alexdeucher@gmail.com>
      Cc: dri-devel@lists.freedesktop.org
      Signed-off-by: default avatarDave Airlie <airlied@redhat.com>
      32c87fca
  29. 21 Dec, 2010 1 commit
  30. 09 Dec, 2010 1 commit