1. 657da16 gma500: cdv_intel_crt: mark few functions as static by Kirill A. Shutemov · 12 years ago
  2. 0313c0d gma500: cdv_intel_crt: drop unused variables by Kirill A. Shutemov · 12 years ago
  3. a8ec622 gma500: cdv_intel_crt: drop dead code by Kirill A. Shutemov · 12 years ago
  4. 2acdc9f gma500: cdv_intel_crt: add missing include by Kirill A. Shutemov · 12 years ago
  5. 017350b gma500: fix cdv_intel_wait_for_vblank() prototype by Kirill A. Shutemov · 12 years ago
  6. aa53f53 gma500: fix two -Wmissing-field-initializers warnings by Kirill A. Shutemov · 12 years ago
  7. 15308e2 gma500: mark psb_driver_device_is_agp() and psb_driver_preclose() as static by Kirill A. Shutemov · 12 years ago
  8. 1fc9333 gma500: psb_driver_load(): drop unused variables by Kirill A. Shutemov · 12 years ago
  9. 699f0b4 gma500: fix ioctl confict by Kirill A. Shutemov · 12 years ago
  10. 670c044 gma500: use DRM_IOCTL_DEF_DRV instead of custom PSB_IOCTL_DEF by Kirill A. Shutemov · 12 years ago
  11. 3afad3c gma500: mmu: mark psb_mmu_free_pt() and psb_mmu_pt_alloc_map_lock() as static by Kirill A. Shutemov · 12 years ago
  12. b2d57b3 gma500: mmu: drop unused psb_get_default_pd_addr() by Kirill A. Shutemov · 12 years ago
  13. ffe94d9 gma500: gtt: mark psb_gtt_entry() and psb_gtt_alloc() as static by Kirill A. Shutemov · 12 years ago
  14. bc7f2b0 gma500: mark psb_fbdev_destroy() and psb_fbdev_fini() as static by Kirill A. Shutemov · 12 years ago
  15. 4796001 gma500: drop unused psbfb_suspend()/psbfb_resume() by Kirill A. Shutemov · 12 years ago
  16. a58df0ad gma500: gem_glue: add missing include by Kirill A. Shutemov · 12 years ago
  17. 89f58dc gma500: medfield: drop a bit of dead code by Kirill A. Shutemov · 12 years ago
  18. fda95c2 gma500: mdfld_dsi_output_init() drop unused parameter by Kirill A. Shutemov · 12 years ago
  19. 6aa1ead gma500: psbfb_create(): move depth initialization out of loop by Kirill A. Shutemov · 12 years ago
  20. 026abc3 gma500: initial medfield merge by Kirill A. Shutemov · 12 years ago
  21. c6265ff gma500: rework register stuff sanely by Alan Cox · 12 years ago
  22. c715bc1 gma500: make init_pm callback in struct psb_op optional by Kirill A. Shutemov · 12 years ago
  23. 4578240 gma500: re-order calling on the fix setup so we set up after the DRM layer by Alan Cox · 12 years ago
  24. aa7c62a intel, gma500, lvds: Fix use after free and mem leak in psb_intel_lvds_init() by Jesper Juhl · 12 years ago
  25. 05442e5 gma500: Kconfig documentation tweak by Alan Cox · 12 years ago
  26. 648a8e3 gma500: now move the Oaktrail save state into its own structure by Alan Cox · 12 years ago
  27. 933315a gma500: clean up some of the struct fields we no longer use by Alan Cox · 12 years ago
  28. 3df546b gma500: plug in more of the gamma functionality by Alan Cox · 12 years ago
  29. b19c19a drm: cope with platformdev->id == -1 by Rob Clark · 12 years ago
  30. 966e0cd drm: drop setting vm_file to filp by Dave Airlie · 12 years ago
  31. 81ffbbe drm/radeon: fix deferred page-flip detection logic on Avivo-based ASICs by Felix Kuehling · 12 years ago
  32. 884a53e drm: remove unused code by Sascha Hauer · 12 years ago
  33. 54e88e0 drm/radeon/kms: clean up radeon_asic struct (v2) by Alex Deucher · 12 years ago
  34. 9e6f3d0 drm/radeon/kms: reorganize surface callbacks by Alex Deucher · 12 years ago
  35. 798bcf7 drm/radeon/kms: move clock/pcie setting callbacks into pm struct by Alex Deucher · 12 years ago
  36. c79a49c drm/radeon/kms: reorganize display callbacks by Alex Deucher · 12 years ago
  37. c5b3b85 drm/radeon/kms: reorganize gart callbacks by Alex Deucher · 12 years ago
  38. f712812 drm/radeon/kms: make ring_start, ring_test, and ib_test per ring by Alex Deucher · 12 years ago
  39. dfb276f drm/radeon/kms: remove unused cp callbacks from radeon_asic by Alex Deucher · 12 years ago
  40. b35ea4a drm/radeon/kms: reorganize irq callbacks by Alex Deucher · 12 years ago
  41. 27cd776 drm/radeon/kms: reorganize copy callbacks by Alex Deucher · 12 years ago
  42. 293f9fd drm/radeon: fix IB debugfs files for multiple cards by Christian König · 12 years ago
  43. eb0c19c drm/radeon: also make the cs_parse function per ring by Christian König · 12 years ago
  44. 442f7cf drm/radeon/kms: no need to align IB like this by Christian König · 12 years ago
  45. cdac550 drm/radeon: move ring syncing after bo validation by Christian König · 12 years ago
  46. a02fa39 drm/radeon/kms: reorganize pm callbacks by Alex Deucher · 12 years ago
  47. 0f9e006 drm/radeon/kms: reorganize page flip callbacks by Alex Deucher · 12 years ago
  48. 901ea57 drm/radeon/kms: reorganize hpd callbacks by Alex Deucher · 12 years ago
  49. 89e5181 drm/radeon/kms: add a radeon asic callback for mc idle by Alex Deucher · 12 years ago
  50. 3ae19b7 drm/radeon/kms: add wait_for_vblank asic callback by Alex Deucher · 12 years ago
  51. e5bcf23 Merge tag 'drm-intel-next-2012-02-16-merge-resolved' of git://people.freedesktop.org/~danvet/drm-intel into drm-core-next by Dave Airlie · 12 years ago
  52. ff5f4b0 Merge remote-tracking branch 'airlied/drm-next' into for-airlied by Daniel Vetter · 12 years ago
  53. 019d96c drm: add some caps for userspace to discover more info for dumb KMS driver (v2) by Dave Airlie · 13 years ago
  54. 466e69b drm: move pci bus master enable into driver. by Dave Airlie · 13 years ago
  55. de67cba Revert "drivers/gpu/drm/i915/intel_overlay.c needs seq_file.h" by Danny Kukawka · 12 years ago
  56. 42b923b drm/radeon/evergreen: make texdw[] array larger by Dan Carpenter · 12 years ago
  57. f3cfcba drm/i915/lvds: Always use the presence pin for LVDS on PCH by Chris Wilson · 12 years ago
  58. ee4f42b drm/i915: Record the position of the request upon error by Chris Wilson · 12 years ago
  59. 52d39a2 drm/i915: Record the in-flight requests at the time of a hang by Chris Wilson · 12 years ago
  60. a71d8d9 drm/i915: Record the tail at each request and use it to estimate the head by Chris Wilson · 12 years ago
  61. 7c26e5c drm/i915: add missing SDVO bits for interlaced modes on ILK by Paulo Zanoni · 12 years ago
  62. cdbe8b5 Merge tag 'drm-intel-next-2012-02-07' of git://people.freedesktop.org/~danvet/drm-intel into drm-core-next by Dave Airlie · 12 years ago
  63. 8a8ed1f drm/i915: Fix race condition in accessing GMBUS by Yufeng Shen · 12 years ago
  64. b1d7e4b drm/i915: add a "force-dvi" HDMI audio mode by Wu Fengguang · 12 years ago
  65. 8ac5a6d drm/i915: Don't lock panel registers when downclocking by Sean Paul · 12 years ago
  66. 285484e drm/radeon: add support for evergreen/ni tiling informations v11 by Jerome Glisse · 13 years ago
  67. dd220a0 drm/radeon/kms: add support for streamout v7 by Marek Olšák · 12 years ago
  68. 51a59ac drm: Fix kcalloc parameters swapped by Axel Lin · 12 years ago
  69. ade5101 Merge branch 'drm-vmware-next' into drm-core-next by Dave Airlie · 12 years ago
  70. 0a240ec drm/vmwgfx: Bump driver minor by Thomas Hellstrom · 12 years ago
  71. f9cd8ec vmwgfx: Move function declaration to correct header by Thomas Hellstrom · 12 years ago
  72. 67d4a87 drm/vmwgfx: Treat out-of-range initial width and height as host errors by Thomas Hellstrom · 12 years ago
  73. eb4f923 vmwgfx: Pick up the initial size from the width and height regs by Jakob Bornecrantz · 12 years ago
  74. b5ec427 vmwgfx: Add page flip support by Jakob Bornecrantz · 12 years ago
  75. bd49ae4 vmwgfx: Pipe fence out of screen object dirty functions by Jakob Bornecrantz · 12 years ago
  76. bb1bd2f vmwgfx: Make it possible to get fence from execbuf by Jakob Bornecrantz · 12 years ago
  77. 6b82ef5 vmwgfx: Clean up pending event references to struct drm_file objects on close by Thomas Hellstrom · 12 years ago
  78. 8b7de6a vmwgfx: Rework fence event action by Jakob Bornecrantz · 12 years ago
  79. 8bf4222 drm/modes: do not enforce an odd vtotal for interlaced modes by Daniel Vetter · 12 years ago
  80. d3ae081 drm/i915: fix up locking inconsistency around gem_do_init by Daniel Vetter · 12 years ago
  81. 99ffa16 drm/i915: enable forcewake voodoo also for gen6 by Daniel Vetter · 12 years ago
  82. 53d227f drm/i915: fixup seqno allocation logic for lazy_request by Daniel Vetter · 12 years ago
  83. 5391d0c drm/i915: outstanding_lazy_request is a u32 by Daniel Vetter · 12 years ago
  84. 67a3744 drm/i915: check gtfifodbg after possibly failed writes by Ben Widawsky · 12 years ago
  85. ee64cbd drm/i915: catch gtfifo errors on forcewake_put by Ben Widawsky · 12 years ago
  86. dd202c6 drm/i915: use gtfifodbg by Ben Widawsky · 12 years ago
  87. 5f7f726 drm/i915: set interlaced bits for TRANSCONF by Paulo Zanoni · 12 years ago
  88. 75c1399 drm/i915: fixup overlay checks for interlaced modes by Daniel Vetter · 12 years ago
  89. c3febcc drm/i915: allow interlaced mode output on the HDMI connector by Peter Ross · 12 years ago
  90. 8f4839e drm/i915: allow interlaced mode output on the SDVO connector by Peter Ross · 12 years ago
  91. 0529a0d drm/i915: correctly program the VSYNCSHIFT register by Daniel Vetter · 12 years ago
  92. dbb0257 drm/i915: don't allow interlaced pipeconf on gen2 by Daniel Vetter · 12 years ago
  93. 5def474 drm/i915: fixup interlaced support on ilk+ by Daniel Vetter · 12 years ago
  94. 99fca60 drm/i915: fixup interlaced vertical timings confusion, part 2 by Daniel Vetter · 12 years ago
  95. ca9bfa7 drm/i915: fixup interlaced vertical timings confusion, part 1 by Daniel Vetter · 12 years ago
  96. d442ae1 drm/i915: clean up interlaced pipeconf bit definitions by Daniel Vetter · 12 years ago
  97. 9edd576 Merge remote-tracking branch 'airlied/drm-fixes' into drm-intel-next-queued by Daniel Vetter · 12 years ago
  98. 28a4d56 Merge branch 'drm-intel-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/keithp/linux into drm-fixes by Dave Airlie · 12 years ago
  99. e21af88 drm/i915: enable ppgtt by Daniel Vetter · 12 years ago
  100. 3cf17fc drm/i915: ppgtt debugfs info by Daniel Vetter · 12 years ago