1. 25d0479 drm/ttm: Use pr_fmt and pr_<level> by Joe Perches · 13 years ago
  2. f104876 drivers/gpu/drm/savage/savage_state.c: add missing kfree by Julia Lawall · 13 years ago
  3. f48bb04 drivers/gpu/drm/radeon/radeon_cs.c: eliminate possible double free by Julia Lawall · 13 years ago
  4. abc8113 drm/radeon: dp only enable enhanced framing if sink supports. by Dave Airlie · 13 years ago
  5. 3c12513 drm/radeon/kms: skip db/cb/streamout checking when possible on r600 by Marek Olšák · 13 years ago
  6. 6333003 drm/radeon/kms: compute GPU addresses correctly on r600 by Marek Olšák · 13 years ago
  7. 747e42a drm/radeon/kms: remove some unused variables in evergreen_cs_track by Marek Olšák · 13 years ago
  8. 3083857 drm/radeon/kms: skip db/cb/streamout checking when possible on evergreen by Marek Olšák · 13 years ago
  9. 7e9fa5f drm/radeon/kms: optimize streamout checking for evergreen by Marek Olšák · 13 years ago
  10. 7885713 drm/radeon/kms: compute GPU addresses correctly on evergreen by Marek Olšák · 13 years ago
  11. 7df7c54 drm/radeon/kms: make some DRM errors more informative by Marek Olšák · 13 years ago
  12. 779923b drm/radeon/kms: skip cb/db checking if SX_MISC is 1 on r600+ by Marek Olšák · 13 years ago
  13. 9c1dfc5 drm/usb: move usb support into a separate module by Dave Airlie · 13 years ago
  14. 2de6d4a drm: fix build with UDL if USB is a module by Dave Airlie · 13 years ago
  15. 5320918 drm/udl: initial UDL driver (v4) by Dave Airlie · 14 years ago
  16. 2c07a21 drm: add core support for unplugging a device (v2) by Dave Airlie · 13 years ago
  17. cbc7e22 drm/modeset: add helper to unplug all connectors from sysfs by Dave Airlie · 13 years ago
  18. 1828fe6 drm/sysfs: protect sysfs removal code against being run twice. by Dave Airlie · 13 years ago
  19. ce880cb udlfb: remove sysfs framebuffer device with USB .disconnect() by Kay Sievers · 13 years ago
  20. 8229c88 drm: Merge tag 'v3.3-rc7' into drm-core-next by Dave Airlie · 13 years ago
  21. c3c50e8 drm: Add drm_mode_copy() by Ville Syrjälä · 13 years ago
  22. d63f5e6 drm: Use a flexible array member for blob property data by Ville Syrjälä · 13 years ago
  23. 6bfc56a drm: Handle drm_object_get() failures by Ville Syrjälä · 13 years ago
  24. 93bbf6d drm: Make drm_crtc_convert_{umode, to_umode} static and constify their params by Ville Syrjälä · 13 years ago
  25. ac235da drm: Fix drm_mode_attachmode_crtc() by Ville Syrjälä · 13 years ago
  26. 5f61bb4 drm: Check CRTC viewport against framebuffer size by Ville Syrjälä · 13 years ago
  27. 90367bf drm: Check user mode against overflows by Ville Syrjälä · 13 years ago
  28. ee34ab5 drm: Fix memory leak in drm_mode_setcrtc() by Ville Syrjälä · 13 years ago
  29. 1dd6c8b drm: Make drm_mode_attachmode() void by Ville Syrjälä · 13 years ago
  30. 1d97e91 drm: Check crtc x and y coordinates by Ville Syrjälä · 13 years ago
  31. e36fae3 drm: Warn if mode to umode conversion overflows the destination types by Ville Syrjälä · 13 years ago
  32. 2fcfc75 drm: Change drm_display_mode::type to unsigned by Ville Syrjälä · 13 years ago
  33. 6653cc8 drm: Reject mode set with current fb if no current fb is bound by Ville Syrjälä · 13 years ago
  34. 09016a1 gma500: suspend/resume support for Cedartrail by Alan Cox · 13 years ago
  35. 50d44a5 gma500: Fix resume paths by Alan Cox · 13 years ago
  36. f137799 drm/nouveau: add userspace fallback hints. by Dave Airlie · 13 years ago
  37. abd3200 Merge branch 'drm-nouveau-next' of git://anongit.freedesktop.org/git/nouveau/linux-2.6 into drm-core-next by Dave Airlie · 13 years ago
  38. 2f5394c drm/nouveau: map first page of mmio early and determine chipset earlier by Ben Skeggs · 13 years ago
  39. 4cbb0f8 drm/nvd0/disp: disconnect encoders before reprogramming them by Ben Skeggs · 13 years ago
  40. 3488c57 drm/nvd0/disp: move syncs/magic setup to or mode_set by Ben Skeggs · 13 years ago
  41. 6860dc8 drm/nouveau/dp: account for channel coding overhead in link training by Ben Skeggs · 13 years ago
  42. c674844 drm/nvd0/disp: fix dcb sor link matching in supervisor handler by Ben Skeggs · 13 years ago
  43. 6e83fda drm/nvd0/disp: initial implementation of displayport by Ben Skeggs · 13 years ago
  44. f14d9a4 drm/nouveau/dp: make dp dpms function common, call from sor code instead by Ben Skeggs · 13 years ago
  45. e436d1b drm/nv50/hwsq: some nv92 fixes by Martin Peres · 13 years ago
  46. 8663bc7 drm/nouveau/dp: move all nv50/sor-specific code out of nouveau_dp.c by Ben Skeggs · 13 years ago
  47. 8c1dcb6 drm/nouveau/dp: make functions for executing various bios tables by Ben Skeggs · 13 years ago
  48. c11dd0d drm/nouveau/pm: fix oops if chipset has no pm support at all by Ben Skeggs · 13 years ago
  49. 4489b98 drm/nouveau/bios: rework vbios shadowing by Ben Skeggs · 13 years ago
  50. 05a7c15 drm/nouveau/bios: attempt acpi rom fetch before pcirom by Ben Skeggs · 13 years ago
  51. 7c5f6a8 drm/nvd0/disp: attempt to handle more than 2 crtcs if possible by Ben Skeggs · 13 years ago
  52. 29181d2 drm/nvc0/vram: get part count from PUNITS by Ben Skeggs · 13 years ago
  53. 8b83d67 drm/nv40/pm: fix fanspeed regression by Ben Skeggs · 13 years ago
  54. e608425 drm/nouveau/pm: several fixes for nvc0 memory timings by Roy Spliet · 13 years ago
  55. 1ae73f2 drm/nvc0/pm: restrict pll mode to clocks that can actually use it by Ben Skeggs · 13 years ago
  56. 44ab8cc drm/nouveau/dp: fix bad comparison in dp_link_train_commit() by Xi Wang · 13 years ago
  57. 84ddfda drm/nouveau/mxm: call mxmi to determine revision before calling mxms by Ben Skeggs · 13 years ago
  58. 7d3a766 drm/nouveau/pm: init only after display subsystem has been created by Ben Skeggs · 13 years ago
  59. 950c44b drm/nvc0/fb: detect presense of second rank by Ben Skeggs · 13 years ago
  60. df26bc9 drm/nv50/display: expose color vibrance control by Christoph Bumiller · 13 years ago
  61. 990449c drm/nv50-nvc0/vm: support unsnooped system memory by Ben Skeggs · 13 years ago
  62. 4abb410 drm/nouveau: recognise DCB connector type for DP+DVI+VGA DMS-59 by Ben Skeggs · 13 years ago
  63. 070be29 drm/nouveau/mem: handle dll_off for ddr2/ddr3 by Ben Skeggs · 13 years ago
  64. 25c53c1 drm/nouveau/pm: extend profile interface for destroy/init/fini by Ben Skeggs · 13 years ago
  65. 8d7bb40 drm/nouveau/pm: rework to allow selecting separate profiles for ac/battery by Ben Skeggs · 13 years ago
  66. b830973 drm/nouveau/pm: fix dll off -> dll on transitions by Ben Skeggs · 13 years ago
  67. a9bc247 drm/nouveau/pm: detect when we need dll disabled for gddr3 by Ben Skeggs · 13 years ago
  68. 0ce7141 drm/nv50: fix detection of second vram rank by Ben Skeggs · 13 years ago
  69. 1a7287e drm/nouveau/pm: track mr2 for gddr3 by Ben Skeggs · 13 years ago
  70. c57ebf5e drm/nv50/pm: wait for all fifo-connected engines to idle before reclocking by Martin Peres · 13 years ago
  71. 496a73b drm/nv50/pm: use hwsq for engine reclocking too by Ben Skeggs · 13 years ago
  72. e495d0d drm/nv50/disp: more accurate function to determine active crtcs by Ben Skeggs · 13 years ago
  73. 6bdf68c drm/nv50/pm: initial work towards proper memory reclocking, with timings by Ben Skeggs · 13 years ago
  74. 2d85bc8 drm/nouveau/pm: introduce ram reclocking helper by Ben Skeggs · 13 years ago
  75. 085028c drm/nouveau/pm: embed timings into perflvl structs by Ben Skeggs · 13 years ago
  76. fd99fd6 drm/nouveau/pm: calculate memory timings at perflvl creation time by Ben Skeggs · 13 years ago
  77. 68a64ca drm/nouveau/pm: readback boot perflvl *before* parsing vbios by Ben Skeggs · 13 years ago
  78. c7c039f drm/nouveau/pm: implement DDR2/DDR3/GDDR3/GDDR5 MR generation and validation by Roy Spliet · 13 years ago
  79. 03ddf04 drm/nouveau/pm: restructure bios table parsing by Ben Skeggs · 13 years ago
  80. 3d8a408 drm/nouveau/pm: avoid potential divide-by-zero by Ben Skeggs · 13 years ago
  81. 1a5f985 drm/nouveau: Fix module parameter description formats by Jean Delvare · 13 years ago
  82. bfb3146 drm/nouveau/pm: improve memory timing generation by Roy Spliet · 13 years ago
  83. b010374 drm/nouveau/pm: improve the reclocking logs' readability by Martin Peres · 13 years ago
  84. b1aa553 drm/nouveau: move pwm_divisor to the nouveau_pm_fan struct by Martin Peres · 13 years ago
  85. bc6389e drm/nouveau/pm: restore fan speed after suspend by Martin Peres · 13 years ago
  86. ddb2005 drm/nouveau/pm: style fixes by Martin Peres · 13 years ago
  87. 668b6c0 drm/nouveau: rework the init/takedown ordering by Ben Skeggs · 13 years ago
  88. f329853 drm/nvc0: add initial memory type detection by Ben Skeggs · 13 years ago
  89. c70c41e drm/nv50: hopefully handle the DDR2/DDR3 memtype detection somewhat better by Ben Skeggs · 13 years ago
  90. 1072856 drm/nv50: add memory type detection by Ben Skeggs · 13 years ago
  91. ff92a6c drm/nv20-nv40: add memory type detection by Ben Skeggs · 13 years ago
  92. d81c19e drm/nv20: split PFB code out of nv10_fb.c by Ben Skeggs · 13 years ago
  93. ddfd2da drm/nouveau: memory type detection for the really old chipsets by Ben Skeggs · 13 years ago
  94. 7ad2d31 drm/nouveau: move vram detection funcs to chipset-specific fb code by Ben Skeggs · 13 years ago
  95. fde7d90 Linux 3.3-rc7 by Linus Torvalds · 13 years ago
  96. 8346532 Merge branch 'drm-gma500-alanc' into drm-core-next by Dave Airlie · 13 years ago
  97. 8e18db8 gma500: psb_irq: mark mid_{enable, disable}_pipe_event() as static by Kirill A. Shutemov · 13 years ago
  98. f42aaa6 gma500: mark psb_intel_sdvo_hdmi_sink_detect() as static by Kirill A. Shutemov · 13 years ago
  99. 2e33d6b gma500: psb_intel_display: drop unused variables by Kirill A. Shutemov · 13 years ago
  100. 3c1d08d gma500: mark psb_intel_pipe_set_base() as static by Kirill A. Shutemov · 13 years ago