1. a4dff76 x86/gpu: Add Intel graphics stolen memory quirk for gen2 platforms by Ville Syrjälä · 10 years ago
  2. 9459d25 drm/i915/bdw: support GMS and GGMS changes by Ben Widawsky · 11 years ago
  3. 814c5f1 x86: add early quirk for reserving Intel graphics stolen memory v5 by Jesse Barnes · 11 years ago
  4. a0a1807 drm/i915: split PCI IDs out into i915_drm.h v4 by Jesse Barnes · 11 years ago
  5. 718dced UAPI: (Scripted) Disintegrate include/drm by David Howells · 12 years ago
  6. 612a9aa Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 12 years ago
  7. a1ce392 UAPI: (Scripted) Convert #include "..." to #include <path/...> in kernel system headers by David Howells · 12 years ago
  8. 199adf4 drm/i915: s/cacheing/caching/ by Ben Widawsky · 12 years ago
  9. 8c0bd3c drm/i915: placeholder getparam by Ben Widawsky · 12 years ago
  10. ec6f1bb drm/i915: implement dma buf begin_cpu_access (v2) by Dave Airlie · 12 years ago
  11. 2fedbff drm/i915: Add I915_GEM_PARAM_HAS_SEMAPHORES by Chris Wilson · 12 years ago
  12. e6994ae drm/i915: Export ability of changing cache levels to userspace by Chris Wilson · 12 years ago
  13. e9808ed drm/i915: Return a mask of the active rings in the high word of busy_ioctl by Chris Wilson · 12 years ago
  14. c0c7bab drm/i915: add register read IOCTL by Ben Widawsky · 12 years ago
  15. 2b860db drm/i915: Reserve ioctl numbers for set/get_caching by Daniel Vetter · 12 years ago
  16. 6e0a69d drm/i915/context: switch contexts with execbuf2 by Ben Widawsky · 12 years ago
  17. 8462481 drm/i915/context: create & destroy ioctls by Ben Widawsky · 12 years ago
  18. 172cf15 drm/i915: Add wait render timeout get param by Ben Widawsky · 12 years ago
  19. eac1f14 drm/i915: Inifite timeout for wait ioctl by Ben Widawsky · 12 years ago
  20. 23ba4fd drm/i915: wait render timeout ioctl by Ben Widawsky · 12 years ago
  21. 777ee96 drm/i915: add HAS_ALIASING_PPGTT parameter for userspace by Daniel Vetter · 12 years ago
  22. 3d29b84 drm/i915: add a LLC feature flag in device description by Eugeni Dodonov · 12 years ago
  23. ae662d3 drm/i915: Add support for resetting the SO write pointers on gen7. by Eric Anholt · 12 years ago
  24. 8ea3086 drm/i915: add color key support v4 by Jesse Barnes · 12 years ago
  25. 842d452 drm/i915: Fix typo in DRM_I915_OVERLAY_PUT_IMAGE ioctl define by Ole Henrik Jahren · 13 years ago
  26. 271d81b drm/i915: Allow relocation deltas outside of target bo by Chris Wilson · 13 years ago
  27. 72bfa19 drm/i915: Allow the application to choose the constant addressing mode by Chris Wilson · 14 years ago
  28. bbf0c6b drm/i915: announce to userspace that the bsd ring is coherent by Daniel Vetter · 14 years ago
  29. 549f736 drm/i915: Enable SandyBridge blitter ring by Chris Wilson · 14 years ago
  30. ee00557 Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6 by Linus Torvalds · 14 years ago
  31. 1b2f148 drm: block userspace under allocating buffer and having drivers overwrite it (v2) by Dave Airlie · 14 years ago
  32. aa7ffc0 x86 platform driver: intelligent power sharing driver by Jesse Barnes · 14 years ago
  33. e3a815f drm/i915: add HAS_BSD check to i915_getparam by Zou Nan hai · 14 years ago
  34. 8187a2b drm/i915: introduce intel_ring_buffer structure (V2) by Zou Nan hai · 14 years ago
  35. 76446ca drm/i915: execbuf2 support by Jesse Barnes · 15 years ago
  36. 3ff9916 Merge remote branch 'anholt/drm-intel-next' into drm-linus by Dave Airlie · 15 years ago
  37. 1a95916 drm: Add compatibility #ifdefs for *BSD by Kristian Høgsberg · 15 years ago
  38. 04b2d21 drm/i915: Fix typo in ioctl struct name. by Kristian Høgsberg · 15 years ago
  39. e9560f7 drm/i915: add GETPARAM request for page flipping by Jesse Barnes · 15 years ago
  40. 02e792f drm/i915: implement drmmode overlay support v4 by Daniel Vetter · 15 years ago
  41. bb6baf7 drm/i915: Track purged state. by Chris Wilson · 15 years ago
  42. 3ef94da drm/i915: Add ioctl to set 'purgeability' of objects by Chris Wilson · 15 years ago
  43. 08d7b3d drm/i915: Add new GET_PIPE_FROM_CRTC_ID ioctl. by Carl Worth · 15 years ago
  44. 280b713 drm/i915: Allow tiling of objects with bit 17 swizzling by the CPU. by Eric Anholt · 15 years ago
  45. 5a54bd1 Merge commit 'v2.6.29' into core/header-fixes by Ingo Molnar · 15 years ago
  46. 1d7f83d make drm headers use strict integer types by Arnd Bergmann · 15 years ago
  47. 0f973f2 drm/i915: add fence register management to execbuf by Jesse Barnes · 15 years ago
  48. 8d391aa drm/i915: Add missing userland definitions for gem init/execbuffer. by Eric Anholt · 16 years ago
  49. dfef245 i915/drm: provide compat defines for userspace for certain struct members. by Dave Airlie · 16 years ago
  50. 79e5394 DRM: i915: add mode setting support by Jesse Barnes · 16 years ago
  51. de151cf drm/i915: add GEM GTT mapping support by Jesse Barnes · 16 years ago
  52. 5a125c3 i915: Add GEM ioctl to get available aperture size. by Eric Anholt · 16 years ago
  53. ed4c9c4 i915: Add chip set ID param. by Kristian Høgsberg · 16 years ago
  54. 673a394 drm: Add GEM ("graphics execution manager") to i915 driver. by Eric Anholt · 16 years ago
  55. c0e0920 drm: reorganise drm tree to be more future proof. by Dave Airlie · 16 years ago[Renamed from drivers/char/drm/i915_drm.h]
  56. af6061a Revert "drm/vbl rework: rework how the drm deals with vblank." by Dave Airlie · 16 years ago
  57. ac741ab drm/vbl rework: rework how the drm deals with vblank. by Jesse Barnes · 16 years ago
  58. c60ce62 drm: remove a bunch of typedefs on the userspace interface by Dave Airlie · 17 years ago
  59. dc7a931 drm/i915: Add support for the G33, Q33, and Q35 chipsets. by Wang Zhenyu · 17 years ago
  60. 376642c drm: i915: Add SAREA fileds for determining which pipe to sync window buffer swaps to. by =?utf-8?q?Michel_D=C3=A4nzer?= · 18 years ago
  61. 541f29a drm: DRM_I915_VBLANK_SWAP ioctl: Take drm_vblank_seq_type_t instead by =?utf-8?q?Michel_D=C3=A4nzer?= · 18 years ago
  62. a6b54f3 drm: i915: Add ioctl for scheduling buffer swaps at vertical blanks. by =?utf-8?q?Michel_D=C3=A4nzer?= · 18 years ago
  63. c29b669 drm: Add support for Intel i965G chipsets. by Alan Hourihane · 18 years ago
  64. 702880f Add i915 ioctls to configure pipes for vblank interrupt. by Dave Airlie · 18 years ago
  65. de227f5 drm: i915 patches from Tungsten Graphics by Dave Airlie · 18 years ago
  66. 0d6aa60 drm: update to i915 1.3.0 by Dave Airlie · 19 years ago
  67. bc54fd1 Add missing license texts from Tungsten Graphics. by Dave Airlie · 19 years ago
  68. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago