1. d349357 drm/radeon: restore modeset late in GPU reset path by Jerome Glisse · 12 years ago
  2. 5f8f635 drm/radeon: avoid deadlock in pm path when waiting for fence by Jerome Glisse · 12 years ago
  3. 76903b9 drm/radeon: don't leave fence blocked process on failed GPU reset by Jerome Glisse · 12 years ago
  4. 0953e76 drm/ttm: fix delayed ttm_bo_cleanup_refs_and_unlock delayed handling by Maarten Lankhorst · 12 years ago
  5. 55bde6b Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-intel into drm-next by Dave Airlie · 12 years ago
  6. 2f3f240 Merge branch 'exynos-drm-next' of git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos into drm-next by Dave Airlie · 12 years ago
  7. 652a187 Merge branch 'drm-next-3.8' of git://people.freedesktop.org/~agd5f/linux into drm-next by Dave Airlie · 12 years ago
  8. f264638 drm/exynos: add gsc ipp driver by Eunchul Kim · 12 years ago
  9. bea8a42 drm/exynos: add rotator ipp driver by Eunchul Kim · 12 years ago
  10. 16102ed drm/exynos: add fimc ipp driver by Eunchul Kim · 12 years ago
  11. c12e261 drm/exynos: add iommu support for ipp by Eunchul Kim · 12 years ago
  12. cb471f14 drm/exynos: add ipp subsystem by Eunchul Kim · 12 years ago
  13. d636ead drm/exynos: support device tree for fimd by Joonyoung Shim · 12 years ago
  14. dd54fee7 radeon: fix regression with eviction since evict caching changes by Dave Airlie · 12 years ago
  15. 9d89d78 drm/radeon: add more pedantic checks in the CP DMA checker by Alex Deucher · 12 years ago
  16. 8696e33 drm/radeon: bump version for CS ioctl support for async DMA by Alex Deucher · 12 years ago
  17. 278a334 drm/radeon: enable the async DMA rings in the CS ioctl by Alex Deucher · 12 years ago
  18. cd459e5 drm/radeon: add VM CS parser support for async DMA on cayman/TN/SI by Alex Deucher · 12 years ago
  19. d2ead3e drm/radeon/kms: add evergreen/cayman CS parser for async DMA (v2) by Alex Deucher · 12 years ago
  20. cf4ccd0 drm/radeon/kms: add 6xx/7xx CS parser for async DMA (v2) by Alex Deucher · 13 years ago
  21. 4ac0533 drm/radeon: fix htile buffer size computation for command stream checker by Jerome Glisse · 12 years ago
  22. 9af2079 drm/radeon: fix fence locking in the pageflip callback by Daniel Vetter · 12 years ago
  23. 2c38515 drm/radeon: make indirect register access concurrency-safe by Daniel Vetter · 12 years ago
  24. 2ef9bdf drm/radeon: add W|RREG32_IDX for MM_INDEX|DATA based mmio accesss by Daniel Vetter · 12 years ago
  25. ca555e5 drm/exynos: support extended screen coordinate of fimd by Joonyoung Shim · 12 years ago
  26. f56aad3 drm/exynos: fix x, y coordinates for right bottom pixel by Joonyoung Shim · 12 years ago
  27. 60a705a drm/exynos: fix fb offset calculation for plane by Joonyoung Shim · 12 years ago
  28. 1a4513b drm/exynos: hdmi: Fix potential NULL pointer dereference error by Sachin Kamat · 12 years ago
  29. 65da035 drm/exynos: hdmi: Add CONFIG_OF and use of_match_ptr() macro by Sachin Kamat · 12 years ago
  30. a556225 drm/exynos: add support for hdmiphy power control for exynos5 by Rahul Sharma · 12 years ago
  31. 000f130 drm/exynos: add runtime pm support for mixer by Rahul Sharma · 12 years ago
  32. 64327cb drm/exynos: added runtime pm support for hdmi by Rahul Sharma · 12 years ago
  33. 1169af21 drm/exynos: fix allocation and cache mapping type by Inki Dae · 12 years ago
  34. f2c0095 drm/exynos: reorder framebuffer init sequence by Daniel Vetter · 12 years ago
  35. 2065209 drm/i915: Fix missed needs_dmar setting by Zhenyu Wang · 12 years ago
  36. a0e41b5 drm/exynos/iommu: fix return value check in drm_create_iommu_mapping() by Wei Yongjun · 12 years ago
  37. ddd8e95 drm/exynos: remove unused vaddr member by YoungJun Cho · 12 years ago
  38. 4744ad2 drm/exynos: use DMA_ATTR_NO_KERNEL_MAPPING attribute by Inki Dae · 12 years ago
  39. 662aa6d drm/exynos: add exception codes to exynos_drm_fbdev_create() by Inki Dae · 12 years ago
  40. db7e55a drm/exynos: clear windows in fimd dpms off by Prathyush K · 12 years ago
  41. db43fd1 drm/exynos: clear windows in mixer dpms off by Prathyush K · 12 years ago
  42. 01ce113 drm/exynos: modify wait_for_vblank of fimd by Prathyush K · 12 years ago
  43. 6e95d5e drm/exynos: modify wait_for_vblank of mixer by Prathyush K · 12 years ago
  44. 0703397 drm/exynos: move fimd wait_for_vblank to manager_ops by Prathyush K · 12 years ago
  45. 8137a2e drm/exynos: move hdmi's wait_for_vblank to manager_ops by Prathyush K · 12 years ago
  46. f74085a drm/exynos: make wait_for_vblank a manager op by Prathyush K · 12 years ago
  47. a7b362f drm/exynos: add dmabuf attach/detach callbacks. by Inki Dae · 12 years ago
  48. ae9dace drm: exynos: moved exynos drm hdmi device registration to drm driver by Rahul Sharma · 12 years ago
  49. 422bd00 drm: exynos: moved exynos drm device registration to drm driver by Rahul Sharma · 12 years ago
  50. 9add1ac Merge branch 'drm-next-3.8' of git://people.freedesktop.org/~agd5f/linux into drm-next by Dave Airlie · 12 years ago
  51. 86a1881 drm/radeon: fix fence driver for dma ring when wb is disabled by Jerome Glisse · 12 years ago
  52. 5aa709b drm/radeon/si: add VM CS checker support for CP DMA by Alex Deucher · 12 years ago
  53. 94e014e drm/radeon/cayman: add VM CS checker support for CP DMA by Alex Deucher · 12 years ago
  54. 8770b86 drm/radeon: add support for CP DMA packet to evergreen CS checker by Alex Deucher · 12 years ago
  55. 6830f58 drm/radeon: add support for CP DMA packet to r6xx/r7xx CS checker by Alex Deucher · 12 years ago
  56. b997a8b drm/radeon: add register headers for CP DMA on r6xx-SI by Alex Deucher · 12 years ago
  57. 6253e4c drm/radeon: improve mc_stop/mc_resume on r5xx-r7xx by Alex Deucher · 12 years ago
  58. bd25f07 drm/radeon: fix amd afusion gpu setup aka sumo v2 by Jerome Glisse · 12 years ago
  59. d025e9e drm/radeon: do not move bo to different placement at each cs by Jerome Glisse · 12 years ago
  60. 335c07b drm/i915: Fix shifted screen on top of LVDS on IVY laptop by Takashi Iwai · 12 years ago
  61. a636a98 Merge branch 'drm-next-3.8' of git://people.freedesktop.org/~agd5f/linux into drm-next by Dave Airlie · 12 years ago
  62. bf66a78 drm/radeon: use DMA engine for VM page table updates on SI by Alex Deucher · 12 years ago
  63. deab48f drm/radeon: add dma engine support for vm pt updates on si (v2) by Alex Deucher · 12 years ago
  64. 33e5467 drm/radeon: use DMA engine for VM page table updates on cayman/TN by Alex Deucher · 12 years ago
  65. 3b6b59b drm/radeon: add dma engine support for vm pt updates on ni (v5) by Alex Deucher · 12 years ago
  66. 2d6cc72 drm/radeon: use async dma for ttm buffer moves on 6xx-SI by Alex Deucher · 12 years ago
  67. 009ee7a drm/radeon/kms: add support for dma rings to radeon_test_moves() by Alex Deucher · 12 years ago
  68. 8c5fd7e drm/radeon/kms: Add initial support for async DMA on SI by Alex Deucher · 12 years ago
  69. f60cbd1 drm/radeon/kms: Add initial support for async DMA on cayman/TN by Alex Deucher · 12 years ago
  70. 233d1ad drm/radeon/kms: Add initial support for async DMA on evergreen by Alex Deucher · 12 years ago
  71. 4d75658 drm/radeon/kms: Add initial support for async DMA on r6xx/r7xx by Alex Deucher · 12 years ago
  72. 539526b drm/i915: disable cpt phase pointer fdi rx workaround by Daniel Vetter · 12 years ago
  73. 97a875c drm/ttm: remove no_wait_reserve, v3 by Maarten Lankhorst · 12 years ago
  74. e7ab201 drm/ttm: cope with reserved buffers on lru list in ttm_mem_evict_first, v2 by Maarten Lankhorst · 12 years ago
  75. 2b7b3ad drm/ttm: cope with reserved buffers on swap list in ttm_bo_swapout, v2 by Maarten Lankhorst · 12 years ago
  76. 85b144f drm/ttm: call ttm_bo_cleanup_refs with reservation and lru lock held, v3 by Maarten Lankhorst · 12 years ago
  77. 68d18ad drm/i915: set the LPT FDI RX polarity reversal bit when needed by Paulo Zanoni · 12 years ago
  78. dde86e2 drm/i915: add lpt_init_pch_refclk by Paulo Zanoni · 12 years ago
  79. 6ed9ccb drm/radeon: allow move_notify to be called without reservation by Maarten Lankhorst · 12 years ago
  80. 4154f05 drm/ttm: change fence_lock to inner lock by Maarten Lankhorst · 12 years ago
  81. 1a1494d Merge branch 'drm-next-3.8' of git://people.freedesktop.org/~agd5f/linux into drm-next by Dave Airlie · 12 years ago
  82. 988d6ee drm/i915: add support for mPHY destination on intel_sbi_{read, write} by Paulo Zanoni · 12 years ago
  83. d4b1931 drm/i915: reject modes the LPT FDI receiver can't handle by Paulo Zanoni · 12 years ago
  84. 248138b drm/i915: fix hsw_fdi_link_train "retry" code by Paulo Zanoni · 12 years ago
  85. 71bfe91 drm/radeon: bump driver version for new info ioctl requests by Alex Deucher · 12 years ago
  86. 93927f9 drm/radeon: fix eDP clk and lane setup for scaled modes by Alex Deucher · 12 years ago
  87. 2e1a767 drm/radeon: add new INFO ioctl requests by Alex Deucher · 12 years ago
  88. a02dc74 drm/radeon/dce32+: use fractional fb dividers for high clocks by Alex Deucher · 12 years ago
  89. 0d0b3e7 drm/radeon: use cached memory when evicting for vram on non agp by Jerome Glisse · 12 years ago
  90. 57f5708 drm/radeon: add a CS flag END_OF_FRAME by Marek Olšák · 12 years ago
  91. ae133a1 drm/radeon: stop page faults from hanging the system (v2) by Christian König · 12 years ago
  92. e7d841c drm/i915: Close race between processing unpin task and queueing the flip by Chris Wilson · 12 years ago
  93. 8de9e41 Merge branch 'connector-to-object-prop' of git://github.com/robclark/kernel-omap4 into drm-next by Dave Airlie · 12 years ago
  94. 00f09af Merge branch 'exynos-drm-next' of git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos into drm-next by Dave Airlie · 12 years ago
  95. ebf69cb drm/i915: fixup l3 parity sysfs access check by Daniel Vetter · 12 years ago
  96. a144c2e drm/exynos: sending AVI and AUI info frames by Rahul Sharma · 12 years ago
  97. a4d8de5 drm/exynos: Use devm_clk_get in exynos_drm_fimd.c by Sachin Kamat · 12 years ago
  98. 9f49d9f drm/exynos: Use devm_* APIs in exynos_hdmi.c by Sachin Kamat · 12 years ago
  99. 37f5086 drm/exynos: Use devm_clk_get in exynos_mixer.c by Sachin Kamat · 12 years ago
  100. df3d90e drm/exynos: Fix potential NULL pointer dereference by Sachin Kamat · 12 years ago