1. c8d15ed drm/radeon: fix bank tiling parameters on evergreen by Alex Deucher · 13 years ago
  2. dca571a drm/radeon: fix bank tiling parameters on SI by Christian König · 13 years ago
  3. 6c0ae2a drm/radeon: properly handle crtc powergating by Alex Deucher · 13 years ago
  4. 3838f46 drm/radeon: properly handle SS overrides on TN (v2) by Alex Deucher · 13 years ago
  5. f4254a2 drm/radeon/dce4+: set a more reasonable cursor watermark by Alex Deucher · 13 years ago
  6. 3d61bd4 drm/radeon: fix handling for ddc type 5 on combios by Alex Deucher · 13 years ago
  7. 9830605 drm/mgag200: fix G200ER pll picking algorithm by Dave Airlie · 13 years ago
  8. f7b83b9 drm/edid: Fix potential memory leak in edid_load() by Alexey Khoroshilov · 13 years ago
  9. 959f724 drm/udl: Use ERR_CAST inlined function instead of ERR_PTR(PTR_ERR(.. [1] by Thomas Meyer · 13 years ago
  10. 41494cb Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-intel into drm-next by Dave Airlie · 13 years ago
  11. 0f457e4 drm/radeon/kms: allow "invalid" DB formats as a means to disable DB by Marek Olšák · 13 years ago
  12. 0d8957c drm/i915: correctly order the ring init sequence by Daniel Vetter · 13 years ago
  13. da612d8 drm/i915: add more Haswell PCI IDs by Paulo Zanoni · 13 years ago
  14. 5ab3633 drm/i915: make rc6 in sysfs functions conditional by Hunt Xu · 13 years ago
  15. bcf9dcc drm/i915: Workaround hang with BSD and forcewake on SandyBridge by Chris Wilson · 13 years ago
  16. faea35d drm/i915: Make intel_panel_get_backlight static. by Stéphane Marchesin · 13 years ago
  17. f00f979 i915: don't map imported dma-bufs for dmar. by Dave Airlie · 13 years ago
  18. e47e9ad drm/i915: remove unused variable by Devendra Naga · 13 years ago
  19. e844b99 drm/i915: Don't forget to apply SNB PIPE_CONTROL GTT workaround. by Eric Anholt · 13 years ago
  20. 219c673 Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 13 years ago
  21. 6af2d18 drm/i915: fix forcewake related hangs on snb by Daniel Vetter · 13 years ago
  22. cb364e34 drm/exynos: fixed exception to page allocation failure by Inki Dae · 13 years ago
  23. d73c1c9 drm/exynos: use __free_page() to deallocate memory by Inki Dae · 13 years ago
  24. 3c52b88 drm/exynos: fixed a comment to gem size. by Inki Dae · 13 years ago
  25. e3fd38c drm/exynos: removed unnecessary variable by Inki Dae · 13 years ago
  26. c374e73 drm/exynos: do not release memory region from exporter. by Inki Dae · 13 years ago
  27. 47fcdce drm/exynos: set buffer type from exporter. by Inki Dae · 13 years ago
  28. c62bc75 drm/exynos: use alloc_page() to allocate pages. by Inki Dae · 13 years ago
  29. f91f2f3 drm/exynos: fixed build warning. by Inki Dae · 13 years ago
  30. d3b62db drm/exynos: fixed edid data setting at vidi connection request by Inki Dae · 13 years ago
  31. d7b8478 drm/exynos: check if raw edid data is fake or not for test by Inki Dae · 13 years ago
  32. d07d39d drm/exynos: set edid fake data only for test. by Inki Dae · 13 years ago
  33. a04f3fa drm/exynos: removed unnecessary declaration. by Inki Dae · 13 years ago
  34. 3fd6b69 drm/exynos: fix buffer pitch calculation by Cooper Yuan · 13 years ago
  35. 0dd3b72 drm/exynos: check for null in return value of dma_buf_map_attachment() by Subash Patel · 13 years ago
  36. 56fb538 drm/exynos: return NULL if exynos_pages_to_sg fails by Subash Patel · 13 years ago
  37. 9416dfa drm/exynos: Use devm_* functions in exynos_mixer.c by Sachin Kamat · 13 years ago
  38. a6e6507 drm/exynos: Use devm_* functions in exynos_hdmi.c by Sachin Kamat · 13 years ago
  39. edc5726 drm/exynos: Use devm_* functions in exynos_drm_fimd.c by Sachin Kamat · 13 years ago
  40. 2fb16de drm/exynos: Add missing static storage class specifier by Sachin Kamat · 13 years ago
  41. 3b8d1cf drm/exynos: add property for crtc mode by Joonyoung Shim · 13 years ago
  42. a365d9e drm/exynos: add crtc disable function by Joonyoung Shim · 13 years ago
  43. cf5188a drm/exynos: add plane enable/disable by Joonyoung Shim · 13 years ago
  44. d55ab76 drm/exynos: remove unnecessary connector dpms control by Joonyoung Shim · 13 years ago
  45. bebab8f drm/exynos: fix dpms operation for mode set by Joonyoung Shim · 13 years ago
  46. 00ae67c drm/exynos: add property for plane zpos by Joonyoung Shim · 13 years ago
  47. 4070d21 drm/exynos: update overlay via plane from crtc by Joonyoung Shim · 13 years ago
  48. b5d2eb3 drm/exynos: use private plane for crtc by Joonyoung Shim · 13 years ago
  49. fdc575e drm/exynos: define to_exynos_plane macro by Joonyoung Shim · 13 years ago
  50. d249ce0 drm/exynos: fix to set pipe of crtc by Joonyoung Shim · 13 years ago
  51. aeb2922 drm/exynos: fix point to call overlay_ops->mode_set by Joonyoung Shim · 13 years ago
  52. bd22dc1 Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 13 years ago
  53. 9978cf5 i915: Remove silly test by Alan Cox · 13 years ago
  54. 0274df3 i915: fix error path leak in intel_sdvo_write_cmd by Alan Cox · 13 years ago
  55. af447bd vlv: it might be wise if we initialised the flag value... by Alan Cox · 13 years ago
  56. 98c7b42 Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-intel into drm-next by Dave Airlie · 13 years ago
  57. 2536f7d Merge branch 'drm-nouveau-fixes' of git://anongit.freedesktop.org/git/nouveau/linux-2.6 into drm-next by Dave Airlie · 13 years ago
  58. 7158554 drm/nouveau: init vblank requests list by Marcin Slusarz · 13 years ago
  59. 0ade74b drm/nv50: extend vblank semaphore to generic dmaobj + offset pair by Ben Skeggs · 13 years ago
  60. 2a259a3 drm/nouveau: mark most of our ioctls as deprecated, move to compat layer by Ben Skeggs · 13 years ago
  61. ce22af0 drm/nouveau: move current gpuobj code out of nouveau_object.c by Ben Skeggs · 13 years ago
  62. 5086f69 drm/nouveau/gem: fix object reference leak in a failure path by Ben Skeggs · 13 years ago
  63. 887cd78 drm/nv50: rename INVALID_QUERY_OR_TEXTURE error to INVALID_OPERATION by Marcin Slusarz · 13 years ago
  64. e0dd536 drm/nv84: decode PCRYPT errors by Marcin Slusarz · 13 years ago
  65. 16fde6c drm/nouveau: dcb table quirk for fdo#50830 by Ben Skeggs · 13 years ago
  66. ce806a3 nouveau: Fix alignment requirements on src and dst addresses by Maarten Lankhorst · 13 years ago
  67. e8aeaee drm/i915: unbreak lastclose for failed driver init by Daniel Vetter · 13 years ago
  68. 0da5cec drm/i915: Set the context before setting up regs for the context. by Eric Anholt · 13 years ago
  69. 35313cd drm/i915: constify mode in crtc_mode_fixup by Daniel Vetter · 13 years ago
  70. 520c41c drm/i915/lvds: ditch ->prepare special case by Daniel Vetter · 13 years ago
  71. be63638 drm/i915: dereferencing an error pointer by Dan Carpenter · 13 years ago
  72. b259b31 drm/i915: fix invalid reference handling of the default ctx obj by Chris Wilson · 13 years ago
  73. eeef9b3 drm/i915: Add -EIO to the list of known errors for __wait_seqno by Chris Wilson · 13 years ago
  74. d3373a2 drm/i915: Flush the context object from the CPU caches upon switching by Chris Wilson · 13 years ago
  75. fcedac6 drm/radeon: fix dpms on/off on trinity/aruba v2 by Jerome Glisse · 13 years ago
  76. ca2ccde drm/radeon: on hotplug force link training to happen (v2) by Jerome Glisse · 13 years ago
  77. 266dcba drm/radeon: fix hotplug of DP to DVI|HDMI passive adapters (v2) by Jerome Glisse · 13 years ago
  78. 8d1c702 drm/radeon: fix non revealent error message by Jerome Glisse · 13 years ago
  79. 1e179d4e drm/radeon: check for allocation failure in radeon_ring_backup() by Dan Carpenter · 13 years ago
  80. d1c7871 drm/radeon: fix bo creation retry path by Jerome Glisse · 13 years ago
  81. 949c4a3 drm: track dev_mapping in more robust and flexible way by Ilija Hadzic · 13 years ago
  82. 7915810 drm/i915: Make the lock for pageflips interruptible by Chris Wilson · 13 years ago
  83. a4f32fc drm/i915: don't forget the PCH backlight registers by Paulo Zanoni · 13 years ago
  84. 09cf7c9 drm/i915: Insert a flush between batches if the breadcrumb was dropped by Chris Wilson · 13 years ago
  85. 2e6c21e drm/i915: missing error case in init status page by Ben Widawsky · 13 years ago
  86. 7962652 drm/i915: mask tiled bit when updating ILK sprites by Ander Conselvan de Oliveira · 13 years ago
  87. 0d71068 drm/i915: try to train DP even harder by Paulo Zanoni · 13 years ago
  88. 4d678e1 drm/i915: kill intel_ddc_probe by Daniel Vetter · 13 years ago
  89. a2bd1f5 drm/i915: check whether we actually received an edid in detect_ddc by Daniel Vetter · 13 years ago
  90. 4b4147c drm/i915: fix up PCH backlight #define mixup by Daniel Vetter · 13 years ago
  91. 12f5581 drm/i915: Add comments to explain the BSD tail write workaround by Chris Wilson · 13 years ago
  92. 67b1b57 drm/i915: Disable the BLT on pre-production SNB hardware by Chris Wilson · 13 years ago
  93. 0232e92 drm/i915: initialize power wells in modeset_init_hw by Eugeni Dodonov · 13 years ago
  94. ff92826 drm/i915: Only request PM interrupts for the events we handled by Chris Wilson · 13 years ago
  95. 6a4ea12 drm/i915/context: Add missing IVB context sizes by Ben Widawsky · 13 years ago
  96. 4f91dd6 drm/i915/context/: s/CTX/CXT by Ben Widawsky · 13 years ago
  97. e6b0b6a Merge tag 'v3.5-rc7' into drm-next by Dave Airlie · 13 years ago
  98. 83bc5fd drm/sis: fixup sis_mm ioctl structs by Daniel Vetter · 13 years ago
  99. 67cb4b4 drm: unconditionally clean up dma buffers of closing clients by Daniel Vetter · 13 years ago
  100. a344a7e drm: kill dma queue support by Daniel Vetter · 13 years ago