1. f899fc6 drm/i915: use GMBUS to manage i2c links by Chris Wilson · 14 years ago
  2. e642abb drm/i915: Adapt workqueue to new alloc_workqueue interface by Chris Wilson · 14 years ago
  3. 1996675 drm/i915: die, i915_probe_agp, die by Daniel Vetter · 14 years ago
  4. ac622a9 drm/i915: drop prealloc_start from i915_dma gtt init by Daniel Vetter · 14 years ago
  5. 0ade638 intel-gtt: introduce drm/intel-gtt.h by Daniel Vetter · 14 years ago
  6. 5d607f9 drm/i915: Remove redundant initialisation of fb_base by Chris Wilson · 14 years ago
  7. 995b676 drm/i915: Quieten sparse warnings for missing prototypes. by Chris Wilson · 14 years ago
  8. 015b9c8 drm/i915: Remove the random SyncFlush during initialisation by Chris Wilson · 14 years ago
  9. 44834a6 drm/i915: Use the VBT from OpRegion when available (v3) by Chris Wilson · 14 years ago
  10. 75ef9da drm/i915: unload: fix retire_work races by Daniel Vetter · 14 years ago
  11. c911fc1 drm/i915: unload: ensure that gem is idle by Daniel Vetter · 14 years ago
  12. 67e77c5 drm/i915: unload: fix unpin_work related races by Daniel Vetter · 14 years ago
  13. a8b4899 drm/i915: unload: don't leak error state by Daniel Vetter · 14 years ago
  14. 6c0d9350 drm/i915: unload: fix hotplug_work races by Daniel Vetter · 14 years ago
  15. bc0c7f1 drm/i915: unload: fix error_work races by Daniel Vetter · 14 years ago
  16. a25c25c drm/i915: Allocate the PCI resource for the MCHBAR by Chris Wilson · 14 years ago
  17. 9927a40 i915: return -EFAULT if copy_to_user fails by Dan Carpenter · 14 years ago
  18. 9f82d23 drm/i915: overlay on gen2 can't address above 1G by Daniel Vetter · 14 years ago
  19. ee00557 Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6 by Linus Torvalds · 14 years ago
  20. 1b2f148 drm: block userspace under allocating buffer and having drivers overwrite it (v2) by Dave Airlie · 14 years ago
  21. 1cafd34 drm/i915 invalidate indirect state pointers at end of ring exec by Zou Nan hai · 14 years ago
  22. d1d6ca7 drm/agp/i915: trim stolen space to 32M by Jesse Barnes · 14 years ago
  23. 2bd34f6 Merge remote branch 'origin/master' into drm-intel-next by Eric Anholt · 14 years ago
  24. b52eb4d drm/i915: Add frame buffer compression support on Ironlake mobile by Zhao Yakui · 14 years ago
  25. aebf0da drm/i915: don't free non-existent compressed llb on ILK+ by Jesse Barnes · 14 years ago
  26. db8cc27 Merge branch 'drm-platform' into drm-testing by Dave Airlie · 14 years ago
  27. 97e0214 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/anholt/drm-intel by Linus Torvalds · 14 years ago
  28. 132b6aa drm/i915: fix uninitialized variable warning in i915_setup_compression() by Prarit Bhargava · 14 years ago
  29. ee0c6bf drm/i915: take struct_mutex in i915_dma_cleanup() by Dan Carpenter · 14 years ago
  30. 1afe3e9 drm/i915: gen3 page flipping fixes by Jesse Barnes · 15 years ago
  31. 5a79395 drm: Propagate error from drm_fb_helper_init(). by Chris Wilson · 14 years ago
  32. 1067b6c Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6 by Linus Torvalds · 14 years ago
  33. e3a815f drm/i915: add HAS_BSD check to i915_getparam by Zou Nan hai · 14 years ago
  34. fbf8176 drm/kms: disable/enable poll around switcheroo on/off by Dave Airlie · 14 years ago
  35. dcdb167 drm: Add support for platform devices to register as DRM devices by Jordan Crouse · 14 years ago
  36. 01d73a6 drm: Remove drm_resource wrappers by Jordan Crouse · 14 years ago
  37. e20f9c6 drm/i915: Clean up leftover bits from hws move to ring structure. by Eric Anholt · 14 years ago
  38. 9553426 drm/i915: Add CxSR support on Pineview DDR3 by Li Peng · 14 years ago
  39. 7648fa9 drm/i915: add power monitoring support by Jesse Barnes · 14 years ago
  40. d1b851f drm/i915: implement BSD ring buffer V2 by Zou Nan hai · 14 years ago
  41. 852835f drm/i915: convert some gem structures to per-ring V2 by Zou Nan hai · 14 years ago
  42. 8187a2b drm/i915: introduce intel_ring_buffer structure (V2) by Zou Nan hai · 14 years ago
  43. d3301d8 drm/i915: Rename dev_priv->ring to dev_priv->render_ring. by Eric Anholt · 14 years ago
  44. 62fdfea drm/i915: Move ringbuffer-related code to intel_ringbuffer.c. by Eric Anholt · 14 years ago
  45. 79a78dd drm/i915: Fail to load driver if KMS request without GEM by Chris Wilson · 14 years ago
  46. 05ea893 Merge remote branch 'anholt/drm-intel-next' into drm-next by Dave Airlie · 14 years ago
  47. eb1f8e4 drm/fbdev: rework output polling to be back in the core. (v4) by Dave Airlie · 14 years ago
  48. 34dc4d4 Merge remote branch 'origin/master' into drm-intel-next by Eric Anholt · 14 years ago
  49. 3d8620c drm/i915: cleanup mode setting before unmapping registers by Jesse Barnes · 15 years ago
  50. ee5382a drm/i915: Make fbc control wrapper functions by Adam Jackson · 15 years ago
  51. 20bf377 drm/i915: cleanup FBC buffers at unload time by Jesse Barnes · 15 years ago
  52. 7fff400 Merge branch 'drm-fbdev-cleanup' into drm-core-next by Dave Airlie · 15 years ago
  53. 97921a5 Merge remote branch 'anholt/drm-intel-next' of /home/airlied/kernel/drm-next into drm-core-next by Dave Airlie · 15 years ago
  54. ea059a1 drm/i915: do not read uninitialized ->dev_private by Luca Tettamanti · 15 years ago
  55. 3bad078 drm/i915: Probe for PCH chipset type by Zhenyu Wang · 15 years ago
  56. 3865167 drm/fb: fix fbdev object model + cleanup properly. by Dave Airlie · 15 years ago
  57. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  58. f05dd2f drm/i915: Don't bother with the BKL for GEM ioctls. by Eric Anholt · 15 years ago
  59. 1c62233 Merge branch 'gpu-switcher' of /ssd/git//linux-2.6 into drm-next-stage by Dave Airlie · 15 years ago
  60. 6a9ee8a vga_switcheroo: initial implementation (v15) by Dave Airlie · 15 years ago
  61. 14bc490 drm/i915, agp/intel: Fix stolen memory size on Sandybridge by Zhenyu Wang · 15 years ago
  62. 2109953 drm/i915: Correct locking in the modesetting failure path, fixing a BUG_ON. by Eric Anholt · 15 years ago
  63. bad720f drm/i915: Add initial bits for VGA modesetting bringup on Sandybridge. by Eric Anholt · 15 years ago
  64. 9df3079 drm/i915: Record batch buffer following GPU error by Chris Wilson · 15 years ago
  65. b5e50c3 drm/i915: provide FBC status in debugfs by Jesse Barnes · 15 years ago
  66. c4804411 drm/i915: Keep MCHBAR always enabled by Zhenyu Wang · 15 years ago
  67. a40e8d3 drm/i915: Correctly return -ENOMEM on allocation failure in cmdbuf ioctls. by Owain Ainsworth · 15 years ago
  68. 9b974cc drm/i915: enable 36bit physical address for hardware status page by Zhenyu Wang · 15 years ago
  69. 2c1f189 Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6 by Linus Torvalds · 15 years ago
  70. e6be8d9 drm: remove address mask param for drm_pci_alloc() by Zhenyu Wang · 15 years ago
  71. 29bd0ae drm/i915: fix unused var by Andrew Morton · 15 years ago
  72. 76446ca drm/i915: execbuf2 support by Jesse Barnes · 15 years ago
  73. b01f2c3 drm/i915: only enable hotplug for detected outputs by Jesse Barnes · 15 years ago
  74. b295d1b drm/i915: Track whether cursor needs physical address in intel_device_info by Kristian Høgsberg · 15 years ago
  75. cfdf1fa drm/i915: Implement IS_* macros using static tables by Kristian Høgsberg · 15 years ago
  76. f2b115e drm/i915: Fix product names and #defines by Adam Jackson · 15 years ago
  77. e9560f7 drm/i915: add GETPARAM request for page flipping by Jesse Barnes · 15 years ago
  78. 6363ee6 drm/i915: parse child device from VBT by Zhao Yakui · 15 years ago
  79. 01c6688 drm/i915: Add ACPI OpRegion support for Ironlake by Zhao Yakui · 15 years ago
  80. aed5f1d drm/i915: Use a single thread workqueue by Chris Wilson · 15 years ago
  81. 44d98a6 drm/i915: Replace DRM_DEBUG with DRM_DEBUG_DRIVER by Zhao Yakui · 15 years ago
  82. 02e792f drm/i915: implement drmmode overlay support v4 by Daniel Vetter · 15 years ago
  83. 9216d44 drm/i915: disable FBC for Pineview, fixing a boot hang. by Shaohua Li · 15 years ago
  84. 9d34e5d drm/i915: Enable irq to trace batch buffer completion. by Chris Wilson · 15 years ago
  85. 94e0fb0 Merge branch 'drm-intel-next' of git://git.kernel.org/pub/scm/linux/kernel/git/anholt/drm-intel by Linus Torvalds · 15 years ago
  86. 1c5d22f drm/i915: Add tracepoints by Chris Wilson · 15 years ago
  87. 74dff28 drm/i915: framebuffer compression for GM45+ by Jesse Barnes · 15 years ago
  88. 28d5204 drm/vgaarb: add VGA arbitration support to the drm and kms. by Dave Airlie · 15 years ago
  89. 3ef94da drm/i915: Add ioctl to set 'purgeability' of objects by Chris Wilson · 15 years ago
  90. 11ed50e drm/i915: Implement GPU reset on i965 by Ben Gamari · 15 years ago
  91. f65d942 drm/i915: Add hangcheck timer by Ben Gamari · 15 years ago
  92. 6f465a89 drm/i915: fix typo in compressed buffer setup by Jesse Barnes · 15 years ago
  93. 8082400 drm/i915: framebuffer compression for pre-GM45 by Jesse Barnes · 15 years ago
  94. ec2a4c3 drm/i915: get the bridge device once. by Dave Airlie · 15 years ago
  95. 11670d3 Merge intel drm-intel-next branch by Dave Airlie · 15 years ago
  96. 0ef82af drm/i915: Pad ringbuffer with NOOPs before wrapping by Chris Wilson · 15 years ago
  97. 785b93e drm/kms: move driver specific fb common code to helper functions (v2) by Dave Airlie · 15 years ago
  98. 51c8b40 Merge Linus master to drm-next by Dave Airlie · 15 years ago
  99. 9c9fe1f drm/i915: Use our own workqueue to avoid wedging the system along with the GPU. by Eric Anholt · 15 years ago
  100. 8a4c47f drm: Remove the unused prefix in DRM_DEBUG_KMS/DRIVER/MODE by Zhao Yakui · 15 years ago