1. 9d34e5d drm/i915: Enable irq to trace batch buffer completion. by Chris Wilson · 15 years ago
  2. 94e0fb0 Merge branch 'drm-intel-next' of git://git.kernel.org/pub/scm/linux/kernel/git/anholt/drm-intel by Linus Torvalds · 15 years ago
  3. 1c5d22f drm/i915: Add tracepoints by Chris Wilson · 15 years ago
  4. 74dff28 drm/i915: framebuffer compression for GM45+ by Jesse Barnes · 15 years ago
  5. 28d5204 drm/vgaarb: add VGA arbitration support to the drm and kms. by Dave Airlie · 15 years ago
  6. 3ef94da drm/i915: Add ioctl to set 'purgeability' of objects by Chris Wilson · 15 years ago
  7. 11ed50e drm/i915: Implement GPU reset on i965 by Ben Gamari · 15 years ago
  8. f65d942 drm/i915: Add hangcheck timer by Ben Gamari · 15 years ago
  9. 6f465a89 drm/i915: fix typo in compressed buffer setup by Jesse Barnes · 15 years ago
  10. 8082400 drm/i915: framebuffer compression for pre-GM45 by Jesse Barnes · 15 years ago
  11. ec2a4c3 drm/i915: get the bridge device once. by Dave Airlie · 15 years ago
  12. 11670d3 Merge intel drm-intel-next branch by Dave Airlie · 15 years ago
  13. 0ef82af drm/i915: Pad ringbuffer with NOOPs before wrapping by Chris Wilson · 15 years ago
  14. 785b93e drm/kms: move driver specific fb common code to helper functions (v2) by Dave Airlie · 15 years ago
  15. 51c8b40 Merge Linus master to drm-next by Dave Airlie · 15 years ago
  16. 9c9fe1f drm/i915: Use our own workqueue to avoid wedging the system along with the GPU. by Eric Anholt · 15 years ago
  17. 8a4c47f drm: Remove the unused prefix in DRM_DEBUG_KMS/DRIVER/MODE by Zhao Yakui · 15 years ago
  18. 2a34f5e6 drm/i915: Disable GEM when a broken video BIOS takes up the whole aperture. by Eric Anholt · 15 years ago
  19. 1ae8c0a drm/i915: Make driver less chatty by Keith Packard · 15 years ago
  20. 7662c8b drm/i915: add FIFO watermark support by Shaohua Li · 15 years ago
  21. 63eeaf3 drm/i915: enable error detection & state collection by Jesse Barnes · 15 years ago
  22. 95934f9 drm/i915: enable GEM on PAE. by Dave Airlie · 15 years ago
  23. 9a298b2 drm: Remove memory debugging infrastructure. by Eric Anholt · 15 years ago
  24. 6b70246 Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6 by Linus Torvalds · 15 years ago
  25. be25ed9 drm: Replace DRM_DEBUG with DRM_DEBUG_DRIVER in i915 driver by yakui_zhao · 15 years ago
  26. 036a4a7 drm/i915: handle interrupt on new chipset by Zhenyu Wang · 15 years ago
  27. 42c2798 drm/i915: apply G45 vblank count code to all G4x chips and fix max_frame_count by Jesse Barnes · 15 years ago
  28. 2c07245 drm/i915: enable kernel modesetting on IGDNG by Zhenyu Wang · 15 years ago
  29. e170b03 drm/i915: Disable opregion on IGDNG for now by Zhenyu Wang · 15 years ago
  30. b962442 drm/i915: Change GEM throttling to be 20ms like the comment says. by Eric Anholt · 15 years ago
  31. b8da7de drm: fix irq naming for kms drivers. by Dave Airlie · 15 years ago
  32. 08d7b3d drm/i915: Add new GET_PIPE_FROM_CRTC_ID ioctl. by Carl Worth · 15 years ago
  33. 13f4c43 drm/i915: Don't allow binding objects into the last page of the aperture. by Eric Anholt · 15 years ago
  34. 355d7f3 drm/i915: fix up error path leak in i915_cmdbuffer by Chris Wright · 15 years ago
  35. 3b1c1c1 drm/i915: Unregister ACPI video driver when exiting by Matthew Garrett · 15 years ago
  36. 478c6a4 Merge branch 'linus' into release by Len Brown · 15 years ago
  37. 5f3dbed Merge branch 'drm-intel-next' of ../anholt-2.6 into drm-linus by Dave Airlie · 15 years ago
  38. 7a1fb5d drm: remove unused "can_grow" parameter from drm_crtc_helper_initial_config by Jesse Barnes · 15 years ago
  39. 5ca5828 drm/i915: add VGA hotplug support for 945+ by Jesse Barnes · 15 years ago
  40. 4a8df45 drm/i915: correctly set IGD device's gtt size for KMS. by Shaohua Li · 15 years ago
  41. 90f959b drm: merge Linux master into HEAD by Dave Airlie · 15 years ago
  42. 74a365b ACPI: Populate DIDL before registering ACPI video device on Intel by Matthew Garrett · 15 years ago
  43. 98787c0 drm/i915: Check for dev->primary->master before dereference. by Chris Wilson · 15 years ago
  44. 201361a drm/i915: Fix lock order reversal with cliprects and cmdbuf in non-DRI2 paths. by Eric Anholt · 15 years ago
  45. d883f7f drm: Use resource_size_t for drm_get_resource_{start, len} by Benjamin Herrenschmidt · 15 years ago
  46. 040aefa drm/i915: Fix bad \n in MTRR failure notice. by Eric Anholt · 15 years ago
  47. 535d8e8 Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  48. 6644107 gpu/drm, x86, PAT: Handle io_mapping_create_wc() errors in a clean way by Venkatesh Pallipadi · 15 years ago
  49. dd0910b drm/i915: make hw page ioremap use ioremap_wc by Dave Airlie · 15 years ago
  50. 6fb8858 drm/i915: fix WC mapping in non-GEM i915 code. by Jesse Barnes · 15 years ago
  51. 9880b7a drm/i915: add get_vblank_counter function for GM45 by Jesse Barnes · 15 years ago
  52. 122ee2a drm/i915: Quiet the message on get/setparam ioctl with an unknown value. by Eric Anholt · 15 years ago
  53. 0f973f2 drm/i915: add fence register management to execbuf by Jesse Barnes · 15 years ago
  54. ab657db1 drm/i915: Set up an MTRR covering the GTT at driver load. by Eric Anholt · 16 years ago
  55. 2906f02 drm/i915: Fix cursor physical address choice to match the 2D driver. by Jesse Barnes · 16 years ago
  56. ed2dd4b drm/i915: remove unnecessary debug output in KMS init by Jesse Barnes · 16 years ago
  57. 71acb5e drm/i915: add support for physical memory objects by Dave Airlie · 16 years ago
  58. 3a03ac1 drm/i915: setup sarea properly in master_priv by Dave Airlie · 16 years ago
  59. 241fa85 drm/i915: Respect the other stolen memory sizes we know of. by Eric Anholt · 16 years ago
  60. aa59662 drm/i915: fix modeset devname allocation + agp init return check. by Dave Airlie · 16 years ago
  61. bae7ec6 drm/i915: Delete unused, pointless i915_driver_firstopen. by Eric Anholt · 16 years ago
  62. b358d0a drm/i915: fix sparse warnings: make symbols static by Hannes Eder · 16 years ago
  63. 60fd99e drm/i915: Fix stolen memory detection on G45 and GM45. by Eric Anholt · 16 years ago
  64. 79e5394 DRM: i915: add mode setting support by Jesse Barnes · 16 years ago
  65. de151cf drm/i915: add GEM GTT mapping support by Jesse Barnes · 16 years ago
  66. 7c1c287 drm: move to kref per-master structures. by Dave Airlie · 16 years ago
  67. ac5c4e7 drm/i915: GEM on PAE has problems - disable it for now. by Dave Airlie · 16 years ago
  68. b60678a drm/i915: Disable the GM965 MSI errata workaround. by Keith Packard · 16 years ago
  69. 5244021 drm: move drm vblank initialization/cleanup to driver load/unload by Keith Packard · 16 years ago
  70. 0baf823 drm/i915: Move legacy breadcrumb out of the reserved status page area by Keith Packard · 16 years ago
  71. d3e74d0 i915: Don't whine when pci_enable_msi() fails. by Eric Anholt · 16 years ago
  72. ad42ca8 i915: Clean up sarea pointers on leavevt by Keith Packard · 16 years ago
  73. 5a125c3 i915: Add GEM ioctl to get available aperture size. by Eric Anholt · 16 years ago
  74. d1ed629 i915: Disable MSI on GM965 (errata says it doesn't work) by Keith Packard · 16 years ago
  75. 4b40893 drm/i915: fix ioremap of a user address for non-root (CVE-2008-3831) by Matthias Hopf · 16 years ago
  76. 2bdf00b i915: fixup permissions on gem ioctls. by Dave Airlie · 16 years ago
  77. 3043c60 drm: Clean up many sparse warnings in i915. by Eric Anholt · 16 years ago
  78. c99b058 i915: Make use of sarea_priv conditional. by Kristian Høgsberg · 16 years ago
  79. 546b097 i915: Use struct_mutex to protect ring in GEM mode. by Eric Anholt · 16 years ago
  80. ed4c9c4 i915: Add chip set ID param. by Kristian Høgsberg · 16 years ago
  81. 673a394 drm: Add GEM ("graphics execution manager") to i915 driver. by Eric Anholt · 16 years ago
  82. 0a3e67a drm: Rework vblank-wait handling to allow interrupt reduction. by Jesse Barnes · 16 years ago
  83. 8ee1c3d Add Intel ACPI IGD OpRegion support by Matthew Garrett · 16 years ago
  84. 398c9cb i915: Initialize hardware status page at device load when possible. by Keith Packard · 16 years ago
  85. d3a6d44 i915: Track progress inside of batchbuffers for determining wedgedness. by Keith Packard · 16 years ago
  86. ed4cb41 i915: Add support for MSI and interrupt mitigation. by Eric Anholt · 16 years ago
  87. 585fb11 i915: Use more consistent names for regs, and store them in a separate file. by Jesse Barnes · 16 years ago
  88. 962d4fd i915: Ignore X server provided mmio address by Keith Packard · 16 years ago
  89. 0790d5e i915: remove settable use_mi_batchbuffer_start by Keith Packard · 16 years ago
  90. 80a914d misc: replace __FUNCTION__ with __func__ by Harvey Harrison · 16 years ago
  91. c0e0920 drm: reorganise drm tree to be more future proof. by Dave Airlie · 16 years ago[Renamed from drivers/char/drm/i915_dma.c]
  92. af6061a Revert "drm/vbl rework: rework how the drm deals with vblank." by Dave Airlie · 16 years ago
  93. bf9d892 drivers/char: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  94. ac741ab drm/vbl rework: rework how the drm deals with vblank. by Jesse Barnes · 16 years ago
  95. 144a75f drm/i915: fix oops on agp=off by Dave Airlie · 16 years ago
  96. b39d50e i915: wrap chipset types requiring hw status set ioctl by Zhenyu Wang · 16 years ago
  97. 3e684ea drm: cleanup DRM_DEBUG() parameters by Márton Németh · 17 years ago
  98. e3236a1 drm: add _DRM_DRIVER flag, and re-order unload. by Dave Airlie · 17 years ago
  99. ba8bbcf i915: add suspend/resume support by Jesse Barnes · 17 years ago
  100. 8b40958 drm: Initialize the AGP structure's base address at init rather than enable. by Eric Anholt · 17 years ago