1. 93bb70e Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into drm-next by Dave Airlie · 12 years ago
  2. 6f314eb gma500: Fix frequency detection by Alan Cox · 13 years ago
  3. f64c48f gma500: remove references to drm_display_info raw_edid field by Jani Nikula · 12 years ago
  4. ce5fdd6 gma500: fix incorrect declaration. by Dave Airlie · 12 years ago
  5. 78b9c35 drm: Add misssing static storage class specifier in drm_fb_helper.c file by Sachin Kamat · 12 years ago
  6. ea7f7ab drm: Add missing static storage class specifier in drm_irq.c file by Sachin Kamat · 12 years ago
  7. 0227a7f drm/i2c/ch7006: Convert to dev_pm_ops by Mark Brown · 12 years ago
  8. df0b344 drm/usb: select USB_SUPPORT in Kconfig by Sachin Kamat · 12 years ago
  9. 3228503 gma500: remove an unreachable return statement by Jani Nikula · 12 years ago
  10. f835bc0 gma500: psb_intel_crtc: Drop crtc_enable flag. by Forest Bond · 12 years ago
  11. 28bbda3 gma500: Fix comment mispelling in cdv_intel_limits definition. by Forest Bond · 12 years ago
  12. 04cf55e drm: Handle io prot correctly for MIPS. by Huacai Chen · 12 years ago
  13. 451023d drm: remove the raw_edid field from struct drm_display_info by Jani Nikula · 12 years ago
  14. 993dcb0 drm/ast: fix EDID memory leak by Jani Nikula · 12 years ago
  15. bcd7235 drm/i915: fix EDID memory leak in SDVO by Jani Nikula · 12 years ago
  16. 7d406b1 drm/mgag200: remove unused validate_sequence by Maarten Lankhorst · 12 years ago
  17. 5d77f13 drm/cirrus: Remove unused validate_sequence by Maarten Lankhorst · 12 years ago
  18. a8e2fad drm/ast: remove unused validate_sequence by Maarten Lankhorst · 12 years ago
  19. f76c0dd gma500/cdv: Fix call to cdv_intel_dp_set_m_n by Alan Cox · 12 years ago
  20. 4d46259 drm: gma500: Kill the GEM glue layer by Laurent Pinchart · 13 years ago
  21. 9a9f578 gma500: Disable the clock gating of display controller to make DP/eDP work well by Zhao Yakui · 12 years ago
  22. d112a81 gma500/cdv: Add eDP support by Zhao Yakui · 12 years ago
  23. 3565971 gma500/cdv: enable the DisplayPort support by Alan Cox · 12 years ago
  24. 37e7b18 gma500/cdv: sync up and add the displayport code to the build by Alan Cox · 12 years ago
  25. 220801b gma500/cdv: add the bits that don't need the new code by Alan Cox · 12 years ago
  26. 8695b61 gma500: Add the support of display port on CDV by Alan Cox · 12 years ago
  27. d667609 gma500: Program the DPLL lane based on the selected digitial port by Zhao Yakui · 12 years ago
  28. 25e9dc6 gma500: Fix incorrect SR issue when disabling CRTC already in disabled state by Zhao Yakui · 12 years ago
  29. 4ff63e4 Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 12 years ago
  30. 27fc4f1 drm: Add missing static storage class specifiers in drm_proc.c file by Sachin Kamat · 12 years ago
  31. d5c2c20 drm/udl: dpms off the crtc when disabled. by Dave Airlie · 12 years ago
  32. 04ccfe7 drm: Remove two unused fields from struct drm_display_mode by Damien Lespiau · 12 years ago
  33. f5869a8 drm: stop vmgfx driver explosion by Alan Cox · 12 years ago
  34. 85119c1 Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-intel into drm-fixes by Dave Airlie · 12 years ago
  35. 5317670 drm/radeon/ss: use num_crtc rather than hardcoded 6 by Alex Deucher · 12 years ago
  36. 676bc2e Revert "drm/radeon: fix bo creation retry path" by Alex Deucher · 12 years ago
  37. 10c63c9 Merge tag 'usb-3.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 12 years ago
  38. 8f057d7 gpu/mfd/usb: Fix USB randconfig problems by Guenter Roeck · 12 years ago
  39. 1ee9ae3 drm/i915: use hsw rps tuning values everywhere on gen6+ by Daniel Vetter · 12 years ago
  40. c61e277 drm/radeon: split ATRM support out from the ATPX handler (v3) by Alex Deucher · 12 years ago
  41. 7c3906d drm/radeon: convert radeon vfct code to use acpi_get_table_with_size by Alex Deucher · 12 years ago
  42. 268ba0a drm/radeon: implement ACPI VFCT vbios fetch (v3) by David Lamparter · 12 years ago
  43. 52e9b39 drm/radeon/kms: extend the Fujitsu D3003-S2 board connector quirk to cover later silicon stepping by Tvrtko Ursulin · 12 years ago
  44. fcdeefe drm/radeon: fix checking of MSAA renderbuffers on r600-r700 by Marek Olšák · 12 years ago
  45. c116cc9 drm/radeon: allow CMASK and FMASK in the CS checker on r600-r700 by Marek Olšák · 12 years ago
  46. 48c0ac9 drm/radeon: init lockup timeout on ring init by Christian König · 12 years ago
  47. 5efcc76 drm/radeon: avoid turning off spread spectrum for used pll by Jerome Glisse · 12 years ago
  48. e99eac5 vga_switcheroo: Don't require handler init callback by Seth Forshee · 12 years ago
  49. 36704c0 vga_switcheroo: Remove assumptions about registration/unregistration ordering by Seth Forshee · 12 years ago
  50. f1a2f5b drm/i915: fall back to bit-banging if GMBUS fails in CRT EDID reads by Jani Nikula · 12 years ago
  51. 4eab813 drm/i915: extract connector update from intel_ddc_get_modes() for reuse by Jani Nikula · 12 years ago
  52. a843af1 drm/i915: fix hsw uncached pte by Daniel Vetter · 12 years ago
  53. b6c7488 drm/i915/contexts: fix list corruption by Ben Widawsky · 12 years ago
  54. 38ab8a2 drm/i915: fix EDID memory leak in SDVO by Jani Nikula · 12 years ago
  55. a22ddff Merge tag 'v3.6-rc2' into drm-intel-next by Daniel Vetter · 12 years ago
  56. 2e26c73 Merge branch 'drm-nouveau-fixes' of git://git.freedesktop.org/git/nouveau/linux-2.6 into drm-fixes by Dave Airlie · 12 years ago
  57. a389b6a Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-intel into drm-fixes by Dave Airlie · 12 years ago
  58. 7d54a90 drm/i915: Apply post-sync write for pipe control invalidates by Chris Wilson · 12 years ago
  59. 35a3855 drm/i915: reorder edp disabling to fix ivb MacBook Air by Daniel Vetter · 12 years ago
  60. 2064db7 drm/nv86/fifo: suspend fix by Maxim Levitsky · 12 years ago
  61. fe0aac1 drm/nouveau: disable copy engine on NVAF by Henrik Rydberg · 12 years ago
  62. 44b9f44e nouveau: fixup scanout enable in nvc0_pm by Maarten Lankhorst · 12 years ago
  63. 3d7a1da drm/nouveau/aux: mask off higher bits of auxch index in i2c table entry by Ben Skeggs · 12 years ago
  64. af5e7d8 drm/nvd0/disp: mask off high 16 bit of negative cursor x-coordinate by Christoph Bumiller · 12 years ago
  65. cee2516 drm/i915: ensure i2c adapter is all set before adding it by Jani Nikula · 12 years ago
  66. f59abbf drm/radeon: fix typo in function header comment by Dmitrii Cherkasov · 12 years ago
  67. 6759a0a drm/radeon/kms: implement timestamp userspace query (v2) by Marek Olšák · 12 years ago
  68. b51ad12 drm/radeon/kms: add MSAA texture support for r600-evergreen by Marek Olšák · 12 years ago
  69. f00245f drm/radeon/kms: reorder code in r600_check_texture_resource by Marek Olšák · 12 years ago
  70. e43b5ec drm/radeon: fence virtual address and free it once idle v4 by Jerome Glisse · 12 years ago
  71. 69b62ad drm/radeon: fix some missing parens in asic macros by Alex Deucher · 12 years ago
  72. ecd6795 drm/radeon: fix ordering in pll picking on dce4+ by Alex Deucher · 12 years ago
  73. 81ee8fb drm/radeon: do not reenable crtc after moving vram start address by Jerome Glisse · 12 years ago
  74. 5b23c90 drm/radeon: fix bank tiling parameters on cayman by Alex Deucher · 12 years ago
  75. c8d15ed drm/radeon: fix bank tiling parameters on evergreen by Alex Deucher · 12 years ago
  76. dca571a drm/radeon: fix bank tiling parameters on SI by Christian König · 12 years ago
  77. 6c0ae2a drm/radeon: properly handle crtc powergating by Alex Deucher · 12 years ago
  78. 3838f46 drm/radeon: properly handle SS overrides on TN (v2) by Alex Deucher · 13 years ago
  79. f4254a2 drm/radeon/dce4+: set a more reasonable cursor watermark by Alex Deucher · 13 years ago
  80. 3d61bd4 drm/radeon: fix handling for ddc type 5 on combios by Alex Deucher · 13 years ago
  81. 20d5a54 drm/i915: don't grab dev->struct_mutex for userspace forcewak by Daniel Vetter · 12 years ago
  82. 4344b81 drm/i915: ignore eDP bpc settings from vbt by Daniel Vetter · 12 years ago
  83. 770c123 drm/i915: Fix blank panel at reopening lid by Takashi Iwai · 12 years ago
  84. 126e9be drm/i915: try harder to find WR PLL clock settings by Paulo Zanoni · 12 years ago
  85. 228d3e3 drm/i915: use the correct encoder type when comparing by Paulo Zanoni · 12 years ago
  86. 9830605 drm/mgag200: fix G200ER pll picking algorithm by Dave Airlie · 12 years ago
  87. f7b83b9 drm/edid: Fix potential memory leak in edid_load() by Alexey Khoroshilov · 12 years ago
  88. b2eadbc drm/i915: Lazily apply the SNB+ seqno w/a by Chris Wilson · 12 years ago
  89. 456470e drm/i915: enable rc6 on ilk again by Daniel Vetter · 12 years ago
  90. 9270388 drm/i915: fix up ilk drps/ips locking by Daniel Vetter · 12 years ago
  91. 73edd18f drm/i915: DE_PCU_EVENT irq is ilk-only by Daniel Vetter · 12 years ago
  92. 35eb732 drm/i915: kill dev_priv->mchdev_lock by Daniel Vetter · 12 years ago
  93. c6a828d drm/i915: move all rps state into dev_priv->rps by Daniel Vetter · 12 years ago
  94. 22bcfc6 drm/i915: use mutex_lock_interruptible for debugfs files by Daniel Vetter · 12 years ago
  95. 004777c drm/i915: fixup up debugfs rps state handling by Daniel Vetter · 12 years ago
  96. 02d7195 drm/i915: properly guard ilk ips state by Daniel Vetter · 12 years ago
  97. 745ca3b drm/i915: add parentheses around PIXCLK_GATE definitions by Paulo Zanoni · 12 years ago
  98. 5e49cea drm/i915: reindent Haswell register definitions by Paulo Zanoni · 12 years ago
  99. 602c43d drm/i915: completely reset the value of DDI_FUNC_CTL by Paulo Zanoni · 12 years ago
  100. dfcef25 drm/i915: correctly set the DDI_FUNC_CTL bpc field by Paulo Zanoni · 12 years ago