1. 3b02ab8 drm: Miscellaneous typo fixes and documentation updates by Laurent Pinchart · 12 years ago
  2. 4a1b071 drm: Don't initialize local ret variable when not needed by Laurent Pinchart · 12 years ago
  3. 7eb3b2c drm: Delete the vblank timer synchronously at cleanup time by Laurent Pinchart · 12 years ago
  4. af437cf drm/backlight: initialize struct backlight_properties properly by Corentin Chary · 12 years ago
  5. 6225ee0 drm/nouveau/dp: Probe branch/sink OUIs (v2) by Adam Jackson · 12 years ago
  6. 40c5d87 drm/radeon/dp: Probe branch/sink OUIs by Adam Jackson · 12 years ago
  7. 0d19832 drm/i915/dp: Probe branch/sink OUIs by Adam Jackson · 12 years ago
  8. de44d97 drm/dp: Add DPCD defines for register 0x007 by Adam Jackson · 12 years ago
  9. 86c3c3b drm/dp: Add DPCD OUI register defines by Adam Jackson · 12 years ago
  10. 7beff62 gma500: Fix Poulsbo suspend/resume crash on devices with SDVO ports by Alan Cox · 12 years ago
  11. bc79482 gma500: handle poulsbo cursor restriction by Patrik Jakobsson · 12 years ago
  12. ac0a5dd gma500: Prevent endless loop in panel power up sequence by Alan Cox · 12 years ago
  13. 3299de9 drm/radeon/hdmi: compile audio status in 1 function by Rafał Miłecki · 12 years ago
  14. c284815 nouveau: nouveau_set_bo_placement takes TTM flags by Dave Airlie · 12 years ago
  15. f15b4ca Merge tag 'drm-intel-next-2012-05-20' of git://people.freedesktop.org/~danvet/drm-intel into drm-core-next by Dave Airlie · 12 years ago
  16. 98b6bd9 drm/i915: IBX has a fixed pch pll to pch pipe mapping by Daniel Vetter · 12 years ago
  17. 2da8af5 drm/i915: implement hsw_write_infoframe by Paulo Zanoni · 12 years ago
  18. ed517fb drm/i915: small hdmi coding style cleanups by Paulo Zanoni · 12 years ago
  19. 81014b9 drm/i915: fixup infoframe support for sdvo by Daniel Vetter · 12 years ago
  20. 64172cc drm/kms: fix Kconfig for new drivers. by Dave Airlie · 12 years ago
  21. 6f13b7b drm/i915: Enable the PCH PLL for all generations after link training by Chris Wilson · 12 years ago
  22. 48da64a drm/i915: Convert BUG_ON(!pll->active) and friends to a WARN by Chris Wilson · 12 years ago
  23. a9dcf84 drm/i915: don't clobber the pipe param in sanitize_modesetting by Daniel Vetter · 12 years ago
  24. 83ee9e6 drm/i915: disable gmbus on i830 by Daniel Vetter · 12 years ago
  25. edc912f drm/i915: Replace the feature tests for BLT/BSD with ring init checks by Chris Wilson · 12 years ago
  26. a15817c drm/i915: Check whether the ring is initialised prior to dispatch by Chris Wilson · 12 years ago
  27. b451951 drm/i915: Introduce for_each_ring() macro by Chris Wilson · 12 years ago
  28. e7e164d drm/i915: Assert that the transcoder is indeed off before modifying it by Chris Wilson · 12 years ago
  29. c14f528 drm/i915: hook Haswell devices in place by Eugeni Dodonov · 12 years ago
  30. 72662e1 drm/i915: prepare HDMI link for Haswell by Eugeni Dodonov · 12 years ago
  31. f5bbfca drm/i915: move HDMI structs to shared location by Eugeni Dodonov · 12 years ago
  32. 12a13a3 drm/i915: add WR PLL programming table by Eugeni Dodonov · 12 years ago
  33. 7ceae0a drm/i915: add support for DDI-controlled digital outputs by Eugeni Dodonov · 12 years ago
  34. 0e72a5b drm/i915: detect digital outputs on Haswell by Eugeni Dodonov · 12 years ago
  35. e615efe drm/i915: program iCLKIP on Lynx Point by Eugeni Dodonov · 12 years ago
  36. 1f8eeab drm/i915: program WM_LINETIME on Haswell by Eugeni Dodonov · 12 years ago
  37. 6b8a5ee drm/i915: define Haswell watermarks and clock gating by Eugeni Dodonov · 12 years ago
  38. 4abb3c8 drm/i915: use ironlake eld write routine for Haswell by Eugeni Dodonov · 12 years ago
  39. c82e4d2 drm/i915: support DDI training in FDI mode by Eugeni Dodonov · 12 years ago
  40. 45244b8 drm/i915: initialize DDI buffer translations by Eugeni Dodonov · 12 years ago
  41. 59c859d drm/i915: account for only one PCH receiver on Haswell by Eugeni Dodonov · 12 years ago
  42. bf507ef drm/i915: handle DDI-related assertions by Eugeni Dodonov · 12 years ago
  43. 9d82aa1 drm/i915: add LPT PCH checks by Eugeni Dodonov · 12 years ago
  44. d0d3e51 drm/i915: enable power wells on Haswell init by Eugeni Dodonov · 12 years ago
  45. 6ee8bab drm/i915: detect PCH encoders on Haswell by Eugeni Dodonov · 12 years ago
  46. f57e1e3 drm/i915: do not use fdi_normal_train on Haswell by Eugeni Dodonov · 12 years ago
  47. 6e4c167 drm/i915: show unknown sdvox registers on hdmi init by Eugeni Dodonov · 12 years ago
  48. 5826eca drm/i915: properly check for pipe count by Eugeni Dodonov · 12 years ago
  49. 461bc9b drm/i915: calculate watermarks for devices that have 3 pipes by Eugeni Dodonov · 12 years ago
  50. a416ede drm/i915: add support for SBI ops by Eugeni Dodonov · 12 years ago
  51. 7d4e146 drm/i915: reuse Ivy Bridge interrupts code for Haswell by Eugeni Dodonov · 12 years ago
  52. 8c5f5f7 drm/i915: add new Haswell DIP controls registers by Eugeni Dodonov · 12 years ago
  53. 1833b13 drm/i915: gen6_enable_rps() wants to be called after ring initialisation by Chris Wilson · 12 years ago
  54. 4688a69d drm/cirrus/ast/mgag200: fix build without CONFIG_VGA_CONSOLE by Dave Airlie · 12 years ago
  55. 4271a40 drm/prime: expose capability flags for userspace. by Dave Airlie · 12 years ago
  56. cfcbd6d drm/radeon/hdmi: use new AFMT structs by Rafał Miłecki · 12 years ago
  57. 0783986 drm/radeon/hdmi: store info about all AFMT blocks by Alex Deucher · 12 years ago
  58. 1b9c3dd drm/radeon: make use of radeon_gem_init() consistent by Alex Deucher · 12 years ago
  59. c1d2dbd drm/radeon: eliminate redundant connector_names table by Ilija Hadzic · 12 years ago
  60. 6f78930 drm/radeon: Also reset BCI on SI GPU reset. by Michel Dänzer · 12 years ago
  61. 455c89b drm/radeon: don't mess with hot plug detect for eDP or LVDS connector v2 by Jerome Glisse · 12 years ago
  62. 10f5ab0 drm: checking the wrong variable in savage_do_init_bci() by Dan Carpenter · 12 years ago
  63. 0333592 gma500: fix build warning by Dave Airlie · 12 years ago
  64. fcf9220 gma500: silence an unused variable warning by Dan Carpenter · 12 years ago
  65. ce06791 drm/radeon: check kmalloc() for failures by Dan Carpenter · 12 years ago
  66. bffd9de0 drm: add CRTC properties by Paulo Zanoni · 12 years ago
  67. 7f88a9b drm: add 'count' to struct drm_object_properties by Paulo Zanoni · 12 years ago
  68. 0057d8d drm: make the connector properties code use the object properties code by Paulo Zanoni · 12 years ago
  69. c543188 drm: add generic ioctls to get/set properties on any object by Paulo Zanoni · 12 years ago
  70. 7e3bdf4 drm: create struct drm_object_properties and use it by Paulo Zanoni · 12 years ago
  71. afea2ad drm: WARN() when drm_connector_attach_property fails by Paulo Zanoni · 12 years ago
  72. 26a3481 drm: add drm_property_change_is_valid by Paulo Zanoni · 12 years ago
  73. 4ab2c7f gma500: unload fixes by Alan Cox · 12 years ago
  74. 6607e02 gma500: Fix crash on D2700MUD and various other boards by Alan Cox · 12 years ago
  75. f9aa76a drm/kms: driver for virtual cirrus under qemu by Dave Airlie · 12 years ago
  76. 414c453 mgag200: initial g200se driver (v2) by Dave Airlie · 12 years ago
  77. 312fec1 drm: Initial KMS driver for AST (ASpeed Technologies) 2000 series (v2) by Dave Airlie · 12 years ago
  78. db2e034 x86/vga: fix build with efi disabled. by Dave Airlie · 12 years ago
  79. 6cf20be x86/vga: set the default device from the fixup. by Dave Airlie · 12 years ago
  80. f3b7e17 Merge branch 'topic/vga-switcheroo' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound into drm-core-next by Dave Airlie · 12 years ago
  81. a366e39 drm/radeon/hdmi: fix some coding style by Rafał Miłecki · 12 years ago
  82. 1c3439f drm/radeon/hdmi: update modesetting by Rafał Miłecki · 12 years ago
  83. e55d3e6 drm/radeon/hdmi: separate evergreen code by Rafał Miłecki · 12 years ago
  84. 1b688d08 drm/radeon/kms/hdmi: helper getting ready ACR entry by Rafał Miłecki · 12 years ago
  85. 64fb4fb drm/radeon/kms/hdmi: clean&improve handling HDMI mode by Rafał Miłecki · 12 years ago
  86. a273a90 drm/radeon/kms/hdmi: enable audio packets at one place by Rafał Miłecki · 12 years ago
  87. 3e9e63d vga_switcheroo: Add the support for audio clients by Takashi Iwai · 12 years ago
  88. 26ec685 vga_switcheroo: Introduce struct vga_switcheroo_client_ops by Takashi Iwai · 12 years ago
  89. 79721e0 vga_switcheroo: Refactor using linked list by Takashi Iwai · 12 years ago
  90. 218c872 Merge tag 'drm-intel-next-2012-05-06-merged' of git://people.freedesktop.org/~danvet/drm-intel into drm-core-next by Dave Airlie · 12 years ago
  91. b06d66b drm: pass dev to drm_vm_{open,close}_locked() by Rob Clark · 12 years ago
  92. 62363a4 gma500: Turn on the IRQ for everything by Alan Cox · 12 years ago
  93. 9c0b6fc gma500: clean up some more checks by Alan Cox · 12 years ago
  94. 9aa65a2 cdv: Add all cedarview pci ids by Alan Cox · 12 years ago
  95. 31a0685 gma500: Clean up some of the noise by Alan Cox · 12 years ago
  96. 213a843 gma500: use the register map to clean up by Alan Cox · 12 years ago
  97. 8512e07 gma500: introduce some register maps by Alan Cox · 12 years ago
  98. f693dfb gma500: Clean up from the psb_pipe structure by Alan Cox · 12 years ago
  99. 6256304 gma500: introduce a structure describing each pipe by Alan Cox · 12 years ago
  100. a373bed gma500: Fix build without ACPI by Alan Cox · 12 years ago