1. 25 1月, 2011 1 次提交
  2. 15 1月, 2011 1 次提交
  3. 12 1月, 2011 3 次提交
  4. 14 12月, 2010 1 次提交
  5. 05 12月, 2010 1 次提交
  6. 24 11月, 2010 10 次提交
  7. 23 11月, 2010 2 次提交
  8. 04 11月, 2010 2 次提交
  9. 02 11月, 2010 2 次提交
  10. 31 10月, 2010 1 次提交
  11. 30 10月, 2010 1 次提交
  12. 28 10月, 2010 2 次提交
  13. 22 10月, 2010 1 次提交
  14. 24 9月, 2010 1 次提交
    • J
      some clean up to intel-gtt.c · e61cb0d5
      Jan Beulich 提交于
      In commit e517a5e9 the call to
      map_page_into_agp() got removed from intel_i830_setup_flush(), but the
      counterpart call from intel_i830_fini_flush() to unmap_page_from_agp()
      was left in place.
      
      Additionally, the page allocated here never gets its physical address
      used for sending to hardware, so there's no need to allocate it with
      GFP_DMA32. Nor is __GFP_ZERO really necessary, as the page is used
      only to store data to force flushing of some internal processor state.
      Signed-off-by: NJan Beulich <jbeulich@novell.com>
      Cc: Eric Anholt <eric@anholt.net>
      Signed-off-by: NChris Wilson <chris@chris-wilson.co.uk>
      e61cb0d5
  15. 21 9月, 2010 11 次提交