1. 55bde6b Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-intel into drm-next by Dave Airlie · 12 years ago
  2. 5849556 drm: remove legacy drm_connector_property fxns by Rob Clark · 12 years ago
  3. 374a868 drm: add drm_mode_cea_vic by Paulo Zanoni · 12 years ago
  4. 905bc9f drm: don't start the poll engine in probe_single_connector by Daniel Vetter · 12 years ago
  5. 69787f7 drm: run the hpd irq event code directly by Daniel Vetter · 12 years ago
  6. 816da85 drm: handle HPD and polled connectors separately by Daniel Vetter · 12 years ago
  7. a479903 drm: get cea video id code for a given display mode by Stephane Marchesin · 12 years ago
  8. 0b3904a drm: Constify some function arguments by Ville Syrjälä · 12 years ago
  9. 1f31c69 Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-intel into drm-next by Dave Airlie · 12 years ago
  10. 612a9aa Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 12 years ago
  11. 19218e4 UAPI: Refer to the DRM UAPI headers with <...> and from certain headers only by David Howells · 12 years ago
  12. fbff469 drm: Export drm_probe_ddc() by Adam Jackson · 12 years ago
  13. 7c80e12 drm: support for rotated scanout by Rob Clark · 12 years ago
  14. f7eff60 drm: refcnt drm_framebuffer (v4.1) by Rob Clark · 12 years ago
  15. 398b7a1 Merge tag 'v3.6-rc7' into drm-intel-next-queued by Daniel Vetter · 12 years ago
  16. 0b2443e drm/edid: limit printk when facing bad edid by Jerome Glisse · 12 years ago
  17. 93bb70e Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into drm-next by Dave Airlie · 12 years ago
  18. 22f5d11 drm: Initialize object type when using DRM_MODE() macro by Ville Syrjälä · 12 years ago
  19. 451023d drm: remove the raw_edid field from struct drm_display_info by Jani Nikula · 12 years ago
  20. 04ccfe7 drm: Remove two unused fields from struct drm_display_mode by Damien Lespiau · 12 years ago
  21. 59fd415 drm: remove the list_head from drm_mode_set by Daniel Vetter · 12 years ago
  22. fe45616 drm: increase DRM_OBJECT_MAX_PROPERTY to 24 by Paulo Zanoni · 12 years ago
  23. 4d93914 drm: add plane properties by Rob Clark · 12 years ago
  24. 49e2754 drm: add bitmask property type by Rob Clark · 12 years ago
  25. e6ecefa drm: Constify drm_mode_config_funcs pointer by Laurent Pinchart · 12 years ago
  26. 3b02ab8 drm: Miscellaneous typo fixes and documentation updates by Laurent Pinchart · 12 years ago
  27. bffd9de0 drm: add CRTC properties by Paulo Zanoni · 12 years ago
  28. 7f88a9b drm: add 'count' to struct drm_object_properties by Paulo Zanoni · 12 years ago
  29. c543188 drm: add generic ioctls to get/set properties on any object by Paulo Zanoni · 12 years ago
  30. 7e3bdf4 drm: create struct drm_object_properties and use it by Paulo Zanoni · 12 years ago
  31. afea2ad drm: WARN() when drm_connector_attach_property fails by Paulo Zanoni · 12 years ago
  32. f89ec8a drm/edid: Try harder to fix up base EDID blocks by Adam Jackson · 12 years ago
  33. f6e252b drm/edid: Allow drm_mode_find_dmt to hunt for reduced-blanking modes by Adam Jackson · 12 years ago
  34. 01b68b0 drm: Add drm_format_{horz, vert}_chroma_subsampling() utility functions by Ville Syrjälä · 12 years ago
  35. 5a86bd5 drm: Add drm_format_plane_cpp() utility function by Ville Syrjälä · 12 years ago
  36. 141670e drm: Move drm_format_num_planes() to drm_crtc.c by Ville Syrjälä · 12 years ago
  37. da0df92 drm: allow loading an EDID as firmware to override broken monitor by Carsten Emde · 12 years ago
  38. cbc7e22 drm/modeset: add helper to unplug all connectors from sysfs by Dave Airlie · 13 years ago
  39. c3c50e8 drm: Add drm_mode_copy() by Ville Syrjälä · 13 years ago
  40. d63f5e6 drm: Use a flexible array member for blob property data by Ville Syrjälä · 13 years ago
  41. 6bfc56a drm: Handle drm_object_get() failures by Ville Syrjälä · 13 years ago
  42. ac235da drm: Fix drm_mode_attachmode_crtc() by Ville Syrjälä · 13 years ago
  43. 2fcfc75 drm: Change drm_display_mode::type to unsigned by Ville Syrjälä · 13 years ago
  44. 019d96c drm: add some caps for userspace to discover more info for dumb KMS driver (v2) by Dave Airlie · 13 years ago
  45. d9bc3c0 drm: add convenience function to create an range property by Sascha Hauer · 13 years ago
  46. 4a67d39 drm: add convenience function to create an enum property by Sascha Hauer · 13 years ago
  47. 4cae5b8 drm: add proper return value for drm_mode_crtc_set_gamma_size by Sascha Hauer · 13 years ago
  48. afe887d drm: bump DRM_CONNECTOR_MAX_ENCODER from 2 to 3 by Ben Skeggs · 13 years ago
  49. 0a7eb24 drm: add support for private planes by Rob Clark · 13 years ago
  50. 01f2c77 drm: Replace pitch with pitches[] in drm_framebuffer by Ville Syrjälä · 13 years ago
  51. 22cd7c6 drm: plane: Make 'formats' parameter to drm_plane_init() const by Ville Syrjälä · 13 years ago
  52. a62c93d drm: document the drm_mode_config structure by Jesse Barnes · 13 years ago
  53. c1aaca2 drm: document the drm_mode_group structure by Jesse Barnes · 13 years ago
  54. 550cebc drm: document and cleanup drm_mode_config_funcs by Jesse Barnes · 13 years ago
  55. ef27351 drm: document drm_mode_set structure by Jesse Barnes · 13 years ago
  56. 7225254 drm: remove unused fields in drm_connector and document the rest by Jesse Barnes · 13 years ago
  57. db3e449 drm: add drm_encoder comments by Jesse Barnes · 13 years ago
  58. 6c3db92 drm: add comments for drm_encoder_funcs by Jesse Barnes · 13 years ago
  59. 7749163 drm: fix comments for drm_crtc struct by Jesse Barnes · 13 years ago
  60. 6f215f9 drm: remove unused connector_count field from drm_display_mode by Jesse Barnes · 13 years ago
  61. 248dbc2 drm: move the fb bpp/depth helper into the core. by Dave Airlie · 13 years ago
  62. 308e5bc drm: add an fb creation ioctl that takes a pixel format v5 by Jesse Barnes · 13 years ago
  63. 8cf5c91 drm: add plane support v3 by Jesse Barnes · 13 years ago
  64. 76adaa34 drm: support routines for HDMI/DP ELD by Wu Fengguang · 13 years ago
  65. 051963d drm: Separate EDID Header Check from EDID Block Check by Thomas Reim · 13 years ago
  66. ebec9a7 drm: track CEA version number if present by Jesse Barnes · 13 years ago
  67. 4a9a8b7 drm/radeon: workaround a hw bug on some radeon chipsets with all-0 EDIDs. by Dave Airlie · 13 years ago
  68. da05a5a7 drm: parse color format support for digital displays by Jesse Barnes · 13 years ago
  69. 3b11228 drm: add bit depth parsing by Jesse Barnes · 13 years ago
  70. 42933ba Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6 by Linus Torvalds · 13 years ago
  71. eccaca2 drm: export drm_find_cea_extension to drivers by Ben Skeggs · 13 years ago
  72. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  73. b1f559e drm: Mark constant arrays of drm_display_mode const by Chris Wilson · 14 years ago
  74. ff72145b drm: dumb scanout create/mmap for intel/radeon (v3) by Dave Airlie · 14 years ago
  75. eb03355 drm: Add an interface to reset the device by Chris Wilson · 14 years ago
  76. 27641c3 drm/vblank: Add support for precise vblank timestamping. by Mario Kleiner · 14 years ago
  77. 8fe9790 drm/edid: add helper function to detect monitor audio capability by Zhenyu Wang · 14 years ago
  78. 02b0016 drm: vmwgfx: Add a struct drm_file parameter to the dirty framebuffer callback by Thomas Hellstrom · 14 years ago
  79. 930a9e2 drm: Use a nondestructive mode for output detect when polling (v2) by Chris Wilson · 14 years ago
  80. 7b334fc drm: Use a nondestructive mode for output detect when polling by Chris Wilson · 14 years ago
  81. aa9f56b Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6 by Linus Torvalds · 14 years ago
  82. 7203425 drm: expand gamma_set by James Simmons · 14 years ago
  83. fb43964 drm: Remove unused fields from drm_display_info by Adam Jackson · 14 years ago
  84. 991ea75 drm: use workqueue instead of slow-work by Tejun Heo · 14 years ago
  85. 1d42bbc drm/fbdev: fix cloning on fbcon by Dave Airlie · 14 years ago
  86. eb1f8e4 drm/fbdev: rework output polling to be back in the core. (v4) by Dave Airlie · 14 years ago
  87. 7fff400 Merge branch 'drm-fbdev-cleanup' into drm-core-next by Dave Airlie · 14 years ago
  88. 0b4c0f3 drm/kms/fb: separate fbdev connector list from core drm connectors by Dave Airlie · 14 years ago
  89. 8be48d9 drm/kms/fb: move to using fb helper crtc grouping instead of core crtc list by Dave Airlie · 14 years ago
  90. 3865167 drm/fb: fix fbdev object model + cleanup properly. by Dave Airlie · 14 years ago
  91. 7a37435 drm/edid: Add secondary GTF curve support by Adam Jackson · 14 years ago
  92. 61e57a8 drm/edid: Fix secondary block fetch. by Adam Jackson · 14 years ago
  93. 3c53788 drm/radeon/kms: add support for hardcoded edids in rom (v2) by Alex Deucher · 15 years ago
  94. 3ff9916 Merge remote branch 'anholt/drm-intel-next' into drm-linus by Dave Airlie · 15 years ago
  95. 884840a drm: Add dirty ioctl and property by Jakob Bornecrantz · 15 years ago
  96. 7ac96a9 drm/modes: Add drm_mode_hsync() by Adam Jackson · 15 years ago
  97. f40d681 Merge remote branch 'airlied/drm-next' into drm-intel-next by Eric Anholt · 15 years ago
  98. 7a65415 drm: set the type of the drm_framebuffer::fbdev field by Clemens Ladisch · 15 years ago
  99. d91d8a3 drm/kms: add page flipping ioctl by Kristian Høgsberg · 15 years ago
  100. 7a9c906 drm: make drm_mode_object_find typesafe by Daniel Vetter · 15 years ago