1. 1eb8345 drm: Pass the user drm_mode_fb_cmd2 as const to .fb_create() by Ville Syrjälä · 9 years ago
  2. b110ef3 drm/tegra: Remove local fbdev emulation Kconfig option by Archit Taneja · 9 years ago
  3. 3e82806 Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 9 years ago
  4. 79211c8 remove abs64() by Andrew Morton · 9 years ago
  5. 596a1d3 Merge tag 'drm/tegra/for-4.4-rc1' of git://anongit.freedesktop.org/tegra/linux into drm-next by Dave Airlie · 9 years ago
  6. 2bcdcbf drm/tegra: dc: Request/free syncpoint at init/exit by Thierry Reding · 10 years ago
  7. c8a8067 drm/tegra: fb: Remove gratuituous blank line by Thierry Reding · 10 years ago
  8. f8c4714 drm/<drivers>: Drop DRM_UNLOCKED from modeset drivers by Daniel Vetter · 10 years ago
  9. 88e7271 drm/irq: Use unsigned int pipe in public API by Thierry Reding · 10 years ago
  10. f993406 drm/tegra: Handle I2C_WRITE_STATUS_UPDATE for address only writes by Ville Syrjälä · 10 years ago
  11. 2b712be drm/dp: s/I2C_STATUS/I2C_WRITE_STATUS_UPDATE/ by Ville Syrjälä · 10 years ago
  12. aef9dbb drm/atomic-helper: Add option to update planes only on active crtc by Daniel Vetter · 10 years ago
  13. 844f911 drm/atomic: Make prepare_fb/cleanup_fb only take state, v3. by Maarten Lankhorst · 10 years ago
  14. bef2c7b Merge tag 'drm/tegra/for-4.3-rc1' of git://anongit.freedesktop.org/tegra/linux into drm-next by Dave Airlie · 10 years ago
  15. 459cc2c drm/tegra: sor: Add HDMI support by Thierry Reding · 10 years ago
  16. 3309ac8 drm/tegra: sor: Add Tegra210 eDP support by Thierry Reding · 10 years ago
  17. 003fc84 drm/tegra: dc: Implement atomic DPMS by Thierry Reding · 10 years ago
  18. 850bab4 drm/tegra: sor: Restore DPMS by Thierry Reding · 10 years ago
  19. 171e2e6 drm/tegra: dsi: Restore DPMS by Thierry Reding · 10 years ago
  20. 29871b2 drm/tegra: hdmi: Restore DPMS by Thierry Reding · 10 years ago
  21. 32c3dee drm/tegra: rgb: Restore DPMS by Thierry Reding · 10 years ago
  22. 530239a drm/tegra: sor: Use DRM debugfs infrastructure for CRC by Thierry Reding · 10 years ago
  23. 51511d0 drm/tegra: sor: Write correct head state registers by Thierry Reding · 10 years ago
  24. 8044449 drm/tegra: sor: Constify display mode by Thierry Reding · 10 years ago
  25. 066d30f drm/tegra: sor: Reset the correct debugfs fields by Thierry Reding · 10 years ago
  26. 3ff1f22 drm/tegra: sor: Set minor after debugfs initialization by Thierry Reding · 10 years ago
  27. 4dbdc74 drm/tegra: sor: Provide error messages in probe by Thierry Reding · 10 years ago
  28. a9a9e4f drm/tegra: sor: Rename registers for consistency by Thierry Reding · 10 years ago
  29. 9e532b3 drm/tegra: dpaux: Disable interrupt when detached by Thierry Reding · 10 years ago
  30. 3227166 drm/tegra: dpaux: Configure pads as I2C by default by Thierry Reding · 10 years ago
  31. 08f580e drm/tegra: dpaux: Provide error message in probe by Thierry Reding · 10 years ago
  32. ddfb406 drm/tegra: dsi: Add Tegra210 support by Thierry Reding · 10 years ago
  33. c06c793 drm/tegra: dsi: Add Tegra132 support by Thierry Reding · 10 years ago
  34. 7d33858 drm/tegra: dsi: Add Tegra124 support by Thierry Reding · 10 years ago
  35. b8be0bd drm/tegra: dsi: Use proper back-porch for non-sync video mode by Thierry Reding · 10 years ago
  36. 472a6d1 drm/tegra: dc: Rename BASE_COLOR_SIZE* fields by Thierry Reding · 10 years ago
  37. 76ac328 drm/tegra: dc: Don't explicitly set owner module by Thierry Reding · 10 years ago
  38. 8fd3ffa drm/tegra: dc: Rename register for consistency by Thierry Reding · 10 years ago
  39. 791ddb1 drm/tegra: dc: Record statistics by Thierry Reding · 10 years ago
  40. 01a5da0 drm/tegra: dc: Request syncpoint earlier by Thierry Reding · 10 years ago
  41. e83dcb5 drm/tegra: dc: Remove gratuituous blank line by Thierry Reding · 10 years ago
  42. a1df3b2 drm/tegra: dc: Clarify comment about cursor treatment by Thierry Reding · 10 years ago
  43. 6ca1f62 drm/tegra: dc: Implement CRC debugfs interface by Thierry Reding · 10 years ago
  44. 5b4f516 drm/tegra: dc: Add Tegra210 support by Thierry Reding · 10 years ago
  45. 31930d4 drm/tegra: dc: Reset VBLANK to off by Thierry Reding · 10 years ago
  46. fb36d0ee drm/tegra: output: Support low-active hotplug detect by Thierry Reding · 10 years ago
  47. a13f1dc drm/tegra: Use SIMPLE_DEV_PM_OPS by Thierry Reding · 10 years ago
  48. cdc630b drm/tegra: Allow VBLANK to be disabled by Thierry Reding · 10 years ago
  49. 0f7d905 drm/tegra: Use new drm_fb_helper functions by Archit Taneja · 10 years ago
  50. 9a69a9a drm: Make the connector dpms callback return a value, v2. by Maarten Lankhorst · 10 years ago
  51. 613d2b2 drm/atomic: pass old crtc state to atomic_begin/flush. by Maarten Lankhorst · 10 years ago
  52. c861acc Merge tag 'drm/tegra/for-4.2-rc1' of git://anongit.freedesktop.org/tegra/linux into drm-next by Dave Airlie · 10 years ago
  53. 8a8005e drm/tegra: dpaux: Registers are 32-bit by Thierry Reding · 10 years ago
  54. fd73caa drm/tegra: gem: Flush pages after allocation by Thierry Reding · 10 years ago
  55. 4553f73 drm/tegra: gem: Take into account IOMMU aperture by Thierry Reding · 10 years ago
  56. 3c1dae0 drm/tegra: dpaux: Fix transfers larger than 4 bytes by Thierry Reding · 10 years ago
  57. 3790e39 drm/tegra: Don't use vblank_disable_immediate on incapable driver. by Mario Kleiner · 10 years ago
  58. d8fbe34 dma-buf: cleanup dma_buf_export() to make it easily extensible by Sumit Semwal · 10 years ago
  59. 1ddd36e Merge tag 'drm/tegra/for-4.1-rc1' of git://anongit.freedesktop.org/tegra/linux into drm-next by Dave Airlie · 10 years ago
  60. 535a65d drm/tegra: sor: Reset during initialization by Tomeu Vizoso · 10 years ago
  61. 5c1c071 drm/tegra: hdmi: Name register fields consistently by Thierry Reding · 10 years ago
  62. 375e118 drm/tegra: hdmi: Resets are synchronous by Thierry Reding · 10 years ago
  63. 9d910b6 drm/tegra: dc: Document tegra_dc_state_setup_clock() by Thierry Reding · 10 years ago
  64. d0852ab drm/tegra: dc: Remove unused callbacks by Thierry Reding · 10 years ago
  65. 3774363 drm/tegra: dc: Remove unused function by Thierry Reding · 10 years ago
  66. 3b59b7ac drm/tegra: dc: Use base atomic state helpers by Thierry Reding · 10 years ago
  67. 42e9ce0 drm/tegra: dc: Implement hardware VBLANK counter by Thierry Reding · 10 years ago
  68. dab1633 drm/tegra: sor: Dump registers via debugfs by Thierry Reding · 10 years ago
  69. 28fe207 drm/tegra: sor: Registers are 32-bit by Thierry Reding · 10 years ago
  70. 28c2337 drm/tegra: Provide debugfs file for the IOVA space by Thierry Reding · 10 years ago
  71. d298274 drm/tegra: dc: Check for valid parent clock by Thierry Reding · 10 years ago
  72. a8c6ecb Merge tag 'v4.0-rc3' into drm-next by Dave Airlie · 10 years ago
  73. d136dfe drm: Pass in new and old plane state to prepare_fb and cleanup_fb by Tvrtko Ursulin · 10 years ago
  74. 1af434a drm/atomic-helper: Rename commmit_post/pre_planes by Daniel Vetter · 10 years ago
  75. 07d05cb drm/tegra: dc: Move more code into ->init() by Thierry Reding · 10 years ago
  76. 332bbe7 drm/tegra: dc: Wire up CRTC parent of atomic state by Thierry Reding · 10 years ago
  77. 567a3cd drm/tegra: dc: Reset state's active_changed field by Thierry Reding · 10 years ago
  78. c03bf1b drm/tegra: hdmi: Explicitly set clock rate by Thierry Reding · 10 years ago
  79. 31f40f8 drm/tegra: Use correct relocation target offsets by David Ung · 10 years ago
  80. 359ae68 drm/tegra: Add minimal power management by Thierry Reding · 10 years ago
  81. 666cb87 drm/tegra: dc: Unify enabling the display controller by Thierry Reding · 10 years ago
  82. 8f604f8 drm/tegra: Track tiling and format in plane state by Thierry Reding · 10 years ago
  83. 47802b0 drm/tegra: Track active planes in CRTC state by Thierry Reding · 10 years ago
  84. 3f0fb52 drm/tegra: Remove unused ->mode_fixup() callbacks by Thierry Reding · 10 years ago
  85. 1503ca4 drm/tegra: Atomic conversion, phase 3, step 3 by Thierry Reding · 10 years ago
  86. 74f4879 drm/tegra: Atomic conversion, phase 3, step 2 by Thierry Reding · 10 years ago
  87. 76d59ed drm/tegra: dc: Use atomic clock state in modeset by Thierry Reding · 10 years ago
  88. 82f1511 drm/tegra: sor: Implement ->atomic_check() by Thierry Reding · 10 years ago
  89. a9825a6 drm/tegra: hdmi: Implement ->atomic_check() by Thierry Reding · 10 years ago
  90. ebd14af drm/tegra: dsi: Implement ->atomic_check() by Thierry Reding · 10 years ago
  91. 3cebae6 drm/tegra: rgb: Implement ->atomic_check() by Thierry Reding · 10 years ago
  92. ca915b1 drm/tegra: dc: Store clock setup in atomic state by Thierry Reding · 10 years ago
  93. 0786696 drm/tegra: Atomic conversion, phase 3, step 1 by Thierry Reding · 10 years ago
  94. 9d44189 drm/tegra: Atomic conversion, phase 2 by Thierry Reding · 10 years ago
  95. 4aa3df7 drm/tegra: Atomic conversion, phase 1 by Thierry Reding · 10 years ago
  96. 05f175f drm/tegra: dc: Do not needlessly deassert reset by Thierry Reding · 10 years ago
  97. 328ec69 drm/tegra: Output cleanup functions cannot fail by Thierry Reding · 10 years ago
  98. ea130b2 drm/tegra: Remove remnants of the output midlayer by Thierry Reding · 10 years ago
  99. 4009c22 drm/tegra: debugfs cleanup cannot fail by Thierry Reding · 10 years ago
  100. 6fad8f6 drm/tegra: sor: Demidlayer by Thierry Reding · 10 years ago