1. 612a9aa Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 12 years ago
  2. 760285e UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/ by David Howells · 12 years ago
  3. 4126d5d UAPI: (Scripted) Remove redundant DRM UAPI header #inclusions from drivers/gpu/. by David Howells · 12 years ago
  4. 7c80e12 drm: support for rotated scanout by Rob Clark · 12 years ago
  5. f7eff60 drm: refcnt drm_framebuffer (v4.1) by Rob Clark · 12 years ago
  6. 3184009 drm: Destroy the planes prior to destroying the associated CRTC by Chris Wilson · 12 years ago
  7. 398b7a1 Merge tag 'v3.6-rc7' into drm-intel-next-queued by Daniel Vetter · 12 years ago
  8. ba623f6 drm: Add NV24 and NV42 pixel formats by Laurent Pinchart · 12 years ago
  9. 7c4eaca drm: Check for invalid cursor flags by Jakob Bornecrantz · 12 years ago
  10. 592c20e drm: Use stdint types for consistency by Ville Syrjälä · 12 years ago
  11. cff91b6 drm: Constify params to format_check() and framebuffer_checks() by Ville Syrjälä · 12 years ago
  12. 4d93914 drm: add plane properties by Rob Clark · 12 years ago
  13. 49e2754 drm: add bitmask property type by Rob Clark · 12 years ago
  14. ebe0f24 drm: Make the CRTC gamma_set operation optional by Laurent Pinchart · 12 years ago
  15. 3b02ab8 drm: Miscellaneous typo fixes and documentation updates by Laurent Pinchart · 12 years ago
  16. 4a1b071 drm: Don't initialize local ret variable when not needed by Laurent Pinchart · 12 years ago
  17. bffd9de0 drm: add CRTC properties by Paulo Zanoni · 12 years ago
  18. 7f88a9b drm: add 'count' to struct drm_object_properties by Paulo Zanoni · 12 years ago
  19. 0057d8d drm: make the connector properties code use the object properties code by Paulo Zanoni · 12 years ago
  20. c543188 drm: add generic ioctls to get/set properties on any object by Paulo Zanoni · 12 years ago
  21. 7e3bdf4 drm: create struct drm_object_properties and use it by Paulo Zanoni · 12 years ago
  22. afea2ad drm: WARN() when drm_connector_attach_property fails by Paulo Zanoni · 12 years ago
  23. 26a3481 drm: add drm_property_change_is_valid by Paulo Zanoni · 12 years ago
  24. 4f256e8 Merge branch 'for-airlied' of git://people.freedesktop.org/~danvet/drm-intel into drm-core-next by Dave Airlie · 12 years ago
  25. dc257cf Merge tag 'v3.4-rc6' into drm-intel-next by Daniel Vetter · 12 years ago
  26. 1aa1b11 drm/kms: reduce some messages to debug level (v2) by Dave Airlie · 12 years ago
  27. f1ae126 drm: Unify and fix idr error handling by Ville Syrjälä · 12 years ago
  28. d1b45d5 drm: Add sanity checks to framebuffer creation by Ville Syrjälä · 12 years ago
  29. 01b68b0 drm: Add drm_format_{horz, vert}_chroma_subsampling() utility functions by Ville Syrjälä · 12 years ago
  30. 5a86bd5 drm: Add drm_format_plane_cpp() utility function by Ville Syrjälä · 12 years ago
  31. 141670e drm: Move drm_format_num_planes() to drm_crtc.c by Ville Syrjälä · 12 years ago
  32. aef6a7e drm: fix page_flip error handling by Joonyoung Shim · 12 years ago
  33. 9c1dfc5 drm/usb: move usb support into a separate module by Dave Airlie · 12 years ago
  34. cbc7e22 drm/modeset: add helper to unplug all connectors from sysfs by Dave Airlie · 12 years ago
  35. d63f5e6 drm: Use a flexible array member for blob property data by Ville Syrjälä · 12 years ago
  36. 6bfc56a drm: Handle drm_object_get() failures by Ville Syrjälä · 12 years ago
  37. 93bbf6d drm: Make drm_crtc_convert_{umode, to_umode} static and constify their params by Ville Syrjälä · 12 years ago
  38. ac235da drm: Fix drm_mode_attachmode_crtc() by Ville Syrjälä · 12 years ago
  39. 5f61bb4 drm: Check CRTC viewport against framebuffer size by Ville Syrjälä · 12 years ago
  40. 90367bf drm: Check user mode against overflows by Ville Syrjälä · 12 years ago
  41. ee34ab5 drm: Fix memory leak in drm_mode_setcrtc() by Ville Syrjälä · 12 years ago
  42. 1dd6c8b drm: Make drm_mode_attachmode() void by Ville Syrjälä · 12 years ago
  43. 1d97e91 drm: Check crtc x and y coordinates by Ville Syrjälä · 12 years ago
  44. e36fae3 drm: Warn if mode to umode conversion overflows the destination types by Ville Syrjälä · 12 years ago
  45. 6653cc8 drm: Reject mode set with current fb if no current fb is bound by Ville Syrjälä · 12 years ago
  46. d9bc3c0 drm: add convenience function to create an range property by Sascha Hauer · 13 years ago
  47. 4a67d39 drm: add convenience function to create an enum property by Sascha Hauer · 13 years ago
  48. b20f386 drm crtc: Fix locking comments by Sascha Hauer · 13 years ago
  49. 4cae5b8 drm: add proper return value for drm_mode_crtc_set_gamma_size by Sascha Hauer · 13 years ago
  50. 554f1d7 drm crtc: use drm_mode_destroy instead of kfree in drm_mode_remove by Sascha Hauer · 13 years ago
  51. 59ce062 drm crtc: add forgotten idr cleanup functions by Sascha Hauer · 13 years ago
  52. 0a7eb24 drm: add support for private planes by Rob Clark · 13 years ago
  53. a997115 drm: disconnect plane from fb/crtc when disabled by Rob Clark · 13 years ago
  54. 1fbe6f6 Merge tag 'v3.2-rc6' of /home/airlied/devel/kernel/linux-2.6 into drm-core-next by Dave Airlie · 13 years ago
  55. 01f2c77 drm: Replace pitch with pitches[] in drm_framebuffer by Ville Syrjälä · 13 years ago
  56. 935b597 drm: Check that the requested pixel format is valid by Ville Syrjälä · 13 years ago
  57. 62443be drm: plane: Check that the fb pixel format is supported by the plane by Ville Syrjälä · 13 years ago
  58. 22cd7c6 drm: plane: Make 'formats' parameter to drm_plane_init() const by Ville Syrjälä · 13 years ago
  59. 687a040 drm: plane: Check crtc coordinates against integer overflows in setplane ioctl by Ville Syrjälä · 13 years ago
  60. 42ef878 drm: plane: Check source coordinates by Ville Syrjälä · 13 years ago
  61. e5e3b44 drm: plane: Clear plane.crtc and plane.fb after disable_plane() by Ville Syrjälä · 13 years ago
  62. 81f6c7f drm: Fix __user sparse warnings by Ville Syrjälä · 13 years ago
  63. 10bf573 drm: plane: mutex_unlock() was missing by Ville Syrjälä · 13 years ago
  64. acb4b99 drm: remove some potentially dangerous DRM_ERRORs by Jesse Barnes · 13 years ago
  65. 04b3924 drm: Redefine pixel formats by Ville Syrjälä · 13 years ago
  66. 248dbc2 drm: move the fb bpp/depth helper into the core. by Dave Airlie · 13 years ago
  67. a5cd335 drm: integer overflow in drm_mode_dirtyfb_ioctl() by Xi Wang · 13 years ago
  68. 308e5bc drm: add an fb creation ioctl that takes a pixel format v5 by Jesse Barnes · 13 years ago
  69. 8cf5c91 drm: add plane support v3 by Jesse Barnes · 13 years ago
  70. 471dd2e drm: Ensure string is null terminated. by Vinson Lee · 13 years ago
  71. 83dbb15 Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 13 years ago
  72. a7331e5 drm: Introduce "Virtual" connectors and encoders by Thomas Hellstrom · 13 years ago
  73. 2d1a8a4 gpu: Add export.h as required to drivers/gpu files. by Paul Gortmaker · 13 years ago
  74. 6380c50 drm: Fix the number of connector and encoder to cleanup functions by Joonyoung Shim · 13 years ago
  75. d61a068 drm/kms: allow drm_mode_group with no objects by Ben Skeggs · 13 years ago
  76. 618c75e drm: fix fbs in DRM_IOCTL_MODE_GETRESOURCES ioctl by Sascha Hauer · 13 years ago
  77. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  78. fb3b06c drm: check for modesetting on modeset ioctls by Dave Airlie · 14 years ago
  79. ff72145b drm: dumb scanout create/mmap for intel/radeon (v3) by Dave Airlie · 14 years ago
  80. eb03355 drm: Add an interface to reset the device by Chris Wilson · 14 years ago
  81. e76116c drm/kms: remove spaces from connector names (v2) by Alex Deucher · 14 years ago
  82. 02b0016 drm: vmwgfx: Add a struct drm_file parameter to the dirty framebuffer callback by Thomas Hellstrom · 14 years ago
  83. 7203425 drm: expand gamma_set by James Simmons · 14 years ago
  84. cce13ff drm: Propagate error code from fb_create() by Chris Wilson · 14 years ago
  85. 90c1efd drm: Return EBUSY if the framebuffer is unbound when flipping. by Chris Wilson · 14 years ago
  86. 92897b5 drm: add "auto" dithering method by Ben Skeggs · 14 years ago
  87. 9440106 drm: unify crtc,connector,encoder,fb debug printing by Jerome Glisse · 14 years ago
  88. e902a35 drm/drm_crtc: return -EFAULT on copy_to_user errors by Dan Carpenter · 14 years ago
  89. 7fff400 Merge branch 'drm-fbdev-cleanup' into drm-core-next by Dave Airlie · 14 years ago
  90. c9c2625 Merge branch 'drm-edid-fixes' into drm-core-next by Dave Airlie · 14 years ago
  91. 0b4c0f3 drm/kms/fb: separate fbdev connector list from core drm connectors by Dave Airlie · 14 years ago
  92. 3865167 drm/fb: fix fbdev object model + cleanup properly. by Dave Airlie · 14 years ago
  93. 7466f4c drm/edid: Remove arbitrary EDID extension limit by Adam Jackson · 14 years ago
  94. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  95. c07d723 Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6 by Linus Torvalds · 15 years ago
  96. 7970e67 drm: Add eDP connector type by Alex Deucher · 15 years ago
  97. 3ef884b Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6 by Linus Torvalds · 15 years ago
  98. 3ff9916 Merge remote branch 'anholt/drm-intel-next' into drm-linus by Dave Airlie · 15 years ago
  99. af901ca tree-wide: fix assorted typos all over the place by André Goddard Rosa · 15 years ago
  100. 884840a drm: Add dirty ioctl and property by Jakob Bornecrantz · 15 years ago