1. 496fd15 drm: avoid warning in drm_load_edid_firmware() by Linus Torvalds · 11 years ago
  2. 2e17c5a Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 11 years ago
  3. 5f097cd Merge tag 'fbdev-for-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/plagnioj/linux-fbdev by Linus Torvalds · 11 years ago
  4. 774d8e3 Merge branch 'drm-next-3.11' of git://people.freedesktop.org/~agd5f/linux into drm-next by Dave Airlie · 11 years ago
  5. fd0932d Merge branch 'drm-nouveau-next' of git://anongit.freedesktop.org/git/nouveau/linux-2.6 into drm-next by Dave Airlie · 11 years ago
  6. f4dec31 drm/radeon/dpm: implement vblank_too_short callback for si by Alex Deucher · 11 years ago
  7. 76ad73e drm/radeon/dpm: implement vblank_too_short callback for cayman by Alex Deucher · 11 years ago
  8. a84301c drm/radeon/dpm: implement vblank_too_short callback for btc by Alex Deucher · 11 years ago
  9. d0b54bd drm/radeon/dpm: implement vblank_too_short callback for evergreen by Alex Deucher · 11 years ago
  10. b06195d drm/radeon/dpm: implement vblank_too_short callback for 7xx by Alex Deucher · 11 years ago
  11. 4878306 drm/radeon/dpm: add checks against vblank time by Alex Deucher · 11 years ago
  12. 66edc1c drm/radeon/dpm: add helper to calculate vblank time by Alex Deucher · 11 years ago
  13. 7e1f3c0 drm/radeon: remove stray line in old pm code by Alex Deucher · 11 years ago
  14. 222dc9a drm/radeon/dpm: fix display_gap programming on rv7xx by Alex Deucher · 11 years ago
  15. d2989b5 drm/nvc0/gr: fix gpc firmware regression by Maarten Lankhorst · 11 years ago
  16. 1bb3f6a drm/nouveau: fix minor thinko causing bo moves to not be async on kepler by Ben Skeggs · 11 years ago
  17. 9b5de59 drm/radeon/dpm: implement force performance level for TN by Alex Deucher · 11 years ago
  18. 5d5e559 drm/radeon/dpm: implement force performance level for ON/LN by Alex Deucher · 11 years ago
  19. a160a6a drm/radeon/dpm: implement force performance level for SI by Alex Deucher · 11 years ago
  20. 170a47f drm/radeon/dpm: implement force performance level for cayman by Alex Deucher · 11 years ago
  21. 8b5e6b7 drm/radeon/dpm: implement force performance levels for 7xx/eg/btc by Alex Deucher · 11 years ago
  22. 70d01a5 drm/radeon/dpm: add infrastructure to force performance levels by Alex Deucher · 11 years ago
  23. 67d5ced drm/radeon: fix surface setup on r1xx by Alex Deucher · 11 years ago
  24. edcaa5b drm/radeon: add support for 3d perf states on older asics by Alex Deucher · 11 years ago
  25. c6cf777 drm/radeon: set default clocks for SI when DPM is disabled by Alex Deucher · 11 years ago
  26. 30f83b3 Merge branch 'drm-nouveau-next' of git://anongit.freedesktop.org/git/nouveau/linux-2.6 into drm-next by Dave Airlie · 11 years ago
  27. 6d35dea drm/cma: remove GEM CMA specific dma_buf functionality by Joonyoung Shim · 11 years ago
  28. 78467dc drm/cma: add low-level hook functions to use prime helpers by Joonyoung Shim · 11 years ago
  29. 7c397cd drm: add mmap function to prime helpers by Joonyoung Shim · 11 years ago
  30. f9d8a12 drm/prime: fix sgt NULL checking by Joonyoung Shim · 11 years ago
  31. 63eef60 Merge branch 'exynos-drm-next' of git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos into drm-next by Dave Airlie · 11 years ago
  32. 59e3264 drm/rcar-du: Fix buffer pitch alignment by Laurent Pinchart · 11 years ago
  33. 3463ff6 drm/rcar-du: Don't ignore rcar_du_crtc_create() return value by Laurent Pinchart · 11 years ago
  34. bf03d1b drm/nva3/disp: Fix HDMI audio regression by Ilia Mirkin · 11 years ago
  35. 378f2bc drm/nv50-/disp: Use output specific mask in interrupt by Emil Velikov · 11 years ago
  36. d005f51 drm/nouveau: use vmalloc for pgt allocation by Marcin Slusarz · 11 years ago
  37. 5c5ae71 drm/nvc0-/gr: remove some more of the hardcoded register writes by Ben Skeggs · 11 years ago
  38. d196e16e drm/nvc0-/gr: factor out yet more unknown magic into versioned functions by Ben Skeggs · 11 years ago
  39. 0bfd6f7 drm/nvd7/devinit: use fermi class, not tesla by Ben Skeggs · 11 years ago
  40. 60a4acd drm/nvf0-/gr: ctxsw scratch reg count got bumped to 16 by Ben Skeggs · 11 years ago
  41. f8adeb8 drm/nvc0-/gr: remove hardcoding of UNK count/mask in GPCCS ucode by Ben Skeggs · 11 years ago
  42. 8f6fe26 drm/nvf0/gr: build cs ucode for GK110 by Ben Skeggs · 11 years ago
  43. 960b438 drm/nvc0-/gr: extend one of the magic calculations for >4 GPCs by Ben Skeggs · 11 years ago
  44. 0085a60 drm/nvf0/gr: fix ddx shaders locking up on me by Ben Skeggs · 11 years ago
  45. 18ac424 drm/nvc0/devinit: minor typo by Ben Skeggs · 11 years ago
  46. 9d1c4c5 drm/nvf0/gr: enable support, if external cs ucode is available by Ben Skeggs · 11 years ago
  47. b054aad drm/nvf0/gr: magic sequence that makes PGRAPH come out of hiding by Ben Skeggs · 11 years ago
  48. 9ec2dbb drm/nvf0/ce: enable support by Ben Skeggs · 11 years ago
  49. 56fbd2b drm/nvf0/fifo: enable support by Ben Skeggs · 11 years ago
  50. 26410c6 drm/nvd7/gr: initial support by Maarten Lankhorst · 11 years ago
  51. a32b2ff drm/nvc0-/gr: generate cs register lists from grctx data by Ben Skeggs · 11 years ago
  52. 70f824a drm/nvc0-/gr: tpc regs a subset of gpc, add separate list for gpc/unk regs by Ben Skeggs · 11 years ago
  53. 5ee86c41 drm/nve0-/gr: some new gpc registers can have multiple copies by Ben Skeggs · 11 years ago
  54. c03ff9e drm/nvc0-/gr: pull out a group of separately context-switched gpc regs by Ben Skeggs · 11 years ago
  55. 30f4e08 drm/nvc0-/gr: make register lists from initvals functions by Ben Skeggs · 11 years ago
  56. 5ff91e4 qxl: use drm helper hotplug support by Dave Airlie · 11 years ago
  57. d84300b qxl: add suspend/resume/hibernate support. by Dave Airlie · 11 years ago
  58. b86487a qxl: add fb and ttm entry points for use by suspend/resume. by Dave Airlie · 11 years ago
  59. 1e20911 qxl: add ring prep code for s/r by Dave Airlie · 11 years ago
  60. c9fdda2 qxl: prepare memslot code for suspend/resume by Dave Airlie · 11 years ago
  61. 2bd6ce8 qxl: split monitors_config object creation out. by Dave Airlie · 11 years ago
  62. c927215 drm/qxl: set time on drawables from userspace by Dave Airlie · 11 years ago
  63. 07f8d9b drm/qxl: add support for > 1 output by Dave Airlie · 11 years ago
  64. 5b8788c drm/qxl: make dynamic resizing work properly. by Dave Airlie · 11 years ago
  65. 80cc38b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 11 years ago
  66. 4bb615c drm/exynos: remove duplicated error routine and unnecessary assign by Seung-Woo Kim · 11 years ago
  67. 42ac99a drm/exynos: fix pages allocation size in lowlevel_buffer_allocate by YoungJun Cho · 11 years ago
  68. af51a5e drm/exynos: use drm_calloc_large when allocates pointer array by YoungJun Cho · 11 years ago
  69. ba3706c drm/exynos: add error check routine in exynos_drm_open by YoungJun Cho · 11 years ago
  70. 782953e drm/exynos: initialize the buf_num in vp_video_buffer by YoungJun Cho · 11 years ago
  71. cbb28bb drm/exynos: remove dead code in vidi_power_on by YoungJun Cho · 11 years ago
  72. c58c159 drm/exynos: fix not to remain exynos_gem_obj as a leak by YoungJun Cho · 11 years ago
  73. 04274cd drm: fix print format of sequence in trace point by Seung-Woo Kim · 11 years ago
  74. df9b6a9 drm: fix error routines in drm_open_helper by Seung-Woo Kim · 11 years ago
  75. fe2ef78 drm: add assertion for checking null edid to drm_edid_block_valid by Seung-Woo Kim · 11 years ago
  76. cf4b91f drm: Convert drm class driver from legacy pm ops to dev_pm_ops by Shuah Khan · 11 years ago
  77. d0aaa28 Merge tag 'drm-intel-fixes-2013-07-03' of git://people.freedesktop.org/~danvet/drm-intel into drm-next by Dave Airlie · 11 years ago
  78. 1586ba7 Merge branch 'drm-next-3.11' of git://people.freedesktop.org/~agd5f/linux into drm-next by Dave Airlie · 11 years ago
  79. e5ad449 drm/mm: WARN for unclean mm takedown by Daniel Vetter · 11 years ago
  80. 2c54b13 drm/mm: fix debug table BUG by Daniel Vetter · 11 years ago
  81. 4a88f73 drm/prime: fix up handle_to_fd ioctl return value by Daniel Vetter · 11 years ago
  82. a956810 radeon: remove redundant __list_for_each definition from mkregtable.c by Dave Jones · 11 years ago
  83. dcf6d29 drm/i915: quirk away phantom LVDS on Intel's D525MW mainboard by Jani Nikula · 11 years ago
  84. e5614f0 drm/i915: quirk away phantom LVDS on Intel's D510MO mainboard by Chris Wilson · 11 years ago
  85. 338a95a drm/radeon/sumo: implement support for disable_gfx_power_gating_in_uvd flag by Alex Deucher · 11 years ago
  86. 62fa44b drm/radeon/tn: disable PG when changing UVD clocks by Alex Deucher · 11 years ago
  87. 2b90edd drm/radeon/sumo: disable PG when changing UVD clocks by Alex Deucher · 11 years ago
  88. 0124853 drm/radeon/aruba: disable additional rlc features by Alex Deucher · 11 years ago
  89. e631227 drm/radeon: fix endian bug in radeon_atom_get_mclk_range_table() by Alex Deucher · 11 years ago
  90. bf0936e drm/radeon/dpm: fix compilation with certain versions of gcc by Mike Lothian · 11 years ago
  91. 63580e5 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  92. 7137592 drm/radeon/dpm: clarify debugfs warning by Alex Deucher · 11 years ago
  93. 446f8d8 drm/i915: Don't try to tear down the stolen drm_mm if it's not there by Daniel Vetter · 11 years ago
  94. 77ef8bb drm: make drm_mm_init() return void by David Herrmann · 11 years ago
  95. 7982128 drm/radeon/dpm: add debugfs support for SI by Alex Deucher · 11 years ago
  96. bdf0c4f drm/radeon/dpm: add debugfs support for cayman by Alex Deucher · 11 years ago
  97. 490ab93 drm/radeon/dpm: add debugfs support for TN by Alex Deucher · 11 years ago
  98. fb70160 drm/radeon/dpm: add debugfs support for ON/LN by Alex Deucher · 11 years ago
  99. bd210d1 drm/radeon/dpm: add debugfs support for 7xx/evergreen/btc by Alex Deucher · 11 years ago
  100. 242916a drm/radeon/dpm: add debugfs support for rv6xx by Alex Deucher · 11 years ago