1. 26 11月, 2009 3 次提交
  2. 06 11月, 2009 10 次提交
  3. 24 10月, 2009 3 次提交
  4. 20 10月, 2009 2 次提交
  5. 16 10月, 2009 1 次提交
    • C
      drm/i915: Install a fence register for fbc on g4x · 0d9c7789
      Chris Wilson 提交于
      To enable framebuffer compression on a g4x, we not only need the buffer
      to tiled (X only), we also need to hold a fence register for the buffer.
      Currently we only install a fence register for pre-i965s when setting up
      the scanout buffer. Rather than adding some convoluted logic to
      g4x_enable_fbc() to acquire a fence register, and perhaps to
      g4x_disable_fbc() to release it again, we can extend the acquisition
      during setup to all chipsets.
      Signed-off-by: NChris Wilson <chris@chris-wilson.co.uk>
      Cc: Jesse Barnes <jbarnes@virtuousgeek.org>
      Signed-off-by: NEric Anholt <eric@anholt.net>
      0d9c7789
  6. 14 10月, 2009 3 次提交
  7. 06 10月, 2009 1 次提交
    • D
      drm/fb: add more correct 8/16/24/32 bpp fb support. · b8c00ac5
      Dave Airlie 提交于
      The previous patches had some unwanted side effects, I've fixed
      the lack of 32bpp working, and fixed up 16bpp so it should also work.
      
      this also adds the interface to allow the driver to set a preferred
      console depth so for example low memory rn50 can set it to 8bpp.
      It also catches 24bpp on cards that can't do it and forces 32bpp.
      
      Tested on r100/r600/i945.
      Signed-off-by: NDave Airlie <airlied@redhat.com>
      b8c00ac5
  8. 05 10月, 2009 1 次提交
  9. 29 9月, 2009 1 次提交
  10. 22 9月, 2009 2 次提交
  11. 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
  12. 18 9月, 2009 6 次提交
  13. 11 9月, 2009 3 次提交
  14. 07 9月, 2009 1 次提交
  15. 05 9月, 2009 2 次提交