1. 05 8月, 2014 1 次提交
  2. 18 2月, 2014 1 次提交
  3. 10 10月, 2013 1 次提交
  4. 28 6月, 2013 1 次提交
  5. 09 4月, 2013 1 次提交
  6. 11 12月, 2012 1 次提交
  7. 21 9月, 2012 1 次提交
  8. 18 7月, 2012 1 次提交
  9. 21 6月, 2012 2 次提交
  10. 23 5月, 2012 1 次提交
  11. 10 5月, 2012 1 次提交
  12. 05 1月, 2012 1 次提交
  13. 21 12月, 2011 6 次提交
  14. 22 8月, 2011 2 次提交
  15. 23 2月, 2011 1 次提交
  16. 18 11月, 2010 1 次提交
  17. 18 2月, 2010 1 次提交
    • J
      drm/radeon/kms: simplify memory controller setup V2 · d594e46a
      Jerome Glisse 提交于
      Get rid of _location and use _start/_end also simplify the
      computation of vram_start|end & gtt_start|end. For R1XX-R2XX
      we place VRAM at the same address of PCI aperture, those GPU
      shouldn't have much memory and seems to behave better when
      setup that way. For R3XX and newer we place VRAM at 0. For
      R6XX-R7XX AGP we place VRAM before or after AGP aperture this
      might limit to limit the VRAM size but it's very unlikely.
      For IGP we don't change the VRAM placement.
      
      Tested on (compiz,quake3,suspend/resume):
      PCI/PCIE:RV280,R420,RV515,RV570,RV610,RV710
      AGP:RV100,RV280,R420,RV350,RV620(RPB*),RV730
      IGP:RS480(RPB*),RS690,RS780(RPB*),RS880
      
      RPB: resume previously broken
      
      V2 correct commit message to reflect more accurately the bug
      and move VRAM placement to 0 for most of the GPU to avoid
      limiting VRAM.
      Signed-off-by: NJerome Glisse <jglisse@redhat.com>
      Signed-off-by: NDave Airlie <airlied@redhat.com>
      d594e46a
  18. 23 12月, 2009 1 次提交
  19. 02 12月, 2009 1 次提交
    • J
      drm/radeon/kms: Rework radeon object handling · 4c788679
      Jerome Glisse 提交于
      The locking & protection of radeon object was somewhat messy.
      This patch completely rework it to now use ttm reserve as a
      protection for the radeon object structure member. It also
      shrink down the various radeon object structure by removing
      field which were redondant with the ttm information. Last it
      converts few simple functions to inline which should with
      performances.
      
      airlied: rebase on top of r600 and other changes.
      Signed-off-by: NJerome Glisse <jglisse@redhat.com>
      Signed-off-by: NDave Airlie <airlied@redhat.com>
      4c788679
  20. 16 10月, 2009 1 次提交
  21. 29 7月, 2009 1 次提交