1. 18 9月, 2009 1 次提交
    • J
      drm: fix drm_fb_helper handling of kernel crtcs · e87b2c42
      Jesse Barnes 提交于
      The drm_fb_helper shouldn't mess with CRTCs that aren't enabled or in
      its initial config. Ideally it shouldn't even include CRTCs in its
      initial config if they're not in use, but my old fix for that no longer
      works.  At any rate, this fixes a real bug I was seeing where after a
      console blank, both pipes would come back on, even though only one had
      been enabled before that.  Since the other pipe had a bogus config,
      this led to some screen corruption.
      Signed-off-by: NJesse Barnes <jbarnes@virtuousgeek.org>
      Signed-off-by: NDave Airlie <airlied@redhat.com>
      e87b2c42
  2. 16 9月, 2009 8 次提交
  3. 15 9月, 2009 2 次提交
    • D
      drm/radeon/kms: add 32/64 ioctl support. · 70ba2a37
      Dave Airlie 提交于
      Although the new radeon driver ioctls don't need this, some of
      the drm initialisation ioctls require it, so add this to make them
      work.
      Signed-off-by: NDave Airlie <airlied@redhat.com>
      70ba2a37
    • 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
  4. 14 9月, 2009 3 次提交
  5. 12 9月, 2009 3 次提交
  6. 11 9月, 2009 6 次提交
  7. 10 9月, 2009 6 次提交
  8. 09 9月, 2009 2 次提交
  9. 08 9月, 2009 9 次提交