1. 08 1月, 2010 3 次提交
  2. 23 12月, 2009 1 次提交
  3. 16 12月, 2009 2 次提交
  4. 10 12月, 2009 2 次提交
  5. 08 12月, 2009 4 次提交
  6. 04 12月, 2009 1 次提交
  7. 02 12月, 2009 6 次提交
  8. 24 11月, 2009 1 次提交
    • D
      drm/radeon/kms: resume AGP by calling init. · 0ebf1717
      Dave Airlie 提交于
      AGP resume was broken since we moved to the new init path,
      because we never re-enabled AGP on these systems at resume time.
      
      This patch just calls the AGP resume call which just does the reinit
      at resume time like the old path did.
      
      Since AGP is pretty much gpu independant I did it outside
      the gpu specific code.
      Signed-off-by: NDave Airlie <airlied@redhat.com>
      0ebf1717
  9. 06 11月, 2009 1 次提交
  10. 26 10月, 2009 1 次提交
  11. 16 10月, 2009 1 次提交
  12. 02 10月, 2009 7 次提交
  13. 29 9月, 2009 2 次提交
  14. 25 9月, 2009 1 次提交
    • D
      drm/radeon/kms: don't require up to 64k allocations. (v2) · 513bcb46
      Dave Airlie 提交于
      This avoids needing to do a kmalloc > PAGE_SIZE for the main
      indirect buffer chunk, it adds an accessor for all reads from
      the chunk and caches a single page at a time for subsequent
      reads.
      
      changes since v1:
      Use a two page pool which should be the most common case
      a single packet spanning > PAGE_SIZE will be hit, but I'm
      having trouble seeing anywhere we currently generate anything like that.
      hopefully proper short page copying at end
      added parser_error flag to set deep errors instead of having to test
      every ib value fetch.
      fixed bug in patch that went to list.
      Signed-off-by: NDave Airlie <airlied@redhat.com>
      513bcb46
  15. 23 9月, 2009 1 次提交
  16. 21 9月, 2009 3 次提交
  17. 18 9月, 2009 1 次提交
  18. 16 9月, 2009 2 次提交