1. 2f1cb96 drm/nv40/fb: enable z compression by Ben Skeggs · 12 years ago
  2. fd3a522 drm/nv20/fb: fixup compression tag allocation size by Ben Skeggs · 12 years ago
  3. fafa0cb drm/nv30-nv40/graph: poke zcomp regs from tile_prog hook by Ben Skeggs · 12 years ago
  4. e1344412 drm/nv30-nv40/fb: call zcomp setup hook from tiling setup by Ben Skeggs · 12 years ago
  5. dac1558 drm/nouveau/fb: create tag heap from common code for all relevant chipsets by Ben Skeggs · 12 years ago
  6. 268d5a3 drm/nv30/fb: start bashing zcomp registers with 'disabled' (for now) by Ben Skeggs · 12 years ago
  7. 7e0f992 drm/nouveau: replace some open-coded mm_initialised checks by Ben Skeggs · 12 years ago
  8. 6d33808 drm/nouveau/fb: read TILE_BASE after writing it to avoid a hardware race by Ben Skeggs · 12 years ago
  9. 5f8e256 drm/nv40/fb: start bashing zcomp registers on relevant chipsets by Ben Skeggs · 12 years ago
  10. 150ccf1 drm/nv30-nv40/fb: make use of bankoff for zeta buffers, where supported by Ben Skeggs · 12 years ago
  11. d33db63 drm/nv20/fb: fix zcomp register calculation on big-endian systems by Ben Skeggs · 12 years ago
  12. 4ae2074 drm/nv40/fb: split implementation into nv40/nv41/nv44/nv46/nv47/nv49/nv4e pieces by Ben Skeggs · 12 years ago
  13. 11bac40 drm/nv30/fb: split implementation into nv34(nv10)/nv30/nv35 pieces by Ben Skeggs · 12 years ago
  14. a8749af drm/nv20/fb: split implementation into nv20/nv25 pieces by Ben Skeggs · 12 years ago
  15. 67e9e9f drm/nouveau/fb: split tile and compression region handling by Ben Skeggs · 12 years ago
  16. de2b8b8 drm/nouveau/bios: attempt to fetch entire acpi rom image in one shot by Ben Skeggs · 12 years ago
  17. 28164fd drm/doc: add new dp helpers into drm DocBook by Daniel Vetter · 12 years ago
  18. d0ddc033 drm/doc: integrate fb helper reference into docs by Daniel Vetter · 12 years ago
  19. 0d4ed4c drm/doc: integrate crtc helper api into docbook by Daniel Vetter · 12 years ago
  20. e4949f2 drm/doc: Helpers are not a Midlayer! by Daniel Vetter · 12 years ago
  21. 670c1ef drm/edid: tune down debug message in parse_hdmi_vsdb by Daniel Vetter · 12 years ago
  22. dff98e5 drm: only build ati_pcigart if PCI enabled by James Hogan · 12 years ago
  23. d08a9b9 drm/vmwgfx: Tighten the security around buffer maps by Thomas Hellstrom · 12 years ago
  24. 219e815 drm: tegra: Add Tegra30 support by Thierry Reding · 12 years ago
  25. ac8f7c4 drm: tegra: Use framebuffer pitch as line stride by Thierry Reding · 12 years ago
  26. 82fe50b drm/ttm: Optimize vm locking using kref_get_unless_zero v3 by Thomas Hellstrom · 12 years ago
  27. 5293908 drm/ttm: Use the hashtab _rcu interface for ttm_objects by Thomas Hellstrom · 12 years ago
  28. ae8df2a drm/ttm: Fix locking in an error path by Thomas Hellstrom · 12 years ago
  29. 35f62a5 drm/vmwgfx: Free user-space fence objects correctly by Thomas Hellstrom · 12 years ago
  30. a82b8db kref: Add kref_get_unless_zero documentation by Thomas Hellstrom · 12 years ago
  31. 384cc2f drm: Add a hash-tab rcu-safe API by Thomas Hellstrom · 12 years ago
  32. 7e8d9da drm/vmwgfx: Add and make use of a header for surface size calculation. by Thomas Hellstrom · 12 years ago
  33. 543831c drm/vmwgfx: Break out surface and context management to separate files by Thomas Hellstrom · 12 years ago
  34. c0951b7 drm/vmwgfx: Refactor resource management by Thomas Hellstrom · 12 years ago
  35. bf6f036 drm/vmwgfx: Make vmw_dmabuf_unreference handle NULL objects by Thomas Hellstrom · 12 years ago
  36. 506ff75 drm/vmwgfx: Refactor module load to not require fifo unless fbdev is loaded by Thomas Hellstrom · 12 years ago
  37. 29a16e9 drm/vmwgfx: Make screen object code not require fifo at init time by Thomas Hellstrom · 12 years ago
  38. dcb5227 drm/vmwgfx: Make overlay code not require fifo at init time by Thomas Hellstrom · 12 years ago
  39. ba723fe8 drm/vmwgfx: Enable traces *after* we've hidden SVGA by Thomas Hellstrom · 12 years ago
  40. 654aa792 drm/ttm: alter cpu_writers to return -EBUSY in ttm_execbuf_util reservations by Maarten Lankhorst · 12 years ago
  41. 6c1e963 drm/ttm: Optimize reservation slightly by Thomas Hellstrom · 12 years ago
  42. cdad052 drm/ttm, drm/vmwgfx: Use RCU locking for object lookups v3 by Thomas Hellstrom · 12 years ago
  43. 4b20db3 kref: Implement kref_get_unless_zero v3 by Thomas Hellstrom · 12 years ago
  44. d714455 drm: Make hashtab rcu-safe by Thomas Hellstrom · 12 years ago
  45. dedfdff drm/ttm: remove sync_arg from driver functions by Maarten Lankhorst · 12 years ago
  46. b03640b drm/ttm: remove sync_obj_arg from ttm_bo_move_accel_cleanup by Maarten Lankhorst · 12 years ago
  47. 5fb4ef0 drm/ttm: remove sync_obj_arg member by Maarten Lankhorst · 12 years ago
  48. be01336 drm/vmwgfx: remove use of fence_obj_args by Maarten Lankhorst · 12 years ago
  49. 0355cf3 DRM/KMS: Add Bail-Out Conditions for Loop. by Egbert Eich · 12 years ago
  50. a4f968d drm: don't unnecessarily enable the polling work by Daniel Vetter · 12 years ago
  51. 9499c82 vga_switcheroo: Drop unused include and unused variables. by Igor Murzov · 12 years ago
  52. 83ef777 drm/nouveau: free memory allocated with alloc_apertures() by Tommi Rantala · 12 years ago
  53. 3023815 drm/radeon: check alloc_apertures() success in radeon_kick_out_firmware_fb() by Tommi Rantala · 12 years ago
  54. b0e77f4 drm/mgag200: remove unneeded aper->count assignment after alloc_apertures() by Tommi Rantala · 12 years ago
  55. 6022864 drm/mgag200: free memory allocated with alloc_apertures() by Tommi Rantala · 12 years ago
  56. 0a7fdc5 drm/mgag200: check alloc_apertures() success in mga_vram_init() by Tommi Rantala · 12 years ago
  57. bfb82ff drm/cirrus: check alloc_apertures() success in cirrus_kick_out_firmware_fb() by Tommi Rantala · 12 years ago
  58. 9192674 drm/ttm: remove ttm_mem_global->queue by Marcin Slusarz · 12 years ago
  59. 830e283 drm/ttm: remove ttm_bo_device->nice_mode by Marcin Slusarz · 12 years ago
  60. 0b91c4a drm/ttm: remove ttm_buffer_object->buffer_start by Marcin Slusarz · 12 years ago
  61. ef8cf3a drm/radeon: Use hweight32 by Akinobu Mita · 12 years ago
  62. 6311803 drm: use memchr_inv() by Akinobu Mita · 12 years ago
  63. c61eef7 drm: add support for monotonic vblank timestamps by Imre Deak · 12 years ago
  64. e62f2f5 drm: use monotonic time in drm_calc_vbltimestamp_from_scanoutpos by Imre Deak · 12 years ago
  65. 11e6868 drm: don't poll forced connectors by Daniel Vetter · 12 years ago
  66. 905bc9f drm: don't start the poll engine in probe_single_connector by Daniel Vetter · 12 years ago
  67. 5e2cb2f drm: properly init/reset connector status by Daniel Vetter · 12 years ago
  68. 69787f7 drm: run the hpd irq event code directly by Daniel Vetter · 12 years ago
  69. 816da85 drm: handle HPD and polled connectors separately by Daniel Vetter · 12 years ago
  70. 3d3683f drm: extract drm_kms_helper_hotplug_event by Daniel Vetter · 12 years ago
  71. c6eefa1 drm: add drm_send_vblank_event() helper (v5) by Rob Clark · 12 years ago
  72. edec4af drm: tegra: Add HDMI support by Thierry Reding · 12 years ago
  73. d8f4a9e drm: Add NVIDIA Tegra20 support by Thierry Reding · 12 years ago
  74. b27b6d3 drm/udl: Add missing static storage class specifiers in udl_connector.c by Sachin Kamat · 12 years ago
  75. 66141d3 drm/drm_stub: Remove unnecessary null check before kfree. by Sachin Kamat · 12 years ago
  76. 8c5eaca drm/fb_helper: Fix potential NULL pointer dereference by Sachin Kamat · 12 years ago
  77. e655d12 drm/crtc: Fix potential NULL pointer dereference by Sachin Kamat · 12 years ago
  78. 9e1c156 drm/crtc: Remove redundant NULL check before kfree by Sachin Kamat · 12 years ago
  79. e3cc352 drm: Reject addfb2 with undefined flag bits set by Ville Syrjälä · 12 years ago
  80. 4c9287c drm: fix documentation for drm_crtc_set_mode() by Alex Deucher · 12 years ago
  81. a479903 drm: get cea video id code for a given display mode by Stephane Marchesin · 12 years ago
  82. 96081cd drm/drm_fb_helper: Remove unnecessary braces by Sachin Kamat · 12 years ago
  83. d56b1b9 drm/fb_helper: Convert printk to pr_* and dev_* by Sachin Kamat · 12 years ago
  84. 6c91083 drm/fb_helper: Fix checkpatch errors by Sachin Kamat · 12 years ago
  85. 08bec5b drm: fix returning -EINVAL on setmaster if another master is active by David Herrmann · 12 years ago
  86. 9fabd4e Merge branch 'for-airlied' of git://people.freedesktop.org/~danvet/drm-intel into drm-next by Dave Airlie · 12 years ago
  87. 6b8294a drm/i915: Restore physical HWS_PGA after resume by Chris Wilson · 12 years ago
  88. d640c4b drm/i915: Report amount of usable graphics memory in MiB by Chris Wilson · 12 years ago
  89. f2ce9fa drm/i915/i2c: Track users of GMBUS force-bit by Chris Wilson · 12 years ago
  90. f94982b drm/i915: Allocate the proper size for contexts. by Ben Widawsky · 12 years ago
  91. 0e8b3d3 drm/i915: Update load-detect failure paths for modeset-rework by Chris Wilson · 12 years ago
  92. 0fed39b drm/i915: Clear unused fields of mode for framebuffer creation by Chris Wilson · 12 years ago
  93. b9e0bda drm/i915: Always calculate 8xx WM values based on a 32-bpp framebuffer by Chris Wilson · 12 years ago
  94. ccdf56c drm/i915: Fix sparse warnings in from AGP kill code by Ben Widawsky · 12 years ago
  95. 44cbd33 drm/i915: Missed lock change with rps lock by Ben Widawsky · 12 years ago
  96. 26b1ff3 drm/i915: Move the remaining gtt code by Ben Widawsky · 12 years ago
  97. 0f9b91c drm/i915: flush system agent TLBs on SNB by Ben Widawsky · 12 years ago
  98. 009946f drm/i915: Kill off now unused gen6+ AGP code by Ben Widawsky · 12 years ago
  99. 03752f5 drm/i915: Calculate correct stolen size for GEN7+ by Ben Widawsky · 12 years ago
  100. e76e9ae drm/i915: Stop using AGP layer for GEN6+ by Ben Widawsky · 12 years ago