1. 19 6月, 2008 6 次提交
  2. 05 2月, 2008 8 次提交
  3. 30 1月, 2008 2 次提交
  4. 24 1月, 2008 1 次提交
  5. 15 10月, 2007 1 次提交
  6. 07 10月, 2007 1 次提交
  7. 20 9月, 2007 1 次提交
  8. 12 9月, 2007 2 次提交
  9. 25 8月, 2007 1 次提交
    • S
      agp: balance ioremap checks · 5bdbc7dc
      Scott Thompson 提交于
      patchset against 2.6.23-rc3.
      corrects missing ioremap return checks and balancing on iounmap calls, integrated changes per list
      recommendations on the original set of patches..
      
      Signed-off-by: Scott Thompson <postfail <at> hushmail.com>
      Signed-off-by: NDave Airlie <airlied@linux.ie>
      5bdbc7dc
  10. 27 7月, 2007 2 次提交
  11. 22 6月, 2007 1 次提交
  12. 15 6月, 2007 1 次提交
  13. 07 6月, 2007 5 次提交
  14. 27 4月, 2007 1 次提交
  15. 10 4月, 2007 1 次提交
  16. 09 4月, 2007 1 次提交
  17. 23 2月, 2007 1 次提交
  18. 11 2月, 2007 1 次提交
  19. 07 2月, 2007 1 次提交
  20. 05 2月, 2007 1 次提交
  21. 04 2月, 2007 1 次提交
    • T
      [AGPGART] Allow drm-populated agp memory types · a030ce44
      Thomas Hellstrom 提交于
      This patch allows drm to populate an agpgart structure with pages of its own.
      It's needed for the new drm memory manager which dynamically flips pages in and out of AGP.
      
      The patch modifies the generic functions as well as the intel agp driver. The intel drm driver is
      currently the only one supporting the new memory manager.
      
      Other agp drivers may need some minor fixing up once they have a corresponding memory manager enabled drm driver.
      
      AGP memory types >= AGP_USER_TYPES are not populated by the agpgart driver, but the drm is expected
      to do that, as well as taking care of cache- and tlb flushing when needed.
      
      It's not possible to request these types from user space using agpgart ioctls.
      
      The Intel driver also gets a new memory type for pages that can be bound cached to the intel GTT.
      Signed-off-by: NThomas Hellstrom <thomas@tungstengraphics.com>
      Signed-off-by: NDave Jones <davej@redhat.com>
      a030ce44