1. 09 9月, 2010 16 次提交
  2. 07 9月, 2010 5 次提交
  3. 22 8月, 2010 2 次提交
  4. 05 8月, 2010 2 次提交
  5. 02 8月, 2010 5 次提交
  6. 27 7月, 2010 1 次提交
  7. 15 6月, 2010 2 次提交
  8. 02 6月, 2010 1 次提交
  9. 27 5月, 2010 1 次提交
  10. 26 5月, 2010 1 次提交
  11. 19 5月, 2010 2 次提交
  12. 11 5月, 2010 1 次提交
  13. 23 4月, 2010 1 次提交
    • J
      agp: use scratch page on memory remove and at GATT creation V4 · 61cf0593
      Jerome Glisse 提交于
      Convert most AGP chipset to use scratch page as default entries.
      This help avoiding GPU querying 0 address and trigger computer
      fault. With KMS and memory manager we bind/unbind AGP memory
      constantly and it seems that some GPU are still doing AGP
      traffic even after GPU report being idle with the memory segment.
      
      Tested (radeon GPU KMS + Xorg + compiz + glxgears + quake3) on :
      - SIS 1039:0001 & 1039:0003
      - Intel 865 8086:2571
      
      Compile tested for other bridges
      
      V2 enable scratch page on uninorth
      V3 fix unbound check in uninorth insert memory (Michel Dänzer)
      V4 rebase on top of drm-next branch with the lastest intel AGP
         changeset (stable should use version V3 of the patch)
      Signed-off-by: NJerome Glisse <jglisse@redhat.com>
      Signed-off-by: NMichel Dänzer <michel@daenzer.net>
      Signed-off-by: NDave Airlie <airlied@redhat.com>
      61cf0593