1. 23c453a drm: Pretty print pixel format in drm_fb_get_bpp_depth() and format_check() by Ville Syrjälä · 11 years ago
  2. 37c4e70 drm: Return -ENOENT when a framebuffer can't be found by Ville Syrjälä · 11 years ago
  3. f27657f drm: Consistently return -ENOENT when a mode object can't be found by Ville Syrjälä · 11 years ago
  4. 74afee7 drm: fix a small spelling by Marc-André Lureau · 11 years ago
  5. 5848ad4 drm: Reject stereo modes with an unknown layout by Damien Lespiau · 11 years ago
  6. fc4833c drm: Revert "drm: Reject modes with more than 1 stereo flags set" by Damien Lespiau · 11 years ago
  7. a0c1bbb drm: Check the fb size against the adjusted v/hdisplay for stereo modes by Damien Lespiau · 11 years ago
  8. c11e928 drm: Factor out common CRTC viewport checking code by Damien Lespiau · 11 years ago
  9. a3ff6d5 drm: Reject modes with more than 1 stereo flags set by Damien Lespiau · 11 years ago
  10. 61d8e32 drm: Add a STEREO_3D capability to the SET_CLIENT_CAP ioctl by Damien Lespiau · 11 years ago
  11. b892327 drm: add MIPI DSI encoder and connector types by Shobhit Kumar · 11 years ago
  12. 101b96f drm: fix DRM_IOCTL_MODE_GETFB handle-leak by David Herrmann · 11 years ago
  13. 3b336ec drm: Add drm_bridge by Sean Paul · 11 years ago
  14. 62f2104 drm: Advertise async page flip ability through GETCAP ioctl by Keith Packard · 11 years ago
  15. ed8d197 drm: Pass page flip ioctl flags to driver by Keith Packard · 11 years ago
  16. 86f422d drm: Make drm_mode_remove() static by Lespiau, Damien · 11 years ago
  17. ddecb10 drm: Remove drm_mode_create_dithering_property() by Lespiau, Damien · 11 years ago
  18. b21e3af drm: use ida to allocate connector ids by Ilia Mirkin · 11 years ago
  19. 4c813d4 drm: add hotspot support for cursors. by Dave Airlie · 11 years ago
  20. 5cef29a drm: fix fb leak in setcrtc by Daniel Vetter · 11 years ago
  21. cc85e12 drm: check that ->set_config properly updates the fb by Daniel Vetter · 11 years ago
  22. 778ad90 drm: Remove some unused stuff from drm_plane by Ville Syrjälä · 11 years ago
  23. 35f2c3a drm: Add kernel-doc for plane functions by Ville Syrjälä · 11 years ago
  24. 9125e61 drm: Add drm_plane_force_disable() by Ville Syrjälä · 11 years ago
  25. ad6f5c3 drm: Improve drm_crtc documentation by Ville Syrjälä · 11 years ago
  26. 990256a drm: Add probed modes in probe order by Ville Syrjälä · 11 years ago
  27. d20d317 drm: Constify the pretty-print functions by Ville Syrjälä · 11 years ago
  28. 6ba6d03 drm: Print pretty names for pixel formats by Ville Syrjälä · 11 years ago
  29. ed7951d drm: Make the HPD status updates debug logs more readable by Lespiau, Damien · 11 years ago
  30. f3c58ce Merge branch 'for-linux-next' of git://people.freedesktop.org/~danvet/drm-intel into drm-next by Dave Airlie · 11 years ago
  31. a9b054e drm: don't check modeset locks in panic handler by Daniel Vetter · 11 years ago
  32. c55b6b3 drm: Kill user_modes list and the associated ioctls by Ville Syrjälä · 11 years ago
  33. ea9cbb0 drm: Silence some sparse warnings by Ville Syrjälä · 11 years ago
  34. 909d9cd drm: Don't allow page flip to change pixel format by Laurent Pinchart · 11 years ago
  35. 87d24fc drm: Destroy property blobs at mode config cleanup time by Laurent Pinchart · 11 years ago
  36. 9131d3d drm: cleanup: use drm_framebuffer_reference instead of a kref_get by archit taneja · 11 years ago
  37. 8abbbaf drm: don't unlock in the addfb error paths by Daniel Vetter · 11 years ago
  38. 2e92881 drm: convert to idr_alloc() by Tejun Heo · 11 years ago
  39. 4d53233 drm: don't use idr_remove_all() by Tejun Heo · 11 years ago
  40. 8cf1e98 drm: Add consistency check for page-flipping by Thierry Reding · 11 years ago
  41. b81e059 Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-intel into drm-next by Dave Airlie · 11 years ago
  42. d84f031 drm: Use C8 instead of RGB332 when determining the format from depth/bpp by Ville Syrjälä · 11 years ago
  43. c51a6bc drm: Fill depth/bits_per_pixel for C8 format by Ville Syrjälä · 11 years ago
  44. 35f8bad drm: Don't set the plane->fb to NULL on successfull set_plane by Daniel Vetter · 11 years ago
  45. 6aed8ec drm: review locking for drm_fb_helper_restore_fbdev_mode by Daniel Vetter · 12 years ago
  46. 7b24056 drm: don't hold crtc mutexes for connector ->detect callbacks by Daniel Vetter · 12 years ago
  47. b4d5e7d drm: only grab the crtc lock for pageflips by Daniel Vetter · 12 years ago
  48. b62584e drm: optimize drm_framebuffer_remove by Daniel Vetter · 12 years ago
  49. b0d1232 drm: refcounting for crtc framebuffers by Daniel Vetter · 12 years ago
  50. 6c2a753 drm: refcounting for sprite framebuffers by Daniel Vetter · 12 years ago
  51. 4ccf097 drm: fb refcounting for dirtyfb_ioctl by Daniel Vetter · 12 years ago
  52. 58c0dca drm: don't take modeset locks in getfb ioctl by Daniel Vetter · 12 years ago
  53. 468174f drm: push modeset_lock_all into ->fb_create driver callbacks by Daniel Vetter · 12 years ago
  54. 7d33159 drm: nest modeset locks within fpriv->fbs_lock by Daniel Vetter · 12 years ago
  55. 2b677e8 drm: reference framebuffers which are on the idr by Daniel Vetter · 12 years ago
  56. 3620636 drm: revamp framebuffer cleanup interfaces by Daniel Vetter · 12 years ago
  57. 786b99e drm: create drm_framebuffer_lookup by Daniel Vetter · 12 years ago
  58. 4b096ac drm: revamp locking around fb creation/destruction by Daniel Vetter · 12 years ago
  59. dac3566 drm: only take the crtc lock for ->cursor_move by Daniel Vetter · 12 years ago
  60. bfb8992 drm: only take the crtc lock for ->cursor_set by Daniel Vetter · 12 years ago
  61. 29494c1 drm: add per-crtc locks by Daniel Vetter · 12 years ago
  62. 8484990 drm: add drm_modeset_lock|unlock_all by Daniel Vetter · 12 years ago
  63. 2d13b67 drm: encapsulate crtc->set_config calls by Daniel Vetter · 12 years ago
  64. af26ef3 drm/<drivers>: Unified handling of unimplemented fb->create_handle by Daniel Vetter · 12 years ago
  65. 7147573 drm/gma500: move fbcon restore to lastclose by Daniel Vetter · 12 years ago
  66. 065a50ed drm/doc: integrate drm_crtc.c kerneldoc by Daniel Vetter · 12 years ago
  67. 8faf6b1 drm: review locking rules in drm_crtc.c by Daniel Vetter · 12 years ago
  68. 5849556 drm: remove legacy drm_connector_property fxns by Rob Clark · 12 years ago
  69. 5e2cb2f drm: properly init/reset connector status by Daniel Vetter · 12 years ago
  70. e655d12 drm/crtc: Fix potential NULL pointer dereference by Sachin Kamat · 12 years ago
  71. 9e1c156 drm/crtc: Remove redundant NULL check before kfree by Sachin Kamat · 12 years ago
  72. e3cc352 drm: Reject addfb2 with undefined flag bits set by Ville Syrjälä · 12 years ago
  73. c4a5675 drm: Ignore blob propertys in drm_property_change_is_valid() by Ville Syrjälä · 12 years ago
  74. b180b5d drm: Be more paranoid with integer overflows by Ville Syrjälä · 12 years ago
  75. 612a9aa Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 12 years ago
  76. 760285e UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/ by David Howells · 12 years ago
  77. 4126d5d UAPI: (Scripted) Remove redundant DRM UAPI header #inclusions from drivers/gpu/. by David Howells · 12 years ago
  78. 7c80e12 drm: support for rotated scanout by Rob Clark · 12 years ago
  79. f7eff60 drm: refcnt drm_framebuffer (v4.1) by Rob Clark · 12 years ago
  80. 3184009 drm: Destroy the planes prior to destroying the associated CRTC by Chris Wilson · 12 years ago
  81. 398b7a1 Merge tag 'v3.6-rc7' into drm-intel-next-queued by Daniel Vetter · 12 years ago
  82. ba623f6 drm: Add NV24 and NV42 pixel formats by Laurent Pinchart · 12 years ago
  83. 7c4eaca drm: Check for invalid cursor flags by Jakob Bornecrantz · 12 years ago
  84. 592c20e drm: Use stdint types for consistency by Ville Syrjälä · 12 years ago
  85. cff91b6 drm: Constify params to format_check() and framebuffer_checks() by Ville Syrjälä · 12 years ago
  86. 4d93914 drm: add plane properties by Rob Clark · 12 years ago
  87. 49e2754 drm: add bitmask property type by Rob Clark · 12 years ago
  88. ebe0f24 drm: Make the CRTC gamma_set operation optional by Laurent Pinchart · 12 years ago
  89. 3b02ab8 drm: Miscellaneous typo fixes and documentation updates by Laurent Pinchart · 12 years ago
  90. 4a1b071 drm: Don't initialize local ret variable when not needed by Laurent Pinchart · 12 years ago
  91. bffd9de0 drm: add CRTC properties by Paulo Zanoni · 12 years ago
  92. 7f88a9b drm: add 'count' to struct drm_object_properties by Paulo Zanoni · 12 years ago
  93. 0057d8d drm: make the connector properties code use the object properties code by Paulo Zanoni · 12 years ago
  94. c543188 drm: add generic ioctls to get/set properties on any object by Paulo Zanoni · 12 years ago
  95. 7e3bdf4 drm: create struct drm_object_properties and use it by Paulo Zanoni · 12 years ago
  96. afea2ad drm: WARN() when drm_connector_attach_property fails by Paulo Zanoni · 12 years ago
  97. 26a3481 drm: add drm_property_change_is_valid by Paulo Zanoni · 12 years ago
  98. 4f256e8 Merge branch 'for-airlied' of git://people.freedesktop.org/~danvet/drm-intel into drm-core-next by Dave Airlie · 12 years ago
  99. dc257cf Merge tag 'v3.4-rc6' into drm-intel-next by Daniel Vetter · 12 years ago
  100. 1aa1b11 drm/kms: reduce some messages to debug level (v2) by Dave Airlie · 12 years ago