1. e47c68e drm/i915: Make a single set-to-cpu-domain path and use it wherever needed. by Eric Anholt · 16 years ago
  2. ce44b0e drm/i915: Move flushing list cleanup from flush request retire to request emit. by Eric Anholt · 16 years ago
  3. 461cba2 drm/i915: Save/restore HWS_PGA on suspend/resume by Peng Li · 16 years ago
  4. 5244021 drm: move drm vblank initialization/cleanup to driver load/unload by Keith Packard · 16 years ago
  5. 7c46358 drm/i915: Manage PIPESTAT to control vblank interrupts instead of IMR. by Keith Packard · 16 years ago
  6. 0baf823 drm/i915: Move legacy breadcrumb out of the reserved status page area by Keith Packard · 16 years ago
  7. bd95e0a i915: Remove racy delayed vblank swap ioctl. by Eric Anholt · 16 years ago
  8. 881ee98 i915: Save/restore MCHBAR_RENDER_STANDBY on GM965/GM45 by Keith Packard · 16 years ago
  9. da4a22c Merge branch 'io-mappings-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  10. 5a125c3 i915: Add GEM ioctl to get available aperture size. by Eric Anholt · 16 years ago
  11. 0839ccb i915: use io-mapping interfaces instead of a variety of mapping kludges by Keith Packard · 16 years ago
  12. 65e082c build fix: CONFIG_DRM_I915=y && CONFIG_ACPI=n by Len Brown · 16 years ago
  13. 9e44af7 drm/i915: hold dev->struct_mutex and DRM lock during vblank ring operations by Keith Packard · 16 years ago
  14. ba1eb1d i915: Map status page cached for chips with GTT-based HWS location. by Keith Packard · 16 years ago
  15. 0cdad7e i915: Use non-reserved status page index for breadcrumb by Keith Packard · 16 years ago
  16. 3043c60 drm: Clean up many sparse warnings in i915. by Eric Anholt · 16 years ago
  17. 546b097 i915: Use struct_mutex to protect ring in GEM mode. by Eric Anholt · 16 years ago
  18. 673a394 drm: Add GEM ("graphics execution manager") to i915 driver. by Eric Anholt · 16 years ago
  19. 0a3e67a drm: Rework vblank-wait handling to allow interrupt reduction. by Jesse Barnes · 16 years ago
  20. b9bfdfe new chip name is GM45 by Jesse Barnes · 16 years ago
  21. 317c35d separate i915 suspend/resume functions into their own file by Jesse Barnes · 16 years ago
  22. 8ee1c3d Add Intel ACPI IGD OpRegion support by Matthew Garrett · 16 years ago
  23. ed4cb41 i915: Add support for MSI and interrupt mitigation. by Eric Anholt · 16 years ago
  24. 585fb11 i915: Use more consistent names for regs, and store them in a separate file. by Jesse Barnes · 16 years ago
  25. 0790d5e i915: remove settable use_mi_batchbuffer_start by Keith Packard · 16 years ago
  26. c0e0920 drm: reorganise drm tree to be more future proof. by Dave Airlie · 16 years ago[Renamed from drivers/char/drm/i915_drv.h]
  27. d3adbc0 drm/i915: add support for Intel series 4 chipsets. by Zhenyu Wang · 16 years ago
  28. e948e99 drm/i915: save and restore dsparb and d_state registers. by Keith Packard · 16 years ago
  29. a59e122 drm/i915: fix off by one in VGA save/restore of AR & CR regs. by Jesse Barnes · 16 years ago
  30. af6061a Revert "drm/vbl rework: rework how the drm deals with vblank." by Dave Airlie · 16 years ago
  31. bf9d892 drivers/char: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  32. ac741ab drm/vbl rework: rework how the drm deals with vblank. by Jesse Barnes · 16 years ago
  33. 7b832b5 drm/i915: Handle tiled buffers in vblank tasklet by Keith Packard · 16 years ago
  34. 3bf4846 fix IS_I9XX macro in i915 DRM driver by Jesse Barnes · 17 years ago
  35. 1f84e55 drm/i915 more registers for S3 (DSPCLK_GATE_D, CACHE_MODE_0, MI_ARB_STATE) by Keith Packard · 17 years ago
  36. 0da3ea1 drm/i915: save/restore interrupt state by Jesse Barnes · 17 years ago
  37. b39d50e i915: wrap chipset types requiring hw status set ioctl by Zhenyu Wang · 17 years ago
  38. 123f794 i915: Fix GR register array size off-by-one bug by Jesse Barnes · 17 years ago
  39. 5f5f9d4 i915: Add chipset id for Intel Integrated Graphics Device by Zhenyu Wang · 17 years ago
  40. 3e684ea drm: cleanup DRM_DEBUG() parameters by Márton Németh · 17 years ago
  41. 4d1f788 drm/i915: add support for E7221 chipset by Carlos Martín · 17 years ago
  42. ba8bbcf i915: add suspend/resume support by Jesse Barnes · 17 years ago
  43. bc5f452 drm: run cleanfile across drm tree by Dave Airlie · 17 years ago
  44. c153f45 drm: Replace DRM_IOCTL_ARGS with (dev, data, file_priv) and remove DRM_DEVICE. by Eric Anholt · 17 years ago
  45. 6c340ea drm: Replace filp in ioctl arguments with drm_file *file_priv. by Eric Anholt · 17 years ago
  46. e4a7b1d i915: make vbl interrupts work properly on i965g/gm hw. by Dave Airlie · 17 years ago
  47. 21f1628 drm/i915: Fix i965 secured batchbuffer usage by Dave Airlie · 17 years ago
  48. 84b1fd1 drm: remove drm_file_t, drm_device_t and drm_head_t typedefs by Dave Airlie · 17 years ago
  49. dc7a931 drm/i915: Add support for the G33, Q33, and Q35 chipsets. by Wang Zhenyu · 17 years ago
  50. 2228ed6 drm: i915 updates by =?utf-8?q?Michel_D=C3=A4nzer?= · 18 years ago
  51. a6b54f3 drm: i915: Add ioctl for scheduling buffer swaps at vertical blanks. by =?utf-8?q?Michel_D=C3=A4nzer?= · 18 years ago
  52. 68815ba drm: add support for secondary vertical blank interrupt to i915 by =?utf-8?q?Michel_D=C3=A4nzer?= · 18 years ago
  53. c29b669 drm: Add support for Intel i965G chipsets. by Alan Hourihane · 18 years ago
  54. 702880f Add i915 ioctls to configure pipes for vblank interrupt. by Dave Airlie · 18 years ago
  55. de227f5 drm: i915 patches from Tungsten Graphics by Dave Airlie · 19 years ago
  56. 0d6aa60 drm: update to i915 1.3.0 by Dave Airlie · 19 years ago
  57. 22eae94 drm: rename driver hooks more understandably by Dave Airlie · 19 years ago
  58. b3a8363 drm: fix all sparse warning on 32-bit x86 by Dave Airlie · 19 years ago
  59. b5e89ed drm: lindent the drm directory. by Dave Airlie · 19 years ago
  60. cda1738 drm: add test for AGP devices and driver override for it. by Dave Airlie · 19 years ago
  61. 9c8da5e drm: update support for drm pci buffers by Dave Airlie · 19 years ago
  62. f179bc7 drm: fix stupid missing semicolon. by Dave Airlie · 19 years ago
  63. 0109fd3 Merge head 'drm-fixes' of master.kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6 by Linus Torvalds · 19 years ago
  64. 8ca7c1d drm: add 32/64 support for MGA/R128/i915 by Dave Airlie · 19 years ago
  65. c94f702 drm: misc cleanup by Dave Airlie · 19 years ago
  66. bc54fd1 Add missing license texts from Tungsten Graphics. by Dave Airlie · 19 years ago
  67. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago