1. 16 Jun, 2010 1 commit
  2. 03 Jun, 2010 1 commit
  3. 25 May, 2010 2 commits
  4. 17 May, 2010 1 commit
  5. 29 Apr, 2010 2 commits
  6. 27 Apr, 2010 1 commit
  7. 08 Apr, 2010 1 commit
  8. 07 Apr, 2010 1 commit
  9. 17 Mar, 2010 1 commit
  10. 10 Mar, 2010 1 commit
  11. 05 Mar, 2010 1 commit
  12. 26 Feb, 2010 2 commits
  13. 24 Feb, 2010 1 commit
  14. 10 Feb, 2010 1 commit
  15. 28 Jan, 2010 1 commit
  16. 27 Jan, 2010 1 commit
  17. 17 Jan, 2010 6 commits
  18. 08 Jan, 2010 1 commit
  19. 06 Jan, 2010 2 commits
  20. 15 Dec, 2009 1 commit
  21. 09 Dec, 2009 1 commit
  22. 06 Nov, 2009 2 commits
  23. 30 Oct, 2009 2 commits
  24. 15 Oct, 2009 2 commits
    • Eilon Greenstein's avatar
      bnx2x: Allowing 0 as initial fairness value · 49e4e9da
      Eilon Greenstein authored
      
      
      Value of zero was used to disable the fairness mechanism. Though the code
      (driver and FW) allowed changing the value at run time, it did not allow to do
      that if the mechanism was disabled to begin with.
      Fixed the FW to allow turning on and off the mechanism at run time. Fixed the
      code to read the value from the chip at the right sequence.
      Without this fix, if the initial value was set to zero, traffic could not run on
      the interface.
      Signed-off-by: default avatarEilon Greenstein <eilong@broadcom.com>
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      49e4e9da
    • Eilon Greenstein's avatar
      bnx2x: Allowing 0 as initial fairness value · 1528f320
      Eilon Greenstein authored
      
      
      Value of zero was used to disable the fairness mechanism. Though the code
      (driver and FW) allowed changing the value at run time, it did not allow to do
      that if the mechanism was disabled to begin with.
      Fixed the FW to allow turning on and off the mechanism at run time. Fixed the
      code to read the value from the chip at the right sequence.
      Without this fix, if the initial value was set to zero, traffic could not run on
      the interface.
      Signed-off-by: default avatarEilon Greenstein <eilong@broadcom.com>
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      1528f320
  25. 13 Oct, 2009 1 commit
  26. 05 Oct, 2009 2 commits
  27. 21 Sep, 2009 1 commit
    • Linus Torvalds's avatar
      Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6 · c6f35cef
      Linus Torvalds authored
      * 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6: (133 commits)
        drm/vgaarb: add VGA arbitration support to the drm and kms.
        drm/radeon: some r420s have a CP race with the DMA engine.
        drm/radeon/r600/kms: rv670 is not DCE3
        drm/radeon/kms: r420 idle after programming GA_ENHANCE
        drm/radeon/kms: more fixes to rv770 suspend/resume path.
        drm/radeon/kms: more alignment for rv770.c with r600.c
        drm/radeon/kms: rv770 blit init called too late.
        drm/radeon/kms: move around new init path code to avoid posting at init
        drm/radeon/r600: fix some issues with suspend/resume.
        drm/radeon/kms: disable VGA rendering engine before taking over VRAM
        drm/radeon/kms: Move radeon_get_clock_info() call out of radeon_clocks_init().
        drm/radeon/kms: add initial connector properties
        drm/radeon/kms: Use surfaces for scanout / cursor byte swapping on big endian.
        drm/radeon/kms: don't fail if we fail to init GPU acceleration
        drm/r600/kms: fixup number of loops per blit calculation.
        drm/radeon/kms: reprogram format in set base.
        drm/radeon: avivo chips have no separate int bit for display
        drm/radeon/r600: don't do interrupts
        drm: fix _DRM_GEM addmap error message
        drm: update crtc x/y when only fb changes
        ...
      
      Fixed up trivial conflicts in firmware/Makefile due to network driver
      (cxgb3) and drm (mga/r128/radeon) firmware being listed next to each
      other.
      c6f35cef