1. a1a5c3b fbdev/drm: fix Kconfig submenu mess in "Graphics support" by Krzysztof Helt · 16 years ago
  2. f06da26 i915: Fix more size_t format string warnings by Linus Torvalds · 16 years ago
  3. d2f5935 drm/i915: select framebuffer support automatically by Ingo Molnar · 16 years ago
  4. 9880b7a drm/i915: add get_vblank_counter function for GM45 by Jesse Barnes · 16 years ago
  5. 14d200c drm/i915: capture last_vblank count at IRQ uninstall time too by Jesse Barnes · 16 years ago
  6. 7d8d58b drm/i915: Unlock mutex on i915_gem_fault() error path by Chris Wilson · 16 years ago
  7. 122ee2a drm/i915: Quiet the message on get/setparam ioctl with an unknown value. by Eric Anholt · 16 years ago
  8. 565dcd4 drm/i915: skip LVDS initialization on Apple Mac Mini by Paul Collins · 16 years ago
  9. e2f0ba9 drm/i915: sync SDVO code with stable userland modesetting driver by Jesse Barnes · 16 years ago
  10. 72daad4 drm/i915: Unref the object after failing to set tiling mode. by Chris Wilson · 16 years ago
  11. 0f973f2 drm/i915: add fence register management to execbuf by Jesse Barnes · 16 years ago
  12. d9ddcb9 drm/i915: Return error from i915_gem_object_get_fence_reg() when failing. by Eric Anholt · 16 years ago
  13. ab657db1 drm/i915: Set up an MTRR covering the GTT at driver load. by Eric Anholt · 16 years ago
  14. 725e30a drm/i915: Skip SDVO/HDMI init when the chipset tells us it's not present. by Eric Anholt · 16 years ago
  15. e806b49 drm/i915: Suppress GEM teardown on X Server exit in KMS mode. by Eric Anholt · 16 years ago
  16. 9b8d5a1 drm/radeon: fix ioremap conflict with AGP mappings by Dave Airlie · 16 years ago
  17. ac048e1 i915: fix unneeded locking in i915 LVDS get modes code. by Dave Airlie · 16 years ago
  18. fc8744a Stop playing silly games with the VM_ACCOUNT flag by Linus Torvalds · 16 years ago
  19. 726a669 drivers/gpu/drm/i915/intel_lvds.c: fix locking snafu by Andrew Morton · 16 years ago
  20. 30b2363 drm: Rip out the racy, unused vblank signal code. by Eric Anholt · 16 years ago
  21. cfb901b Merge branch 'i2c-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6 by Linus Torvalds · 16 years ago
  22. 1745522 i2c: Delete many unused adapter IDs by Jean Delvare · 16 years ago
  23. 832fb4a Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6 by Linus Torvalds · 16 years ago
  24. aeb565d Fix annoying DRM_ERROR() string warning by Linus Torvalds · 16 years ago
  25. 2906f02 drm/i915: Fix cursor physical address choice to match the 2D driver. by Jesse Barnes · 16 years ago
  26. 1bb88ed drm: stash AGP include under the do-we-have-AGP ifdef by Eric Anholt · 16 years ago
  27. 4942f8b drm: don't whine about not reading EDID data by Jesse Barnes · 16 years ago
  28. 335041e drm/i915: hook up LVDS DPMS property by Jesse Barnes · 16 years ago
  29. ed2dd4b drm/i915: remove unnecessary debug output in KMS init by Jesse Barnes · 16 years ago
  30. 260883c i915: fix freeing path for gem phys objects. by Dave Airlie · 16 years ago
  31. ad2563c drm: create mode_config idr lock by Jesse Barnes · 16 years ago
  32. c1ff85d drm: fix leak of device mappings since multi-master changes. by Dave Airlie · 16 years ago
  33. 34b8686e drm/i915: lock correct mutex around object unreference. by Dave Airlie · 16 years ago
  34. 71acb5e drm/i915: add support for physical memory objects by Dave Airlie · 16 years ago
  35. e285f3cd drm/i915: make LVDS fixed mode a preferred mode by Jesse Barnes · 16 years ago
  36. 712531b drm: handle depth & bpp changes correctly by Jesse Barnes · 16 years ago
  37. 40a518d drm: initial KMS config fixes by Jesse Barnes · 16 years ago
  38. 3a03ac1 drm/i915: setup sarea properly in master_priv by Dave Airlie · 16 years ago
  39. dc1336f drm/i915: set vblank enabled flag correctly across IRQ install/uninstall by Jesse Barnes · 16 years ago
  40. 71e0ffa drm/i915: don't enable vblanks on disabled pipes by Jesse Barnes · 16 years ago
  41. 9b4778f trivial: replace last usages of __FUNCTION__ in kernel by Harvey Harrison · 16 years ago
  42. a75f284 drm: fix ordering of driver unload vs agp unload. by Dave Airlie · 16 years ago
  43. 241fa85 drm/i915: Respect the other stolen memory sizes we know of. by Eric Anholt · 16 years ago
  44. 1fc45d8 drm/i915: Non-mobile parts don't have integrated TV-out. by Eric Anholt · 16 years ago
  45. 7d57382 drm/i915: Add support for integrated HDMI on G4X hardware. by Eric Anholt · 16 years ago
  46. 3f8bc37 drm/i915: Pin cursor bo and unpin old bo when setting cursor. by Kristian Høgsberg · 16 years ago
  47. 9bb2d6f drm/i915: Don't allow objects to get bound while VT switched. by Eric Anholt · 16 years ago
  48. 40d7ee5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 by Linus Torvalds · 16 years ago
  49. f41ced8 Check fops_get() return value by Laurent Pinchart · 16 years ago
  50. 8f4bbd9 gpu: struct device - replace bus_id with dev_name(), dev_set_name() by Kay Sievers · 16 years ago
  51. aa59662 drm/i915: fix modeset devname allocation + agp init return check. by Dave Airlie · 16 years ago
  52. aad87df drm/i915: Remove redundant test in error path. by Julia Lawall · 16 years ago
  53. fede5c9 drm: Add a debug node for vblank state. by Eric Anholt · 16 years ago
  54. f51c5b6 drm: Avoid use-before-null-test on dev in drm_cleanup(). by Eric Anholt · 16 years ago
  55. f1acec9 drm/i915: Don't print to dmesg when taking signal during object_pin. by Eric Anholt · 16 years ago
  56. 3c4fdcf drm: pin new and unpin old buffer when setting a mode. by Kristian Høgsberg · 16 years ago
  57. d1e22c6 drm/i915: un-EXPORT and make 'intelfb_panic' static by Hannes Eder · 16 years ago
  58. bae7ec6 drm/i915: Delete unused, pointless i915_driver_firstopen. by Eric Anholt · 16 years ago
  59. d4da3af drm/i915: fix sparse warnings: returning void-valued expression by Hannes Eder · 16 years ago
  60. 606df4e drm/i915: fix sparse warnings: move 'extern' decls to header file by Hannes Eder · 16 years ago
  61. b358d0a drm/i915: fix sparse warnings: make symbols static by Hannes Eder · 16 years ago
  62. 95281e3 drm/i915: fix sparse warnings: declare one-bit bitfield as unsigned by Hannes Eder · 16 years ago
  63. b117763 drm/i915: Don't double-unpin buffers if we take a signal in evict_everything(). by Eric Anholt · 16 years ago
  64. e7da40f drm/i915: Fix fbcon setup to align display pitch to 64b. by Eric Anholt · 16 years ago
  65. 0c7c266 drm: drop DRM_IOCTL_MODE_REPLACEFB, add+remove works just as well. by Kristian H�gsberg · 16 years ago
  66. e0c8463 drm: sanitise drm modesetting API + remove unused hotplug by Jakob Bornecrantz · 16 years ago
  67. df98937 drm: fix allowing master ioctls on non-master fds. by Dave Airlie · 16 years ago
  68. 4e74f36 drm/radeon: use locked rmmap to remove sarea mapping. by Dave Airlie · 16 years ago
  69. 60f2ee0 drm/radeon: fix missing hunk from the master changes. by Dave Airlie · 16 years ago
  70. f890607 drm: fix useless gcc unused variable warning by Dave Airlie · 16 years ago
  71. bdf539a drm/radeon: fix warning due to PAGE_SIZE max by Dave Airlie · 16 years ago
  72. 57a6297 drm: kconfig have drm core select i2c for kms by Dave Airlie · 16 years ago
  73. ae14dc0 drm: PAGE_CACHE_WC is x86 only so far by Dave Airlie · 16 years ago
  74. aa91c66 drm: pick an 800x600@60HZ mode by default for unknown CRT. by Dave Airlie · 16 years ago
  75. 60fd99e drm/i915: Fix stolen memory detection on G45 and GM45. by Eric Anholt · 16 years ago
  76. 06d9f33 drm/i915: Register module dependencies for the modesetting code. by Eric Anholt · 16 years ago
  77. 79e5394 DRM: i915: add mode setting support by Jesse Barnes · 16 years ago
  78. f453ba0 DRM: add mode setting support by Dave Airlie · 16 years ago
  79. de151cf drm/i915: add GEM GTT mapping support by Jesse Barnes · 16 years ago
  80. a2c0a97 drm: GEM mmap support by Jesse Barnes · 16 years ago
  81. a958747 drm/i915: Add /proc debugging entry for reading out the HWS. by Eric Anholt · 16 years ago
  82. a9d51a5 drm: reorganise start and load. by Dave Airlie · 16 years ago
  83. 1147c9c drm: fix leak of uninitialized data to userspace by Vegard Nossum · 16 years ago
  84. 7c1c287 drm: move to kref per-master structures. by Dave Airlie · 16 years ago
  85. e7f7ab4 drm: cleanup exit path for module unload by Dave Airlie · 16 years ago
  86. 077ebed drm/radeon: fix correctness of irq_enabled check for radeon. by Dave Airlie · 16 years ago
  87. ac5c4e7 drm/i915: GEM on PAE has problems - disable it for now. by Dave Airlie · 16 years ago
  88. c4de0a5 drm/i915: Don't return busy for buffers left on the flushing list. by Eric Anholt · 16 years ago
  89. b60678a drm/i915: Disable the GM965 MSI errata workaround. by Keith Packard · 16 years ago
  90. 15c3533 drm/i915: Don't return error in evict_everything when we get to the end. by Owain Ainsworth · 16 years ago
  91. fae7043 drm/radeon: don't actually enable the IRQ regs until irq is enabled by Dave Airlie · 16 years ago
  92. 0235439 drm/i915: Return error in i915_gem_set_to_gtt_domain if we're not in the GTT. by Eric Anholt · 16 years ago
  93. ac94a96 drm/i915: Retry execbuffer pinning after clearing the GTT by Keith Packard · 16 years ago
  94. 646f0f6 drm/i915: Move the execbuffer domain computations together by Keith Packard · 16 years ago
  95. c0d9082 drm/i915: Rename object_set_domain to object_set_to_gpu_domain by Keith Packard · 16 years ago
  96. e47c68e drm/i915: Make a single set-to-cpu-domain path and use it wherever needed. by Eric Anholt · 16 years ago
  97. 2ef7eea drm/i915: Make a single set-to-gtt-domain path. by Eric Anholt · 16 years ago
  98. b670d81 drm/i915: If interrupted while setting object domains, still emit the flush. by Eric Anholt · 16 years ago
  99. ce44b0e drm/i915: Move flushing list cleanup from flush request retire to request emit. by Eric Anholt · 16 years ago
  100. a7f014f drm/i915: Respect GM965/GM45 bit-17-instead-of-bit-11 option for swizzling. by Eric Anholt · 16 years ago