1. 04 11月, 2009 2 次提交
    • A
      drm/radeon/kms: Don't RMW CP_RB_CNTL · d6f28938
      Alex Deucher 提交于
      Immediate readback seems faulty on some chips.  I
      suspect it takes a while to get through the fifo
      to the actual register backbone.  There's no need
      to read it back, so, just write the driver's copy
      of the register's value directly.
      
      Should fix bug 24535 and possibly 24218
      Signed-off-by: NAlex Deucher <alexdeucher@gmail.com>
      Signed-off-by: NDave Airlie <airlied@redhat.com>
      d6f28938
    • D
      drm/radeon/kms: fix coherency issues on AGP cards. · df67bed9
      Dave Airlie 提交于
      When we are evicting from VRAM->RAM we allocate the ttm object,
      but we don't set the caching policy on it before blitting into it.
      This means on AGP we end up blitting into cached pages, and
      the CPU later flushes out on top of them. This was mostly seen as
      font corruption.
      
      The other question is why we don't evict VRAM->GTT in a lot of cases,
      this would save us some cache transitions since a lot of objects
      that are evicted from VRAM will probably end up being pulled back in
      a few operations later, and evicting them to system memory involves
      2 unnecessary cache transitions.
      Signed-off-by: NDave Airlie <airlied@redhat.com>
      df67bed9
  2. 28 10月, 2009 7 次提交
  3. 26 10月, 2009 10 次提交
  4. 16 10月, 2009 7 次提交
  5. 15 10月, 2009 2 次提交
  6. 13 10月, 2009 1 次提交
  7. 12 10月, 2009 11 次提交