1. 28164fd drm/doc: add new dp helpers into drm DocBook by Daniel Vetter · 12 years ago
  2. 384cc2f drm: Add a hash-tab rcu-safe API by Thomas Hellstrom · 12 years ago
  3. 654aa792 drm/ttm: alter cpu_writers to return -EBUSY in ttm_execbuf_util reservations by Maarten Lankhorst · 12 years ago
  4. cdad052 drm/ttm, drm/vmwgfx: Use RCU locking for object lookups v3 by Thomas Hellstrom · 12 years ago
  5. dedfdff drm/ttm: remove sync_arg from driver functions by Maarten Lankhorst · 12 years ago
  6. b03640b drm/ttm: remove sync_obj_arg from ttm_bo_move_accel_cleanup by Maarten Lankhorst · 12 years ago
  7. 5fb4ef0 drm/ttm: remove sync_obj_arg member by Maarten Lankhorst · 12 years ago
  8. 9192674 drm/ttm: remove ttm_mem_global->queue by Marcin Slusarz · 12 years ago
  9. 830e283 drm/ttm: remove ttm_bo_device->nice_mode by Marcin Slusarz · 12 years ago
  10. 0b91c4a drm/ttm: remove ttm_buffer_object->buffer_start by Marcin Slusarz · 12 years ago
  11. c61eef7 drm: add support for monotonic vblank timestamps by Imre Deak · 12 years ago
  12. 905bc9f drm: don't start the poll engine in probe_single_connector by Daniel Vetter · 12 years ago
  13. 69787f7 drm: run the hpd irq event code directly by Daniel Vetter · 12 years ago
  14. 816da85 drm: handle HPD and polled connectors separately by Daniel Vetter · 12 years ago
  15. 3d3683f drm: extract drm_kms_helper_hotplug_event by Daniel Vetter · 12 years ago
  16. c6eefa1 drm: add drm_send_vblank_event() helper (v5) by Rob Clark · 12 years ago
  17. a479903 drm: get cea video id code for a given display mode by Stephane Marchesin · 12 years ago
  18. 9fabd4e Merge branch 'for-airlied' of git://people.freedesktop.org/~danvet/drm-intel into drm-next by Dave Airlie · 12 years ago
  19. 009946f drm/i915: Kill off now unused gen6+ AGP code by Ben Widawsky · 12 years ago
  20. e76e9ae drm/i915: Stop using AGP layer for GEN6+ by Ben Widawsky · 12 years ago
  21. cfc1a06 drm: add helper to sort panels to the head of the connector list by Daniel Vetter · 12 years ago
  22. a9dbfff drm/ttm: add ttm_bo_is_reserved by Maarten Lankhorst · 12 years ago
  23. 0b3904a drm: Constify some function arguments by Ville Syrjälä · 12 years ago
  24. b6aa22d drm/radeon: add some new SI PCI ids by Alex Deucher · 12 years ago
  25. 397fe15 drm: extract drm_dp_max_lane_count helper by Daniel Vetter · 12 years ago
  26. 3b5c662 drm: extract dp link bw helpers by Daniel Vetter · 12 years ago
  27. 1a644cd drm: extract dp link train delay functions from radeon by Daniel Vetter · 12 years ago
  28. 0f037bd drm: extract helpers to compute new training values from sink request by Daniel Vetter · 12 years ago
  29. 0191627 drm: dp helper: extract drm_dp_clock_recovery_ok by Daniel Vetter · 12 years ago
  30. 1ffdff1 drm: dp helper: extract drm_dp_channel_eq_ok by Daniel Vetter · 12 years ago
  31. 64d7155 UAPI: Remove empty non-UAPI Kbuild files by David Howells · 12 years ago
  32. 1f31c69 Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-intel into drm-next by Dave Airlie · 12 years ago
  33. a5a0fc6 Merge branch 'exynos-drm-next' of git://git.infradead.org/users/kmpark/linux-samsung into drm-next by Dave Airlie · 12 years ago
  34. 768c305 drm: exynos: hdmi: remove drm common hdmi platform data struct by Rahul Sharma · 12 years ago
  35. 07e0e74 drm: exynos: remove drm hdmi platform data struct by Rahul Sharma · 12 years ago
  36. 718dced UAPI: (Scripted) Disintegrate include/drm by David Howells · 12 years ago
  37. 612a9aa Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 12 years ago
  38. 291257c drm/exynos: support drm_wait_vblank feature for VIDI by Inki Dae · 12 years ago
  39. 9b2e077c Merge tag 'uapi-prep-20121002' of git://git.infradead.org/users/dhowells/linux-headers by Linus Torvalds · 12 years ago
  40. 437589a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 12 years ago
  41. a1ce392 UAPI: (Scripted) Convert #include "..." to #include <path/...> in kernel system headers by David Howells · 12 years ago
  42. 19218e4 UAPI: Refer to the DRM UAPI headers with <...> and from certain headers only by David Howells · 12 years ago
  43. 2323517 drm/dp: Make sink count DP 1.2 aware by Adam Jackson · 12 years ago
  44. 7883dc5 drm/dp: Document DP spec versions for various DPCD registers by Adam Jackson · 12 years ago
  45. 4e64753 drm/dp: Update DPCD defines by Adam Jackson · 12 years ago
  46. fbff469 drm: Export drm_probe_ddc() by Adam Jackson · 12 years ago
  47. 7c80e12 drm: support for rotated scanout by Rob Clark · 12 years ago
  48. f7eff60 drm: refcnt drm_framebuffer (v4.1) by Rob Clark · 12 years ago
  49. 199adf4 drm/i915: s/cacheing/caching/ by Ben Widawsky · 12 years ago
  50. 398b7a1 Merge tag 'v3.6-rc7' into drm-intel-next-queued by Daniel Vetter · 12 years ago
  51. 9da3da6 drm/i915: Replace the array of pages with a scatterlist by Chris Wilson · 12 years ago
  52. 8c0bd3c drm/i915: placeholder getparam by Ben Widawsky · 12 years ago
  53. ba623f6 drm: Add NV24 and NV42 pixel formats by Laurent Pinchart · 12 years ago
  54. 2e3b3c4 DRM: Add DRM KMS/FB CMA helper by Lars-Peter Clausen · 12 years ago
  55. b9d4745 DRM: Add DRM GEM CMA helper by Sascha Hauer · 12 years ago
  56. 0b2443e drm/edid: limit printk when facing bad edid by Jerome Glisse · 12 years ago
  57. 5fce5e0 userns: Convert drm to use kuid and kgid and struct pid where appropriate by Eric W. Biederman · 13 years ago
  58. d9dd85d drm: Drop the NV12M and YUV420M formats by Ville Syrjälä · 12 years ago
  59. 65983bd Merge branch 'for-airlied' of git://people.freedesktop.org/~danvet/drm-intel into drm-next by Dave Airlie · 12 years ago
  60. 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
  61. fc7b812 drm: Define SAREA_MAX for Loongson (PageSize = 16KB). by Huacai Chen · 12 years ago
  62. 7c4eaca drm: Check for invalid cursor flags by Jakob Bornecrantz · 12 years ago
  63. 22f5d11 drm: Initialize object type when using DRM_MODE() macro by Ville Syrjälä · 12 years ago
  64. 451023d drm: remove the raw_edid field from struct drm_display_info by Jani Nikula · 12 years ago
  65. 04ccfe7 drm: Remove two unused fields from struct drm_display_mode by Damien Lespiau · 12 years ago
  66. ec6f1bb drm/i915: implement dma buf begin_cpu_access (v2) by Dave Airlie · 12 years ago
  67. a22ddff Merge tag 'v3.6-rc2' into drm-intel-next by Daniel Vetter · 12 years ago
  68. 6759a0a drm/radeon/kms: implement timestamp userspace query (v2) by Marek Olšák · 12 years ago
  69. 2f29200 drm/radeon: add some new SI pci ids by Alex Deucher · 12 years ago
  70. 2fedbff drm/i915: Add I915_GEM_PARAM_HAS_SEMAPHORES by Chris Wilson · 12 years ago
  71. 00ae67c drm/exynos: add property for plane zpos by Joonyoung Shim · 12 years ago
  72. e6994ae drm/i915: Export ability of changing cache levels to userspace by Chris Wilson · 12 years ago
  73. 2536f7d Merge branch 'drm-nouveau-fixes' of git://anongit.freedesktop.org/git/nouveau/linux-2.6 into drm-next by Dave Airlie · 12 years ago
  74. 2a259a3 drm/nouveau: mark most of our ioctls as deprecated, move to compat layer by Ben Skeggs · 12 years ago
  75. e9808ed drm/i915: Return a mask of the active rings in the high word of busy_ioctl by Chris Wilson · 12 years ago
  76. c0c7bab drm/i915: add register read IOCTL by Ben Widawsky · 12 years ago
  77. 2b860db drm/i915: Reserve ioctl numbers for set/get_caching by Daniel Vetter · 12 years ago
  78. b97ce28 drm/ttm: remove stale declaration and field by Ilija Hadzic · 12 years ago
  79. 83bc5fd drm/sis: fixup sis_mm ioctl structs by Daniel Vetter · 12 years ago
  80. 26587e6 drm: kill i915/i830 ids from drm_pciids.h by Daniel Vetter · 13 years ago
  81. a344a7e drm: kill dma queue support by Daniel Vetter · 13 years ago
  82. b0071ef drm: kill reclaim_buffers callback by Daniel Vetter · 13 years ago
  83. 923d1fe drm: kill reclaim_buffers_locked by Daniel Vetter · 13 years ago
  84. 3ae6b64 drm: kill reclaim_buffers_idlelocked functions by Daniel Vetter · 13 years ago
  85. f429778 drm/pci: add support for getting the supported link bw. by Dave Airlie · 12 years ago
  86. e811f5a drm: Make the .mode_fixup() operations mode argument a const pointer by Laurent Pinchart · 12 years ago
  87. 59fd415 drm: remove the list_head from drm_mode_set by Daniel Vetter · 12 years ago
  88. 6b9d89b drm: Add colouring to the range allocator by Chris Wilson · 12 years ago
  89. 7b0cfee Merge tag 'v3.5-rc4' into drm-intel-next-queued by Daniel Vetter · 12 years ago
  90. 59bbe27 drm: drop comment about this header being autogenerated. by Dave Airlie · 12 years ago
  91. 6e0a69d drm/i915/context: switch contexts with execbuf2 by Ben Widawsky · 12 years ago
  92. 8462481 drm/i915/context: create & destroy ioctls by Ben Widawsky · 12 years ago
  93. 8ecd1a6 drm/i915: call intel_enable_gtt by Daniel Vetter · 12 years ago
  94. 14be93d drm/i915 + agp/intel-gtt: prep work for direct setup by Daniel Vetter · 12 years ago
  95. dd2757f drm/i915: stop using dev->agp->base by Daniel Vetter · 12 years ago
  96. fe45616 drm: increase DRM_OBJECT_MAX_PROPERTY to 24 by Paulo Zanoni · 12 years ago
  97. 2d5c7cd Merge branch 'exynos-drm-fixes' of git://git.infradead.org/users/kmpark/linux-samsung into drm-fixes by Dave Airlie · 12 years ago
  98. 172cf15 drm/i915: Add wait render timeout get param by Ben Widawsky · 12 years ago
  99. eac1f14 drm/i915: Inifite timeout for wait ioctl by Ben Widawsky · 12 years ago
  100. 7aaa61b drm/radeon/kms: add new SI PCI ids by Alex Deucher · 12 years ago