1. 13 1月, 2010 1 次提交
  2. 08 1月, 2010 4 次提交
  3. 16 12月, 2009 2 次提交
  4. 10 12月, 2009 1 次提交
  5. 08 12月, 2009 3 次提交
  6. 04 12月, 2009 1 次提交
  7. 02 12月, 2009 5 次提交
  8. 06 11月, 2009 2 次提交
  9. 04 11月, 2009 2 次提交
  10. 26 10月, 2009 1 次提交
  11. 16 10月, 2009 1 次提交
  12. 08 10月, 2009 2 次提交
  13. 02 10月, 2009 5 次提交
  14. 29 9月, 2009 1 次提交
  15. 26 9月, 2009 1 次提交
  16. 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
  17. 18 9月, 2009 5 次提交
  18. 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
  19. 14 9月, 2009 1 次提交