1. 1da2656 drm/nv50: report BAR access faults by Ben Skeggs · 15 years ago
  2. d96773e drm/nv50: move vm trap to nv50_fb.c by Ben Skeggs · 15 years ago
  3. e69b441 drm/nv50: demagic grctx, and add NVAF support by Marcin Kościelnicki · 15 years ago
  4. 2941482 drm/nouveau: protect ramht_find() from oopsing if on channel without ramht by Ben Skeggs · 15 years ago
  5. 185abec drm/nouveau: remove nouveau_gpuobj_late_takedown by Ben Skeggs · 15 years ago
  6. e05d7ea drm/nouveau: protect gpuobj list + global instmem heap with spinlock by Ben Skeggs · 15 years ago
  7. eb9bcbd drm/nouveau: fix gpuobj refcount to use atomics by Ben Skeggs · 15 years ago
  8. dac7900 drm/nouveau: add spinlock around ramht modifications by Ben Skeggs · 15 years ago
  9. e05c5a3 drm/nouveau: tidy ram{ht,fc,ro} a bit by Ben Skeggs · 15 years ago
  10. fbd2895 drm/nouveau: rework init ordering so nv50_instmem.c can be less bad by Ben Skeggs · 15 years ago
  11. 6c3d7ef drm/nv50: calculate vram reordering block size by Ben Skeggs · 15 years ago
  12. 5125bfd drm/nv50: allow gpuobjs that aren't mapped into aperture by Ben Skeggs · 15 years ago
  13. 43efc9c drm/nouveau: simplify fake gpu objects by Ben Skeggs · 15 years ago
  14. a8eaebc drm/nouveau: remove nouveau_gpuobj_ref completely, replace with sanity by Ben Skeggs · 15 years ago
  15. de3a6c0 drm/nouveau: rebase per-channel pramin heap offsets to 0 by Ben Skeggs · 15 years ago
  16. b3beb16 drm/nouveau: modify object accessors, offset in bytes rather than dwords by Ben Skeggs · 15 years ago
  17. 479dcae drm/nouveau: move ramht code out of nouveau_object.c, nothing to see here by Ben Skeggs · 15 years ago
  18. 2a7fdb2b drm/nouveau: have nv_mask return original register value by Ben Skeggs · 15 years ago
  19. 217275d drm/nv40: Try to set up CRE_LCD even if it has unknown bits set. by Francisco Jerez · 15 years ago
  20. 7314dec drm/nv17-nv4x: Fix analog load detection false positive on rare occasions. by Francisco Jerez · 15 years ago
  21. 9d59e8a drm/nouveau: require explicit unmap of kmapped bos by Ben Skeggs · 15 years ago
  22. e694438 drm/nouveau: remove second map of notifier bo by Ben Skeggs · 15 years ago
  23. b8a6a80 drm/nouveau: move check for no-op bo move before memcpy fallback by Ben Skeggs · 15 years ago
  24. f1ab0cc drm/nv50: add new accelerated bo move funtion by Ben Skeggs · 15 years ago
  25. 4295f18 drm/nv20: Use the nv30 CRTC bandwidth calculation code. by Francisco Jerez · 15 years ago
  26. 316f60a drm/nouveau: Fix suspend on some nv4x AGP cards. by Francisco Jerez · 15 years ago
  27. 4a445f2 Merge remote branch 'origin/master' of /home/airlied/kernel//linux-2.6 into drm-core-next by Dave Airlie · 15 years ago
  28. db8c076 Merge remote branch 'linus' into drm-intel-fixes by Chris Wilson · 15 years ago
  29. af62610 drm/i915: Hold a reference to the object whilst unbinding the eviction list by Chris Wilson · 15 years ago
  30. 41a5142 drm/i915,agp/intel: Add second set of PCI-IDs for B43 by Chris Wilson · 15 years ago
  31. e259bef drm/i915: Fix Sandybridge fence registers by Chris Wilson · 15 years ago
  32. 7907731 drm/i915/crt: Downgrade warnings for hotplug failures by Chris Wilson · 15 years ago
  33. fe725d4 drm/radeon/kms: only warn on mipmap size checks in r600 cs checker (v2) by Alex Deucher · 15 years ago
  34. f90087e drm/radeon/kms: force legacy pll algo for RV620 LVDS by Alex Deucher · 15 years ago
  35. b64c115 drm: fix race between driver loading and userspace open. by Dave Airlie · 15 years ago
  36. 930a9e2 drm: Use a nondestructive mode for output detect when polling (v2) by Chris Wilson · 15 years ago
  37. a41ceb1 drm/radeon/kms: fix the colorbuffer CS checker for r300-r500 by Marek Olšák · 15 years ago
  38. ec00efb drm/radeon/kms: increase lockup detection interval to 10 sec for r100-r500 by Marek Olšák · 15 years ago
  39. b741be8 drm/radeon/kms/evergreen: fix backend setup by Alex Deucher · 15 years ago
  40. 7b334fc drm: Use a nondestructive mode for output detect when polling by Chris Wilson · 15 years ago
  41. 2784904 drm/radeon: add some missing copyright headers by Alex Deucher · 15 years ago
  42. 356ad3c drm: Only decouple the old_fb from the crtc is we call mode_set* by Chris Wilson · 15 years ago
  43. e6db0da drm/radeon/kms: don't enable underscan with interlaced modes by Alex Deucher · 15 years ago
  44. aa74fbb drm/radeon/kms: add connector table for Mac x800 by Alex Deucher · 15 years ago
  45. ff32a59 drm/radeon/kms: fix regression in RMX code (v2) by Alex Deucher · 15 years ago
  46. 551402a drm: Fix regression in disable polling e58f637 by Chris Wilson · 15 years ago
  47. 9277bf4 Merge remote branch 'linus' into drm-intel-fixes by Chris Wilson · 15 years ago
  48. 8974935 drm/i915: Ensure that the crtcinfo is populated during mode_fixup() by Chris Wilson · 15 years ago
  49. 3e6dce7 Merge branch 'drm-intel-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/ickle/drm-intel by Linus Torvalds · 15 years ago
  50. dd8849c drm/i915: don't enable self-refresh on Ironlake by Jesse Barnes · 15 years ago
  51. 7839d95 drm/i915: Double check that the wait_request is not pending before warning by Chris Wilson · 15 years ago
  52. c3add4b Revert "drm/i915: Warn if we run out of FIFO space for a mode" by Chris Wilson · 15 years ago
  53. 12e8ba2 Revert "drm/i915: Allow LVDS on pipe A on gen4+" by Chris Wilson · 15 years ago
  54. 4eab8a5 Merge branch 'drm-intel-fixes' of git://anongit.freedesktop.org/~ickle/drm-intel by Linus Torvalds · 15 years ago
  55. bc41606 Revert "drm/i915: Enable RC6 on Ironlake." by Chris Wilson · 15 years ago
  56. 8554048 intel_agp,i915: Add more sandybridge graphics device ids by Zhenyu Wang · 15 years ago
  57. a69ffdb drm/i915: Enable MI_FLUSH on Sandybridge by Zhenyu Wang · 15 years ago
  58. f8f235e agp/intel: Fix cache control for Sandybridge by Zhenyu Wang · 15 years ago
  59. 032d2a0 drm/i915: Prevent double dpms on by Chris Wilson · 15 years ago
  60. 52be119 drm/i915: Avoid use of uninitialised values when disabling panel-fitter by Chris Wilson · 15 years ago
  61. 4e5359c drm/i915: Avoid pageflipping freeze when we miss the flip prepare interrupt by Simon Farnsworth · 15 years ago
  62. 8e647a2 drm/i915: Tightly scope intel_encoder to prevent invalid use by Chris Wilson · 15 years ago
  63. a25c25c drm/i915: Allocate the PCI resource for the MCHBAR by Chris Wilson · 15 years ago
  64. 4f7f7b7 drm/i915/dp: Really try 5 times before giving up. by Chris Wilson · 15 years ago
  65. b66d842 drm/i915/sdvo: Restore guess of the DDC bus in absence of VBIOS by Chris Wilson · 15 years ago
  66. 0ad6ef2 drm/i915/dp: Boost timeout for enabling transcoder to 100ms by Chris Wilson · 15 years ago
  67. 4e6cfef drm/i915: Re-use set_base_atomic to share setting of the display registers by Chris Wilson · 15 years ago
  68. 52e6863 drm/i915: Fix offset page-flips on i965+ by Chris Wilson · 15 years ago
  69. c96c3a8 drm/i915: Include a generation number in the device info by Chris Wilson · 15 years ago
  70. c877cdc i915: return -EFAULT if copy_to_user fails by Dan Carpenter · 15 years ago
  71. 9927a40 i915: return -EFAULT if copy_to_user fails by Dan Carpenter · 15 years ago
  72. 9f82d23 drm/i915: overlay on gen2 can't address above 1G by Daniel Vetter · 15 years ago
  73. 300387c drm/i915: Clear the vblank status bit before polling for the next vblank by Chris Wilson · 15 years ago
  74. 4f233ef i915: Fix spurious TV detection after 9d0498a2bf + 9559fcdbff by Pekka Enberg · 15 years ago
  75. c74696b i915: revert some checks added by commit 32aad86f by Pavel Roskin · 15 years ago
  76. 1dfd975 Revert "drm/i915: Unreference object not handle on creation" by Chris Wilson · 15 years ago
  77. e167976 drivers/gpu/drm/i915/intel_overlay.c needs seq_file.h by Andrew Morton · 15 years ago
  78. c7ef35a drm: Do not force 1024x768 modes on unknown connectors by Chris Wilson · 15 years ago
  79. e58f637 drm/kms: Add a module parameter to disable polling by Chris Wilson · 15 years ago
  80. 54bfe49 drm/radeon/kms: fix tv-out on avivo asics by Alex Deucher · 15 years ago
  81. 7e7b41d drm/radeon/kms/evergreen: fix gpu hangs in userspace accel code by Alex Deucher · 15 years ago
  82. 4645b94 Merge remote branch 'nouveau/for-airlied' of /ssd/git/drm-nouveau-next into drm-fixes by Dave Airlie · 15 years ago
  83. 615661f drm/nv50: initialize ramht_refs list for faked 0 channel by Marcin Slusarz · 15 years ago
  84. 374c3af drm/nouveau: Don't take struct_mutex around the pushbuf IOCTL. by Francisco Jerez · 15 years ago
  85. 3ba6462 drm/nouveau: Take fence spinlock before reading the last sequence. by Francisco Jerez · 15 years ago
  86. ea39302 drm/radeon/kms/evergreen: work around bad data in some i2c tables by Alex Deucher · 15 years ago
  87. 9534787 drm/radeon/kms: properly set crtc high base on r7xx by Alex Deucher · 15 years ago
  88. cf4c12f drm/radeon/kms: fix tv module parameter by Alex Deucher · 15 years ago
  89. 0d9958b drm/radeon/kms: force legacy pll algo for RV515 LVDS by Alex Deucher · 15 years ago
  90. 0b3b4fe drm/radeon/kms: remove useless clock code by Alex Deucher · 15 years ago
  91. 87cbf8f drm/radeon/kms: fix a regression on r7xx AGP due to the HDP flush fix by Alex Deucher · 15 years ago
  92. 8807286 drm/radeon/kms: use tracked values for sclk and mclk by Alex Deucher · 15 years ago
  93. cbc60ca drm: kill get_reg_ofs callback by Daniel Vetter · 15 years ago
  94. df8fcb0 drm: kill dev->timer by Daniel Vetter · 15 years ago
  95. 89c3726 drm: kill agp indirection mess by Daniel Vetter · 15 years ago
  96. 8f87919 drm: replace drawable ioctl by noops by Daniel Vetter · 15 years ago
  97. 4ac5ec4 drm: don't export dri1 locking functions by Daniel Vetter · 15 years ago
  98. 793a97e drm: kill drm_map_ofs callbacks by Daniel Vetter · 15 years ago
  99. 690bb51 drm: drop return value of drm_free_agp by Daniel Vetter · 15 years ago
  100. a2a273c drm: don't export drm_get_drawable_info by Daniel Vetter · 15 years ago