1. 6f33814 drm: Add EDID_QUIRK_FORCE_REDUCED_BLANKING for ASUS VW222S by Paul Menzel · 12 years ago
  2. c1b5112 Merge branch 'drm-fixes-3.6' of git://people.freedesktop.org/~agd5f/linux into drm-fixes by Dave Airlie · 12 years ago
  3. 4a68a74 gma500: Consider CRTC initially active. by Forest Bond · 12 years ago
  4. 41fa543 drm/radeon: fix dig encoder selection on DCE61 by Alex Deucher · 12 years ago
  5. f54b350 drm/radeon: fix double free in radeon_gpu_reset by Christian König · 12 years ago
  6. 4a2b666 drm/radeon: force dma32 to fix regression rs4xx,rs6xx,rs740 by Jerome Glisse · 12 years ago
  7. 0ceb996 drm/radeon: rework panel mode setup by Alex Deucher · 12 years ago
  8. c205b23 drm/radeon/atom: powergating fixes for DCE6 by Alex Deucher · 12 years ago
  9. 8d1af57 drm/radeon/atom: rework DIG modesetting on DCE3+ by Alex Deucher · 12 years ago
  10. 4e58591 drm/radeon: don't disable plls that are in use by other crtcs by Alex Deucher · 12 years ago
  11. 523885d drm/radeon: add proper checking of RESOLVE_BOX command for r600-r700 by Marek Olšák · 12 years ago
  12. 3b5ef59 drm/radeon: initialize tracked CS state by Marek Olšák · 12 years ago
  13. 305a3d2 drm/radeon: fix reading CB_COLORn_MASK from the CS by Marek Olšák · 12 years ago
  14. 84f720e Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-intel into drm-fixes by Dave Airlie · 12 years ago
  15. f08859a Merge branch 'drm-nouveau-fixes' of git://anongit.freedesktop.org/git/nouveau/linux-2.6 into drm-fixes by Dave Airlie · 12 years ago
  16. 14f0458 drm/nvc0/copy: check PUNITS to determine which copy engines are disabled by Ben Skeggs · 12 years ago
  17. a51d4ed i915: Quirk no_lvds on Gigabyte GA-D525TUD ITX motherboard by Calvin Walton · 12 years ago
  18. 9a0f938 drm/i915: Use the correct size of the GTT for placing the per-process entries by Chris Wilson · 12 years ago
  19. 7c4eaca drm: Check for invalid cursor flags by Jakob Bornecrantz · 12 years ago
  20. 5ee3691 drm/i915: fix color order for BGR formats on IVB by Vijay Purushothaman · 12 years ago
  21. b70ad58 drm/i915: fix wrong order of parameters in port checking functions by Xu, Anhua · 12 years ago
  22. 4ff63e4 Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 12 years ago
  23. 27fc4f1 drm: Add missing static storage class specifiers in drm_proc.c file by Sachin Kamat · 12 years ago
  24. d5c2c20 drm/udl: dpms off the crtc when disabled. by Dave Airlie · 12 years ago
  25. 04ccfe7 drm: Remove two unused fields from struct drm_display_mode by Damien Lespiau · 12 years ago
  26. f5869a8 drm: stop vmgfx driver explosion by Alan Cox · 12 years ago
  27. 85119c1 Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-intel into drm-fixes by Dave Airlie · 12 years ago
  28. 5317670 drm/radeon/ss: use num_crtc rather than hardcoded 6 by Alex Deucher · 12 years ago
  29. 676bc2e Revert "drm/radeon: fix bo creation retry path" by Alex Deucher · 12 years ago
  30. 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
  31. 8f057d7 gpu/mfd/usb: Fix USB randconfig problems by Guenter Roeck · 12 years ago
  32. 1ee9ae3 drm/i915: use hsw rps tuning values everywhere on gen6+ by Daniel Vetter · 12 years ago
  33. c61e277 drm/radeon: split ATRM support out from the ATPX handler (v3) by Alex Deucher · 12 years ago
  34. 7c3906d drm/radeon: convert radeon vfct code to use acpi_get_table_with_size by Alex Deucher · 12 years ago
  35. 268ba0a drm/radeon: implement ACPI VFCT vbios fetch (v3) by David Lamparter · 12 years ago
  36. 52e9b39 drm/radeon/kms: extend the Fujitsu D3003-S2 board connector quirk to cover later silicon stepping by Tvrtko Ursulin · 12 years ago
  37. fcdeefe drm/radeon: fix checking of MSAA renderbuffers on r600-r700 by Marek Olšák · 12 years ago
  38. c116cc9 drm/radeon: allow CMASK and FMASK in the CS checker on r600-r700 by Marek Olšák · 12 years ago
  39. 48c0ac9 drm/radeon: init lockup timeout on ring init by Christian König · 12 years ago
  40. 5efcc76 drm/radeon: avoid turning off spread spectrum for used pll by Jerome Glisse · 12 years ago
  41. e99eac5 vga_switcheroo: Don't require handler init callback by Seth Forshee · 12 years ago
  42. 36704c0 vga_switcheroo: Remove assumptions about registration/unregistration ordering by Seth Forshee · 12 years ago
  43. f1a2f5b drm/i915: fall back to bit-banging if GMBUS fails in CRT EDID reads by Jani Nikula · 12 years ago
  44. 4eab813 drm/i915: extract connector update from intel_ddc_get_modes() for reuse by Jani Nikula · 12 years ago
  45. a843af1 drm/i915: fix hsw uncached pte by Daniel Vetter · 12 years ago
  46. b6c7488 drm/i915/contexts: fix list corruption by Ben Widawsky · 12 years ago
  47. 38ab8a20 drm/i915: fix EDID memory leak in SDVO by Jani Nikula · 12 years ago
  48. 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
  49. a389b6a Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-intel into drm-fixes by Dave Airlie · 12 years ago
  50. 7d54a90 drm/i915: Apply post-sync write for pipe control invalidates by Chris Wilson · 12 years ago
  51. 35a3855 drm/i915: reorder edp disabling to fix ivb MacBook Air by Daniel Vetter · 12 years ago
  52. 2064db7 drm/nv86/fifo: suspend fix by Maxim Levitsky · 12 years ago
  53. fe0aac1 drm/nouveau: disable copy engine on NVAF by Henrik Rydberg · 12 years ago
  54. 44b9f44e nouveau: fixup scanout enable in nvc0_pm by Maarten Lankhorst · 12 years ago
  55. 3d7a1da drm/nouveau/aux: mask off higher bits of auxch index in i2c table entry by Ben Skeggs · 12 years ago
  56. af5e7d8 drm/nvd0/disp: mask off high 16 bit of negative cursor x-coordinate by Christoph Bumiller · 12 years ago
  57. cee2516 drm/i915: ensure i2c adapter is all set before adding it by Jani Nikula · 12 years ago
  58. f59abbf drm/radeon: fix typo in function header comment by Dmitrii Cherkasov · 12 years ago
  59. 6759a0a drm/radeon/kms: implement timestamp userspace query (v2) by Marek Olšák · 12 years ago
  60. b51ad12 drm/radeon/kms: add MSAA texture support for r600-evergreen by Marek Olšák · 12 years ago
  61. f00245f drm/radeon/kms: reorder code in r600_check_texture_resource by Marek Olšák · 12 years ago
  62. e43b5ec drm/radeon: fence virtual address and free it once idle v4 by Jerome Glisse · 12 years ago
  63. 69b62ad drm/radeon: fix some missing parens in asic macros by Alex Deucher · 12 years ago
  64. ecd6795 drm/radeon: fix ordering in pll picking on dce4+ by Alex Deucher · 12 years ago
  65. 81ee8fb drm/radeon: do not reenable crtc after moving vram start address by Jerome Glisse · 12 years ago
  66. 5b23c90 drm/radeon: fix bank tiling parameters on cayman by Alex Deucher · 12 years ago
  67. c8d15ed drm/radeon: fix bank tiling parameters on evergreen by Alex Deucher · 12 years ago
  68. dca571a drm/radeon: fix bank tiling parameters on SI by Christian König · 12 years ago
  69. 6c0ae2a drm/radeon: properly handle crtc powergating by Alex Deucher · 12 years ago
  70. 3838f46 drm/radeon: properly handle SS overrides on TN (v2) by Alex Deucher · 12 years ago
  71. f4254a2 drm/radeon/dce4+: set a more reasonable cursor watermark by Alex Deucher · 12 years ago
  72. 3d61bd4 drm/radeon: fix handling for ddc type 5 on combios by Alex Deucher · 12 years ago
  73. 4344b81 drm/i915: ignore eDP bpc settings from vbt by Daniel Vetter · 12 years ago
  74. 770c123 drm/i915: Fix blank panel at reopening lid by Takashi Iwai · 12 years ago
  75. 9830605 drm/mgag200: fix G200ER pll picking algorithm by Dave Airlie · 12 years ago
  76. f7b83b9 drm/edid: Fix potential memory leak in edid_load() by Alexey Khoroshilov · 12 years ago
  77. 959f7247 drm/udl: Use ERR_CAST inlined function instead of ERR_PTR(PTR_ERR(.. [1] by Thomas Meyer · 12 years ago
  78. 41494cb Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-intel into drm-next by Dave Airlie · 12 years ago
  79. 0f457e4 drm/radeon/kms: allow "invalid" DB formats as a means to disable DB by Marek Olšák · 12 years ago
  80. 0d8957c drm/i915: correctly order the ring init sequence by Daniel Vetter · 12 years ago
  81. da612d8 drm/i915: add more Haswell PCI IDs by Paulo Zanoni · 12 years ago
  82. 5ab3633 drm/i915: make rc6 in sysfs functions conditional by Hunt Xu · 12 years ago
  83. bcf9dcc drm/i915: Workaround hang with BSD and forcewake on SandyBridge by Chris Wilson · 12 years ago
  84. faea35d drm/i915: Make intel_panel_get_backlight static. by Stéphane Marchesin · 12 years ago
  85. f00f979 i915: don't map imported dma-bufs for dmar. by Dave Airlie · 12 years ago
  86. e47e9ad drm/i915: remove unused variable by Devendra Naga · 12 years ago
  87. e844b99 drm/i915: Don't forget to apply SNB PIPE_CONTROL GTT workaround. by Eric Anholt · 12 years ago
  88. e2b34fa drm/nve0/fifo: add support for the flip completion swmthd by Ben Skeggs · 12 years ago
  89. 219c673 Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 12 years ago
  90. 6af2d18 drm/i915: fix forcewake related hangs on snb by Daniel Vetter · 12 years ago
  91. cb364e34 drm/exynos: fixed exception to page allocation failure by Inki Dae · 12 years ago
  92. d73c1c9 drm/exynos: use __free_page() to deallocate memory by Inki Dae · 12 years ago
  93. 3c52b88 drm/exynos: fixed a comment to gem size. by Inki Dae · 12 years ago
  94. e3fd38c drm/exynos: removed unnecessary variable by Inki Dae · 12 years ago
  95. c374e73 drm/exynos: do not release memory region from exporter. by Inki Dae · 12 years ago
  96. 47fcdce drm/exynos: set buffer type from exporter. by Inki Dae · 12 years ago
  97. c62bc75 drm/exynos: use alloc_page() to allocate pages. by Inki Dae · 12 years ago
  98. f91f2f3 drm/exynos: fixed build warning. by Inki Dae · 12 years ago
  99. d3b62db drm/exynos: fixed edid data setting at vidi connection request by Inki Dae · 12 years ago
  100. d7b8478 drm/exynos: check if raw edid data is fake or not for test by Inki Dae · 12 years ago