1. 3bb403b drm: Stop using linedur_ns and pixeldur_ns for vblank timestamps by Ville Syrjälä · 9 years ago
  2. 643b1f5 drm/radeon: implement output csc property for DCE5+ by Alex Deucher · 10 years ago
  3. 67ba31d drm/radeon: add an output_csc property by Alex Deucher · 10 years ago
  4. 72edd83 drm/radeon: fix PLLs on RS880 and older v2 by Christian König · 10 years ago
  5. 78b1a60 drm/radeon: Use cursor_set2 hook for enabling / disabling the HW cursor by Michel Dänzer · 10 years ago
  6. 3cb9ae4 drm: Move drm_crtc_init from drm_crtc.h to drm_plane_helper.h by Daniel Vetter · 10 years ago
  7. a0e8476 drm/radeon: cope with foreign fences inside display by Maarten Lankhorst · 10 years ago
  8. 336879b Merge remote-tracking branch 'airlied/drm-next' into topic/vblank-rework by Daniel Vetter · 10 years ago
  9. 3d3cbd8 drm: Clarify vblank ts/scanoutpos sampling #defines by Daniel Vetter · 10 years ago
  10. f2c24b8 drm/ttm: flip the switch, and convert to dma_fence by Maarten Lankhorst · 11 years ago
  11. dd7cfd6 drm/ttm: kill fence_lock by Maarten Lankhorst · 11 years ago
  12. 9bb39ff drm/radeon: take exclusive_lock in read mode during ring tests, v5 by Maarten Lankhorst · 10 years ago
  13. 39dc545 drm/radeon: Use pflip irqs for pageflip completion if possible. (v2) by Mario Kleiner · 10 years ago
  14. 377bd8a drm/radeon: use a fetch function to get the edid by Alex Deucher · 10 years ago
  15. 72a5c97 drm/radeon: restructure edid fetching by Alex Deucher · 10 years ago
  16. 5f87e09 drm/radeon: Make classic pageflip completion path less racy. by Mario Kleiner · 10 years ago
  17. 8264849 drm/radeon: Add missing vblank_put in pageflip ioctl error path. by Mario Kleiner · 10 years ago
  18. c89e5be drm/radeon: Remove redundant fence unref in pageflip path. by Mario Kleiner · 10 years ago
  19. 306f98d drm/radeon: Complete page flip even if waiting on the BO fence fails by Michel Dänzer · 10 years ago
  20. c60381b drm/radeon: Move pinning the BO back to radeon_crtc_page_flip() by Michel Dänzer · 10 years ago
  21. 0ac66ef drm/radeon: avoid leaking edid data by Alex Deucher · 10 years ago
  22. a2b6d3b drm/radeon: Track the status of a page flip more explicitly by Michel Dänzer · 10 years ago
  23. 46889d9 drm/radeon: Fix radeon_irq_kms_pflip_irq_get/put() imbalance by Michel Dänzer · 10 years ago
  24. ca721b7 Revert "drm/radeon: remove drm_vblank_get|put from pflip handling" by Michel Dänzer · 10 years ago
  25. 4366f3b drm/radeon: Bypass hw lut's for > 8 bpc framebuffer scanout. by Mario Kleiner · 10 years ago
  26. 685d54b drm/radeon: Move fb update from radeon_flip_work_func to radeon_crtc_page_flip by Michel Dänzer · 10 years ago
  27. 8d4ad9d Merge commit '9e9a928eed8796a0a1aaed7e0b676db86ba84594' into drm-next by Dave Airlie · 10 years ago
  28. 7208209 drm/radeon: replace drm_get_connector_name() with direct name field use by Jani Nikula · 10 years ago
  29. fa7f517 drm/radeon: rework page flip handling v4 by Christian König · 10 years ago
  30. b15eb4e Revert "drm/radeon: rework page flip handling v3" by Dave Airlie · 10 years ago
  31. 1aab551 drm/radeon: rework page flip handling v3 by Christian König · 10 years ago
  32. 1a0e791 drm/radeon: separate vblank and pflip crtc handling by Christian König · 10 years ago
  33. 157fa14 drm/radeon: split page flip and pending callback by Christian König · 10 years ago
  34. 75f36d8 drm/radeon: remove drm_vblank_get|put from pflip handling by Christian König · 10 years ago
  35. e928c61 drm/radeon: remove (pre|post)_page_flip callbacks by Christian König · 10 years ago
  36. 4b21ce1 drm/radeon: lower the ref * post PLL maximum once more by Christian König · 10 years ago
  37. 74ad54f drm/radeon: fix typo in finding PLL params by Christian König · 10 years ago
  38. cbe6551 drm/radeon: lower the ref * post PLL maximum by Christian König · 10 years ago
  39. 3b333c5 drm/radeon: avoid high jitter with small frac divs by Christian König · 10 years ago
  40. f5d636d drm/radeon: use pflip irq on R600+ v2 by Christian König · 10 years ago
  41. c2fb309 drm/radeon: improve PLL limit handling in post div calculation by Christian König · 10 years ago
  42. 2431581 drm/radeon: use fixed PPL ref divider if needed by Christian König · 10 years ago
  43. a42892e Merge branch 'drm-next-3.15-wip' of git://people.freedesktop.org/~deathsimple/linux into drm-next by Dave Airlie · 10 years ago
  44. f8a2645 drm/radeon: improve PLL params if we don't match exactly v2 by Christian König · 10 years ago
  45. 5fb9cc4 drm/radeon: apply more strict limits for PLL params v2 by Christian König · 11 years ago
  46. 379dfc2 drm/radeon/dp: switch to the common i2c over aux code by Alex Deucher · 10 years ago
  47. 1608627 drm/radeon: call drm_edid_to_eld when we update the edid by Alex Deucher · 11 years ago
  48. 3216701 drm/radeon: rework finding display PLL numbers v2 by Christian König · 11 years ago
  49. f4510a2 drm: Replace crtc fb with primary plane fb (v3) by Matt Roper · 11 years ago
  50. bea61c5 drm/radeon: fill in DRM_CAPs for cursor size by Alex Deucher · 11 years ago
  51. 8072bfa drm/radeon: Move the early vblank IRQ fixup to radeon_get_crtc_scanoutpos() by Ville Syrjälä · 11 years ago
  52. abca9e4 drm: Pass 'flags' from the caller to .get_scanout_position() by Ville Syrjälä · 11 years ago
  53. 6c7bcce drm/radeon/pm: move pm handling into the asic specific code by Alex Deucher · 11 years ago
  54. d47abc5 drm/radeon: Push get_scanout_position() timestamping into kms driver. by Mario Kleiner · 11 years ago
  55. 10ebc0b drm/radeon: add runtime PM support (v2) by Dave Airlie · 12 years ago
  56. 6214bb7 drm/radeon: add a connector property for dither by Alex Deucher · 11 years ago
  57. 8666c07 drm/radeon: add a connector property for audio by Alex Deucher · 11 years ago
  58. 9c725e5 Merge branch 'drm-next-3.12' of git://people.freedesktop.org/~agd5f/linux into drm-next by Dave Airlie · 11 years ago
  59. b530602 drm/radeon: add audio support for DCE6/8 GPUs (v12) by Alex Deucher · 11 years ago
  60. a4d39e6 drm/radeon: use loop for initializing AFMT blocks by Rafał Miłecki · 11 years ago
  61. ed8d197 drm: Pass page flip ioctl flags to driver by Keith Packard · 11 years ago
  62. e68adef drm/radeon/atom: add DCE8 encoder support by Alex Deucher · 12 years ago
  63. 9e05fa1 drm/radeon/cik: add hw cursor support (v2) by Alex Deucher · 12 years ago
  64. 26ae466 drm/radeon: use drm_send_vblank_event() helper by Rob Clark · 12 years ago
  65. 6dc1c49 Merge branch 'fbcon-locking-fixes' of ssh://people.freedesktop.org/~airlied/linux into drm-next by Dave Airlie · 12 years ago
  66. f2d68cf drm/radeon: Calling object_unrefer() when creating fb failure by liu chuansheng · 12 years ago
  67. b2f4b03 radeon_display: Use pointer return error codes by xueminsu · 12 years ago
  68. c7d73f6 drm/<drivers>: reorder framebuffer init sequence by Daniel Vetter · 12 years ago
  69. 0a9069d drm/radeon: Properly handle DDC probe for DP bridges by Niels Ole Salscheider · 12 years ago
  70. 9af2079 drm/radeon: fix fence locking in the pageflip callback by Daniel Vetter · 12 years ago
  71. 760285e UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/ by David Howells · 12 years ago
  72. e811f5a drm: Make the .mode_fixup() operations mode argument a const pointer by Laurent Pinchart · 12 years ago
  73. e6ecefa drm: Constify drm_mode_config_funcs pointer by Laurent Pinchart · 12 years ago
  74. 0783986 drm/radeon/hdmi: store info about all AFMT blocks by Alex Deucher · 12 years ago
  75. c1d2dbd drm/radeon: eliminate redundant connector_names table by Ilija Hadzic · 12 years ago
  76. df391c0 drm/radeon: add a missing entry to encoder_names by Ilija Hadzic · 12 years ago
  77. f3f1f03 drm/radeon/kms: DCE6 disp eng pll updates by Alex Deucher · 13 years ago
  78. 0349af7 drm/radeon: Restrict offset for legacy display engine. by Michel Dänzer · 13 years ago
  79. 8229c88 drm: Merge tag 'v3.3-rc7' into drm-core-next by Dave Airlie · 13 years ago
  80. aaefcd4 drm/radeon: deal with errors from framebuffer init path. by Dave Airlie · 13 years ago
  81. 81ffbbe drm/radeon: fix deferred page-flip detection logic on Avivo-based ASICs by Felix Kuehling · 13 years ago
  82. 019d96c drm: add some caps for userspace to discover more info for dumb KMS driver (v2) by Dave Airlie · 13 years ago
  83. d9bc3c0 drm: add convenience function to create an range property by Sascha Hauer · 13 years ago
  84. 4a67d39 drm: add convenience function to create an enum property by Sascha Hauer · 13 years ago
  85. 3fa47d9 drm/radeon/kms: move disp eng pll setup to init path by Alex Deucher · 13 years ago
  86. 01f2c77 drm: Replace pitch with pitches[] in drm_framebuffer by Ville Syrjälä · 13 years ago
  87. 308e5bc drm: add an fb creation ioctl that takes a pixel format v5 by Jesse Barnes · 13 years ago
  88. fab249e drm/radeon/kms: remove useless radeon_ddc_dump() by Alex Deucher · 13 years ago
  89. 1d33e1f drm/radeon/kms: rework DP bridge checks by Alex Deucher · 13 years ago
  90. db318d7 drm/radeon: Unreference GEM object outside of spinlock in page flip error path. by Michel Dänzer · 13 years ago
  91. b06947b drm/radeon/kms: fix DP detect and EDID fetch for DP bridges by Alex Deucher · 13 years ago
  92. e384fab drm/radeon: Extended DDC Probing for Connectors with Improperly Wired DDC Lines (here: Asus M2A-VM HDMI) by Thomas Reim · 13 years ago
  93. d0254d5 drm/radeon: Don't clobber error return value in page flipping cleanup paths. by Michel Dänzer · 13 years ago
  94. fcc485d drm/radeon: Don't generate new fence for page flip. by Michel Dänzer · 13 years ago
  95. 498c555 drm/radeon: fix oops in ttm reserve when pageflipping (v2) by Dave Airlie · 13 years ago
  96. ac89af1 drm/radeon/kms/atom: move dig phy init out of modesetting by Alex Deucher · 13 years ago
  97. bbb0aef drm: Verify debug message arguments by Joe Perches · 13 years ago
  98. 25985ed Fix common misspellings by Lucas De Marchi · 14 years ago
  99. 34db18ab Merge remote branch 'intel/drm-intel-next' of ../drm-next into drm-core-next by Dave Airlie · 14 years ago
  100. 7e4d15d drm/radeon: introduce gem_to_radeon_bo helper by Daniel Vetter · 14 years ago