1. 20 10月, 2009 1 次提交
  2. 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
  3. 14 10月, 2009 3 次提交
  4. 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
  5. 05 10月, 2009 1 次提交
  6. 29 9月, 2009 1 次提交
  7. 22 9月, 2009 2 次提交
  8. 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
  9. 18 9月, 2009 6 次提交
  10. 11 9月, 2009 3 次提交
  11. 07 9月, 2009 1 次提交
  12. 05 9月, 2009 6 次提交
  13. 03 9月, 2009 1 次提交
  14. 31 8月, 2009 1 次提交
    • D
      drm/kms: move driver specific fb common code to helper functions (v2) · 785b93ef
      Dave Airlie 提交于
      Initially I always meant this code to be shared, but things
      ran away from me before I got to it.
      
      This refactors the i915 and radeon kms fbdev interaction layers
      out into generic helpers + driver specific pieces.
      
      It moves all the panic/sysrq enhancements to the core file,
      and stores a linked list of kernel fbs. This could possibly be
      improved to only store the fb which has fbcon on it for panics
      etc.
      
      radeon retains some specific codes used for a big endian
      workaround.
      
      changes:
      fix oops in v1
      fix freeing path for crtc_info
      Reviewed-by: NJesse Barnes <jbarnes@virtuousgeek.org>
      Signed-off-by: NDave Airlie <airlied@redhat.com>
      785b93ef
  15. 25 8月, 2009 4 次提交
  16. 31 7月, 2009 1 次提交
  17. 30 7月, 2009 5 次提交
  18. 17 7月, 2009 1 次提交