1. 21 12月, 2011 6 次提交
  2. 01 12月, 2011 1 次提交
  3. 04 11月, 2011 1 次提交
  4. 02 11月, 2011 1 次提交
  5. 18 10月, 2011 1 次提交
  6. 05 10月, 2011 1 次提交
  7. 06 9月, 2011 1 次提交
  8. 18 7月, 2011 1 次提交
  9. 07 7月, 2011 1 次提交
  10. 01 7月, 2011 1 次提交
  11. 21 6月, 2011 1 次提交
  12. 13 4月, 2011 2 次提交
  13. 14 3月, 2011 1 次提交
    • D
      drm/radeon: fix problem with changing active VRAM size. (v2) · 53595338
      Dave Airlie 提交于
      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: NDave Airlie <airlied@redhat.com>
      53595338
  14. 23 2月, 2011 1 次提交
  15. 17 2月, 2011 1 次提交
  16. 14 2月, 2011 1 次提交
  17. 02 2月, 2011 1 次提交
  18. 17 1月, 2011 2 次提交
  19. 07 1月, 2011 1 次提交
  20. 16 12月, 2010 1 次提交
  21. 23 11月, 2010 3 次提交
  22. 22 11月, 2010 1 次提交
  23. 18 11月, 2010 1 次提交
  24. 26 10月, 2010 1 次提交
  25. 12 10月, 2010 1 次提交
    • J
      drm/radeon/kms: avoid corner case issue with unmappable vram V2 · c919b371
      Jerome Glisse 提交于
      We should not allocate any object into unmappable vram if we
      have no means to access them which on all GPU means having the
      CP running and on newer GPU having the blit utility working.
      
      This patch limit the vram allocation to visible vram until
      we have acceleration up and running.
      
      Note that it's more than unlikely that we run into any issue
      related to that as when acceleration is not woring userspace
      should allocate any object in vram beside front buffer which
      should fit in visible vram.
      
      V2 use real_vram_size as mc_vram_size could be bigger than
         the actual amount of vram
      
      [airlied: fixup r700_cp_stop case]
      Signed-off-by: NJerome Glisse <jglisse@redhat.com>
      Signed-off-by: NDave Airlie <airlied@redhat.com>
      c919b371
  26. 06 10月, 2010 2 次提交
  27. 02 9月, 2010 1 次提交
  28. 30 8月, 2010 1 次提交
  29. 02 8月, 2010 2 次提交