Advertisement
Guest User

git log --grep system76

a guest
Nov 23rd, 2017
678
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.28 KB | None | 0 0
  1. commit 0208e951d55c435137543e12d7ee795c3784713a
  2. Author: Ben Pope <benpope81@gmail.com>
  3. Date: Tue Nov 17 18:21:07 2015 -0700
  4.  
  5. ethernet/atheros/alx: add Killer E2400 device ID
  6.  
  7. This patch adds the PCI device ID (0xe0a1) and alx_pci_tbl entry for the
  8. Killer E2400 Ethernet controller, modeled after the Killer E2200
  9. controller support (0xe091) already present in the alx driver.
  10.  
  11. This patch was originally authored by Ben Pope, but it got held up by
  12. issues in the commit message, so I'm resubmitting it on his behalf.
  13.  
  14. I've extensively used a kernel with this patch on a System76 serw9
  15. laptop and am quite confident it works well (at least on the hardware I
  16. have available for testing).
  17.  
  18. Note that as a favor to System76, Ubuntu has been carrying this as a
  19. sauce patch in their 4.2 based Wily kernel, which presumably has given
  20. it real-world testing on other E2400 equipped hardware (I don't know of
  21. any Ubuntu kernel bugs filed about it):
  22.  
  23. https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1498633
  24.  
  25. Signed-off-by: Jason Gerard DeRose <jason@system76.com>
  26. Signed-off-by: Ben Pope <benpope81@gmail.com>
  27. Signed-off-by: David S. Miller <davem@davemloft.net>
  28.  
  29. commit f47166d2b0001fcb752b40c5a2d4db986dfbea68
  30. Author: Chris Wilson <chris@chris-wilson.co.uk>
  31. Date: Thu Mar 22 15:00:50 2012 +0000
  32.  
  33. drm/i915: Sanitize BIOS debugging bits from PIPECONF
  34.  
  35. Quoting the BSpec from time immemorial:
  36.  
  37. PIPEACONF, bits 28:27: Frame Start Delay (Debug)
  38.  
  39. Used to delay the frame start signal that is sent to the display planes.
  40. Care must be taken to insure that there are enough lines during VBLANK
  41. to support this setting.
  42.  
  43. An instance of the BIOS leaving these bits set was found in the wild,
  44. where it caused our modesetting to go all squiffy and skewiff.
  45.  
  46. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=47271
  47. Reported-and-tested-by: Eva Wang <evawang@linpus.com>
  48. Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=43012
  49. Reported-and-tested-by: Carl Richell <carl@system76.com>
  50. Cc: stable@kernel.org
  51. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
  52. Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement