1. 7e7de76 drm: Clear crtc->primary->crtc when disabling the crtc via setcrtc() by Ville Syrjälä · 7 years ago
  2. 23163a7 drm: Check that the plane supports the request format+modifier combo by Ville Syrjälä · 8 years ago
  3. 75a655e drm/modes: Provide global mode_valid hook by Ville Syrjälä · 8 years ago
  4. 2a8d3ea drm: Warn if plane/crtc/encoder/connector index exceeds our 32bit bitmasks by Ville Syrjälä · 8 years ago
  5. 418da17 drm: Pass struct drm_file * to __drm_mode_object_find [v2] by Keith Packard · 8 years ago
  6. 3fa6a07 drm/crtc: Convert setcrtc ioctl locking to interruptible. by Maarten Lankhorst · 8 years ago
  7. 144a799 drm: Handle properties in the core for atomic drivers by Daniel Vetter · 8 years ago
  8. 4a97a3d drm: Don't update property values for atomic drivers by Daniel Vetter · 8 years ago
  9. 53552d5 drm: Take mode_config.mutex in setcrtc ioctl by Daniel Vetter · 8 years ago
  10. 38b6441 drm/atomic-helper: Remove the backoff hack from set_config by Daniel Vetter · 8 years ago
  11. a4eff9a drm: Add acquire ctx parameter to ->set_config by Daniel Vetter · 8 years ago
  12. 2ceb585 drm: Add explicit acquire ctx handling around ->set_config by Daniel Vetter · 8 years ago
  13. d49473a drm: Restrict drm_mode_set_config_internal to non-atomic drivers by Daniel Vetter · 8 years ago
  14. 2c77bb2 drm: simplify the locking in the GETCRTC ioctl by Daniel Vetter · 8 years ago
  15. 18dddad drm/atomic: Introduce drm_atomic_helper_shutdown by Daniel Vetter · 8 years ago
  16. a4a69da drm: Introduce drm_framebuffer_{get,put}() by Thierry Reding · 8 years ago
  17. ad09360 drm: Introduce drm_connector_{get,put}() by Thierry Reding · 8 years ago
  18. 2135ea7 drm: Rename drm_mode_object_get() by Thierry Reding · 8 years ago
  19. 196cd5d drm: s/drm_crtc_get_hv_timings/drm_mode_get_hv_timings/ by Daniel Vetter · 9 years ago
  20. d5d487e drm: Update kerneldoc for drm_crtc.[hc] by Daniel Vetter · 9 years ago
  21. d574528 drm/kms-core: Use recommened kerneldoc for struct member refs by Daniel Vetter · 9 years ago
  22. 931c670 drm: add more document for drm_crtc_from_index() by Shawn Guo · 9 years ago
  23. 6d1b81d drm: add crtc helper drm_crtc_from_index() by Shawn Guo · 9 years ago
  24. 438b74a drm: Nuke fb->pixel_format by Ville Syrjälä · 9 years ago
  25. de7b6be drm: Use atomic state for FB in legacy ioctls by Daniel Stone · 9 years ago
  26. 35f8cc3 drm/fence: add drm_crtc_create_fence() by Gustavo Padovan · 9 years ago
  27. beaf5af drm/fence: add out-fences support by Gustavo Padovan · 9 years ago
  28. 6d6003c drm/fence: add fence timeline to drm_crtc by Gustavo Padovan · 9 years ago
  29. 9498c19 drm: Move tile group code into drm_connector.c by Daniel Vetter · 9 years ago
  30. 28575f1 drm: Extract drm_mode_config.[hc] by Daniel Vetter · 9 years ago
  31. 1a02ea4 drm: Extract drm_dumb_buffers.c by Daniel Vetter · 9 years ago
  32. 35cf035 drm: don't let crtc_ww_class leak out by Rob Clark · 9 years ago
  33. b3c11ac drm: move allocation out of drm_get_format_name() by Eric Engestrom · 9 years ago
  34. 7abc7d4 drm: don't override possible_crtcs for primary/cursor planes by Rob Clark · 9 years ago
  35. bd2ef25 drm: Add drm_rotation_90_or_270() by Ville Syrjälä · 9 years ago
  36. 9edbf1f drm: Add API for capturing frame CRCs by Tomeu Vizoso · 9 years ago
  37. f1e2f66 drm: Extract drm_color_mgmt.[hc] by Daniel Vetter · 9 years ago
  38. 1873380 drm: Conslidate blending properties in drm_blend.[hc] by Daniel Vetter · 9 years ago
  39. 532b367 drm/doc: Polish for drm_plane.[hc] by Daniel Vetter · 9 years ago
  40. 43968d7 drm: Extract drm_plane.[hc] by Daniel Vetter · 9 years ago
  41. dec90ea drm: Fix error path in drm_mode_page_flip_ioctl() by Imre Deak · 9 years ago
  42. 5e7a1d0 Merge tag 'topic/drm-misc-2016-08-31' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 9 years ago
  43. 59e71ee drm: Extract drm_property.[hc] by Daniel Vetter · 9 years ago
  44. ec5e304 drm: move drm_mode_legacy_fb_format to drm_fourcc.c by Daniel Vetter · 9 years ago
  45. 949619f drm: Extract drm_mode_object.[hc] by Daniel Vetter · 9 years ago
  46. 321a95a drm: Extract drm_encoder.[hc] by Daniel Vetter · 9 years ago
  47. e9c3dde Merge branch 'drm-next-4.9' of git://people.freedesktop.org/~agd5f/linux into drm-next by Dave Airlie · 9 years ago
  48. b3c6c8b drm: document drm_display_info by Daniel Vetter · 9 years ago
  49. 5221719 drm: Extract drm_connector.[hc] by Daniel Vetter · 9 years ago
  50. adebd6f drm: Export drm_property_replace_global_blob by Daniel Vetter · 9 years ago
  51. 7520a27 drm: Extract drm_framebuffer.[hc] by Daniel Vetter · 9 years ago
  52. 6ab10b7 drm/kms: Nuke dirty_info property by Daniel Vetter · 9 years ago
  53. 62cacc7 drm/doc: Fix more kerneldoc/sphinx warnings by Daniel Vetter · 9 years ago
  54. d382814 drm: remove `const` attribute to hint at caller that they now own the memory by Eric Engestrom · 9 years ago
  55. 90844f0 drm: make drm_get_format_name thread-safe by Eric Engestrom · 9 years ago
  56. f8725ad Merge tag 'topic/drm-misc-2016-08-12' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 9 years ago
  57. f837297 drm: Add DRM_MODE_PAGE_FLIP_TARGET_ABSOLUTE/RELATIVE flags v2 by Michel Dänzer · 9 years ago
  58. c229bfb drm: Add page_flip_target CRTC hook v2 by Michel Dänzer · 9 years ago
  59. 31ad61e drm: BIT(DRM_ROTATE_?) -> DRM_ROTATE_? by Joonas Lahtinen · 9 years ago
  60. 5c6c201 drm: Paper over locking inversion after registration rework by Daniel Vetter · 9 years ago
  61. 6942559 drm: drm_connector->s/connector_id/index/ for consistency by Daniel Vetter · 9 years ago
  62. 6100598 drm: Unexport drm_connector_unregister_all() by Chris Wilson · 9 years ago
  63. 0dcac50 Revert "drm: Resurrect atomic rmfb code" by Daniel Vetter · 9 years ago
  64. 11c21e7 drm: Resurrect atomic rmfb code by Daniel Vetter · 9 years ago
  65. 041401f drm: Unexport drm_connector_register_all() by Chris Wilson · 9 years ago
  66. 3e31d24 drm: Use helper to turn off CRTC by Lukas Wunner · 9 years ago
  67. 6a0d952 drm: Add helpers to turn off CRTCs by Lukas Wunner · 9 years ago
  68. 3b96a0b drm: document drm_auth.c by Daniel Vetter · 9 years ago
  69. b3ac9f2 drm: Extract drm_is_current_master by Daniel Vetter · 9 years ago
  70. 8106554 drm: Clean up drm_crtc.h by Daniel Vetter · 9 years ago
  71. 79190ea drm: Add callbacks for late registering by Benjamin Gaignard · 9 years ago
  72. e28cd4d drm: Automatically register/unregister all connectors by Chris Wilson · 9 years ago
  73. 80de346 drm: Automatically unregister the connector during cleanup by Chris Wilson · 9 years ago
  74. 40daac6 drm: Make drm_connector_register() safe against multiple calls by Chris Wilson · 9 years ago
  75. aaf285e drm: Add a callback from connector registering by Chris Wilson · 9 years ago
  76. 3b24f7d drm/atomic: Add struct drm_crtc_commit to track async updates by Daniel Vetter · 9 years ago
  77. ae4df11 drm: Move format-related helpers to drm_fourcc.c by Laurent Pinchart · 9 years ago
  78. 3c85f20 Merge tag 'omapdrm-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tomba/linux into drm-next by Dave Airlie · 9 years ago
  79. 76c6dcc Merge branch 'virtio-gpu-for-airlied' of git://git.kraxel.org/linux into drm-next by Dave Airlie · 9 years ago
  80. 2cca455 Merge tag 'topic/drm-misc-2016-06-07' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 9 years ago
  81. fa625c1 Backmerge tag 'v4.7-rc2' into drm-next by Dave Airlie · 9 years ago
  82. f8ed34a drm: drm_helper_crtc_enable_color_mgmt() => drm_crtc_enable_color_mgmt() by Jyri Sarha · 9 years ago
  83. 7ea7728 drm/core: Change declaration for gamma_set. by Maarten Lankhorst · 9 years ago
  84. dd54659 add cursor hotspot to drm_framebuffer by Gerd Hoffmann · 9 years ago
  85. 490d3d1 drm: Store the plane's index by Chris Wilson · 9 years ago
  86. 2e7a570 drm/doc: Appease sphinx by Daniel Vetter · 9 years ago
  87. 1e8985a drm: fix fb refcount issue with atomic modesetting by Tomi Valkeinen · 9 years ago
  88. b201e74 drm: add missing drm_mode_set_crtcinfo call by Tomi Valkeinen · 9 years ago
  89. cf48e29 drm: Initialize a linear gamma table by default by Daniel Vetter · 9 years ago
  90. fdf2c85 drm: Fix error handling in drm_connector_register by Daniel Vetter · 9 years ago
  91. f2d580b drm/core: Do not preserve framebuffer on rmfb, v4. by Maarten Lankhorst · 9 years ago
  92. b164d31 drm/modes: add connector reference counting. (v2) by Dave Airlie · 9 years ago
  93. acff058 Merge tag 'drm-vc4-next-2016-05-02' of https://github.com/anholt/linux into drm-next by Dave Airlie · 9 years ago
  94. 2b8f01f Merge tag 'topic/drm-misc-2016-04-29' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 9 years ago
  95. 676fb32 drm: Quiet down drm_mode_getresources by Tvrtko Ursulin · 9 years ago
  96. 3849bef drm: Quiet down drm_mode_getconnector by Tvrtko Ursulin · 9 years ago
  97. 152ef5f drm: Switch blobs to the new generic modeset obj refcounting by Daniel Vetter · 9 years ago
  98. 1649c33 drm: Fix fb leaks and WARN spew in get/set_prop ioctls by Daniel Vetter · 9 years ago
  99. 05981422 drm: Improve kerneldoc for new mode object refcounting by Daniel Vetter · 9 years ago
  100. 027b3f8b drm/modes: stop handling framebuffer special by Dave Airlie · 9 years ago