1. 09 2月, 2010 4 次提交
  2. 05 2月, 2010 2 次提交
  3. 21 1月, 2010 1 次提交
  4. 14 1月, 2010 1 次提交
  5. 08 1月, 2010 3 次提交
  6. 23 12月, 2009 1 次提交
  7. 16 12月, 2009 2 次提交
  8. 10 12月, 2009 1 次提交
  9. 08 12月, 2009 3 次提交
  10. 02 12月, 2009 5 次提交
  11. 04 11月, 2009 1 次提交
  12. 26 10月, 2009 2 次提交
  13. 16 10月, 2009 1 次提交
  14. 12 10月, 2009 1 次提交
  15. 08 10月, 2009 1 次提交
  16. 05 10月, 2009 1 次提交
  17. 02 10月, 2009 3 次提交
  18. 26 9月, 2009 1 次提交
  19. 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
  20. 21 9月, 2009 1 次提交
    • D
      drm/vgaarb: add VGA arbitration support to the drm and kms. · 28d52043
      Dave Airlie 提交于
      VGA arb requires DRM support for non-kms drivers, to turn on/off
      irqs when disabling the mem/io regions.
      
      VGA arb requires KMS support for GPUs where we can turn off VGA
      decoding. Currently we know how to do this for intel and radeon
      kms drivers, which allows them to be removed from the arbiter.
      
      This patch comes from Fedora rawhide kernel.
      Signed-off-by: NDave Airlie <airlied@redhat.com>
      28d52043
  21. 18 9月, 2009 1 次提交
  22. 15 9月, 2009 1 次提交
    • J
      drm/radeon/kms: clear confusion in GART init/deinit path · 4aac0473
      Jerome Glisse 提交于
      GART static one time initialization was mixed up with GART
      enabling/disabling which could happen several time for instance
      during suspend/resume cycles. This patch splits all GART
      handling into 4 differents function. gart_init is for one
      time initialization, gart_deinit is called upon module unload
      to free resources allocated by gart_init, gart_enable enable
      the GART and is intented to be call after first initialization
      and at each resume cycle or reset cycle. Finaly gart_disable
      stop the GART and is intended to be call at suspend time or
      when unloading the module.
      Signed-off-by: NJerome Glisse <jglisse@redhat.com>
      Signed-off-by: NDave Airlie <airlied@redhat.com>
      4aac0473
  23. 14 9月, 2009 1 次提交
  24. 10 9月, 2009 1 次提交