1. 5a5a0c6 drm/i915: implement fastpath for overlay flip waiting by Daniel Vetter · 15 years ago
  2. 240a2d1 drm/i915: fully switch off overlay when not in use by Daniel Vetter · 15 years ago
  3. 02e792f drm/i915: implement drmmode overlay support v4 by Daniel Vetter · 15 years ago
  4. f0f8a9c drm/i915: kill superflous IS_I855 macro by Daniel Vetter · 15 years ago
  5. 48764bf drm/i915: add i915_lp_ring_sync helper by Daniel Vetter · 15 years ago
  6. 97f5ab6 drm/i915: add render standby support by Jesse Barnes · 15 years ago
  7. d8a2d0e drm/i915: HDMI hardware workaround for Ironlake by Zhenyu Wang · 15 years ago
  8. 4bfe6b6 drm/i915: Fix and cleanup DPLL calculation for Ironlake by Zhenyu Wang · 15 years ago
  9. ba86bf8 drm/i915: Avoid potential sleep whilst holding spinlock by Chris Wilson · 15 years ago
  10. 91d3f9b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/anholt/drm-intel by Linus Torvalds · 15 years ago
  11. c9354c8 i915: fix intel graphics suspend breakage due to resume/lid event confusion by Linus Torvalds · 15 years ago
  12. 4204878 drm/i915: Ironlake suspend/resume support by Zhenyu Wang · 15 years ago
  13. fe798b9 drm/i915: kill warning in intel_find_pll_g4x_dp by Jesse Barnes · 15 years ago
  14. 629598d drm/i915: update watermarks before enabling PLLs by Jesse Barnes · 15 years ago
  15. 0e442c6 drm/i915: add FIFO watermark support for G4x by Jesse Barnes · 15 years ago
  16. d54e9d2 drm/i915: quiet DP i2c init by Zhenyu Wang · 15 years ago
  17. b1f60b7 drm/i915: fix panel fitting filter coefficient select for Ironlake by Zhenyu Wang · 15 years ago
  18. c038e51 drm/i915: fix to setup display reference clock control on Ironlake by Zhenyu Wang · 15 years ago
  19. 0d9c778 drm/i915: Install a fence register for fbc on g4x by Chris Wilson · 15 years ago
  20. 0eb96d6 drm/i915: save/restore BLC histogram control reg across suspend/resume by Jesse Barnes · 15 years ago
  21. 58a2747 drm/i915: Fix FDI M/N setting according with correct color depth by Zhenyu Wang · 15 years ago
  22. c03342f drm/i915: disable powersave feature for Ironlake currently by Zhenyu Wang · 15 years ago
  23. 181a533 drm/i915: Fix render reclock availability detection. by Andy Lutomirski · 15 years ago
  24. 06027f9 drm/i915: Save and restore the GM45 FBC regs on suspend and resume. by Jesse Barnes · 15 years ago
  25. a3e17eb drm/i915: Set the LVDS_BORDER when using LVDS scaling mode by Zhao Yakui · 15 years ago
  26. 9216d44 drm/i915: disable FBC for Pineview, fixing a boot hang. by Shaohua Li · 15 years ago
  27. 902ff18 Merge branch 'drm-intel-next' of git://git.kernel.org/pub/scm/linux/kernel/git/anholt/drm-intel by Linus Torvalds · 15 years ago
  28. c1176d6 Merge branch 'drm-next' of ../drm-next into drm-linus by Dave Airlie · 15 years ago
  29. b8c00ac drm/fb: add more correct 8/16/24/32 bpp fb support. by Dave Airlie · 15 years ago
  30. 068143d drm/fb: add setcmap and fix 8-bit support. by Dave Airlie · 15 years ago
  31. 8d91104 drm/i915: Initialize HDMI outputs as HDMI connectors, not DVI. by Adam Jackson · 15 years ago
  32. 0d0884c drm/i915: Multiply the refresh by 1000 in TV mode validatiion by Zhao Yakui · 15 years ago
  33. 8d23adf Merge commit 'ickle/for-anholt' into drm-intel-next by Eric Anholt · 15 years ago
  34. e15daf6 Merge branch 'drm-next' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6 by Linus Torvalds · 15 years ago
  35. 9d34e5d drm/i915: Enable irq to trace batch buffer completion. by Chris Wilson · 15 years ago
  36. 8f0dc5b drm/i915: batch submit seqno off-by-one. by Chris Wilson · 15 years ago
  37. 4f49be5 drm/i915: Record device minor rather than pointer in TRACE_EVENT by Chris Wilson · 15 years ago
  38. 4781f20 drm/i915: Don't call intel_update_fbc from intel_crtc_cursor_set by Brian Rogers · 15 years ago
  39. d50ba25 drm/kms: start adding command line interface using fb. by Dave Airlie · 15 years ago
  40. 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
  41. c715089 drm/i915: Handle ERESTARTSYS during page fault by Chris Wilson · 15 years ago
  42. ab18282 drm/i915: Warn before mmaping a purgeable buffer. by Chris Wilson · 15 years ago
  43. bb6baf7 drm/i915: Track purged state. by Chris Wilson · 15 years ago
  44. 9731129 drm/i915: Remove eviction debug spam by Chris Wilson · 15 years ago
  45. 2d7ef39 drm/i915: Immediately discard any backing storage for uneeded objects by Chris Wilson · 15 years ago
  46. 963b483 drm/i915: Do not mis-classify clean objects as purgeable by Chris Wilson · 15 years ago
  47. 13a05fd drm/i915: Whitespace correction for madv by Chris Wilson · 15 years ago
  48. a32808c drm/i915: BUG_ON page refleak during unbind by Chris Wilson · 15 years ago
  49. 9a1e258 drm/i915: Search harder for a reusable object by Chris Wilson · 15 years ago
  50. ab5ee57 drm/i915: Clean up evict from list. by Chris Wilson · 15 years ago
  51. 1c5d22f drm/i915: Add tracepoints by Chris Wilson · 15 years ago
  52. 342ff1a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 15 years ago
  53. 74dff28 drm/i915: framebuffer compression for GM45+ by Jesse Barnes · 15 years ago
  54. e70236a drm/i915: split display functions by chip type by Jesse Barnes · 15 years ago
  55. 44040f1 Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6 by Linus Torvalds · 15 years ago
  56. a419aef trivial: remove unnecessary semicolons by Joe Perches · 15 years ago
  57. 28d5204 drm/vgaarb: add VGA arbitration support to the drm and kms. by Dave Airlie · 15 years ago
  58. 8542a0b drm/i915: Skip the sanity checks if the current relocation is valid by Chris Wilson · 15 years ago
  59. cd0b9fb drm/i915: Check that the relocation points to within the target by Chris Wilson · 15 years ago
  60. edb8195 drm/i915: correct FBC update when pipe base update occurs by Jesse Barnes · 15 years ago
  61. 7121413 drm/i915: blacklist Acer AspireOne lid status by Jesse Barnes · 15 years ago
  62. d660467 drm/i915: prevent FIFO calculation overflows on 32 bits with high dotclocks by Jesse Barnes · 15 years ago
  63. decbbcd drm/i915: intel_display.c handle latency variable efficiently by Jaswinder Singh Rajput · 15 years ago
  64. b7e53ab drm/i915: remove restore in resume by Zhenyu Wang · 15 years ago
  65. 07f73f6 drm/i915: Improve behaviour under memory pressure by Chris Wilson · 15 years ago
  66. 3ef94da drm/i915: Add ioctl to set 'purgeability' of objects by Chris Wilson · 15 years ago
  67. 3116971 drm/i915: Register a shrinker to free inactive lists under memory pressure by Chris Wilson · 15 years ago
  68. 725ceaa drm/i915: Include buffer size and dirty state in debugfs lists by Chris Wilson · 15 years ago
  69. e67b8ce drm/i915: Remove stored gtt_alignment by Chris Wilson · 15 years ago
  70. 4960aac drm/i915: Add buffer to inactive list immediately during fault by Chris Wilson · 15 years ago
  71. c1a1cdc drm/i915: fix startup hang on some non-mobile platforms by Jesse Barnes · 15 years ago
  72. 06891e2 drm/i915: fix suspend/resume breakage in lid notifier by Jesse Barnes · 15 years ago
  73. ba1234d drm/i915: Make dev_priv->mm.wedged an atomic_t by Ben Gamari · 15 years ago
  74. f316a42 drm/i915: Hookup chip reset in error handler by Ben Gamari · 15 years ago
  75. 11ed50e drm/i915: Implement GPU reset on i965 by Ben Gamari · 15 years ago
  76. f65d942 drm/i915: Add hangcheck timer by Ben Gamari · 15 years ago
  77. 22be172 drm/i915: make i915_seqno_passed non-static by Ben Gamari · 15 years ago
  78. 1341d65 drm/i915: Refactor save/restore code by Ben Gamari · 15 years ago
  79. ffed1d0 drm/i915: Check whether chip is wedged in i915_wait_request() by Ben Gamari · 15 years ago
  80. 078a033 drm/i915: fix opregion backlight chip detect and range by Li Peng · 15 years ago
  81. 8dd81a3 drm/i915: Fix LVDS panel fitting on Arrandale by Zhenyu Wang · 15 years ago
  82. 730915d drm/i915: Remove DAC disable in CRT force detect on IGDNG by Zhenyu Wang · 15 years ago
  83. 339e5a4 drm/i915: Fix SSC frequence for IGDNG by Zhenyu Wang · 15 years ago
  84. b09aea7 drm/i915: Fix typo for wrong LVDS clock setting on IGDNG by Zhenyu Wang · 15 years ago
  85. 6f465a89 drm/i915: fix typo in compressed buffer setup by Jesse Barnes · 15 years ago
  86. 7e61615 drm/i915: Only destroy a constructed mmap offset by Chris Wilson · 15 years ago
  87. e517a5e agp/intel: Fix the pre-9xx chipset flush. by Eric Anholt · 15 years ago
  88. 8082400 drm/i915: framebuffer compression for pre-GM45 by Jesse Barnes · 15 years ago
  89. 0632419 drm/i915: generate a KMS uevent at lid open/close time by Jesse Barnes · 15 years ago
  90. b42d4c5 drm/i915: use ACPI LID status for LVDS ->detect hook by Jesse Barnes · 15 years ago
  91. c1c7af6 drm/i915: force mode set at lid open time by Jesse Barnes · 15 years ago
  92. af729a2 Add G33 series in VGA hotplug support category by Li Peng · 15 years ago
  93. bb66c51 drm/i915: Write zero to DPLL_MD Reg for non-SDVO output by Zhao Yakui · 15 years ago
  94. e270846 drm/i915: Add the missing clone_mask for SDVO-VGA(RGB1) by Zhao Yakui · 15 years ago
  95. d0cbde9 drm/i915: Add the brightness property for SDVO-LVDS by Zhao Yakui · 15 years ago
  96. b9219c5 drm/i915: Add the enhancement property for SDVO-TV by Zhao Yakui · 15 years ago
  97. 5323fd0 drm/i915: Zap mmaps of objects before unbinding them from the GTT. by Eric Anholt · 15 years ago
  98. 7839c5d drm/i915: add B43 chipset support by Fabian Henze · 15 years ago
  99. e6890f6 i915: disable interrupts before tearing down GEM state by Linus Torvalds · 15 years ago
  100. 7c8460d drm/i915: fix mask bits setting by Zhenyu Wang · 15 years ago