1. 01f2c77 drm: Replace pitch with pitches[] in drm_framebuffer by Ville Syrjälä · 13 years ago
  2. 308e5bc drm: add an fb creation ioctl that takes a pixel format v5 by Jesse Barnes · 13 years ago
  3. e8e7a2b drm/i915: restore only the mode of this driver on lastclose (v2) by Dave Airlie · 13 years ago
  4. 3632ef8 Revert "drm: Update fbdev fb_fix_screeninfo" by Dave Airlie · 14 years ago
  5. 35c3047 drm/i915: Use the mappable sizes determined by GTT for consistency. by Chris Wilson · 14 years ago
  6. dfe63bb drm: Update fbdev fb_fix_screeninfo by James Simmons · 14 years ago
  7. ae09f09 Merge remote branch 'intel/drm-intel-next' of /ssd/git/drm-next into drm-core-next by Dave Airlie · 14 years ago
  8. 57084d0 drm/fb: Don't expose mmio for fbdev emulation layer by James Simmons · 14 years ago
  9. 05394f3 drm/i915: Use drm_i915_gem_object as the preferred type by Chris Wilson · 14 years ago
  10. fb9a90f Merge remote branch 'airlied/drm-core-next' into tmp by Chris Wilson · 14 years ago
  11. b7ae505 Merge branch 'drm-fixes' of /home/airlied/kernel/linux-2.6 into drm-core-next by Dave Airlie · 14 years ago
  12. dab8dcf drm: don't drop handle reference on unload by Dave Airlie · 14 years ago
  13. fb7ba21 Merge remote branch 'korg/drm-fixes' into drm-vmware-next by Dave Airlie · 14 years ago
  14. 7b4f399 drm/i915: Avoid circular locking from intel_fbdev_fini() by Chris Wilson · 14 years ago
  15. 29d08b3 drm/gem: handlecount isn't really a kref so don't make it one. by Dave Airlie · 14 years ago
  16. a6c45cf drm/i915: INTEL_INFO->gen supercedes i8xx, i9xx, i965g by Chris Wilson · 14 years ago
  17. 48b956c drm/i915: Push pipelining of display plane flushes to the caller by Chris Wilson · 14 years ago
  18. 7213342 drm/i915: Consolidate flushing the display plane by Chris Wilson · 14 years ago
  19. 37811fc drm/i915: Show framebuffer info in debugfs by Chris Wilson · 14 years ago
  20. 995b676 drm/i915: Quieten sparse warnings for missing prototypes. by Chris Wilson · 14 years ago
  21. aa9f56b 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
  22. 8fd4bd2 vt/console: try harder to print output when panicing by Jesse Barnes · 14 years ago
  23. cce13ff drm: Propagate error code from fb_create() by Chris Wilson · 14 years ago
  24. 8125556 drm/i915: use new fb debug hooks by Jesse Barnes · 14 years ago
  25. fbd41a7 drm/i915: fix deadlock in fb teardown by Jesse Barnes · 14 years ago
  26. 127bd2a drm/i915: Use the correct scanout alignment for fbcon. by Chris Wilson · 14 years ago
  27. 5a79395 drm: Propagate error from drm_fb_helper_init(). by Chris Wilson · 14 years ago
  28. a3524f1 drm/i915: fix oops on single crtc devices. by Dave Airlie · 14 years ago
  29. 85cd461 drm/i915: Check error code whilst moving buffer to GTT domain. by Chris Wilson · 14 years ago
  30. eb1f8e4 drm/fbdev: rework output polling to be back in the core. (v4) by Dave Airlie · 14 years ago
  31. 1471ca9 fbdev: allow passing more than one aperture for handoff by Marcin Slusarz · 14 years ago
  32. ac52bc5 drm/i915: introduce i915_gem_alloc_object by Daniel Vetter · 14 years ago
  33. 7fff400 Merge branch 'drm-fbdev-cleanup' into drm-core-next by Dave Airlie · 14 years ago
  34. 13bd8e4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/anholt/drm-intel by Linus Torvalds · 14 years ago
  35. b1f2019 drm/fb: remove drm_fb_helper_setcolreg by James Simmons · 14 years ago
  36. 4abe352 drm/kms/fb: use slow work mechanism for normal hotplug also. by Dave Airlie · 14 years ago
  37. 0b4c0f3 drm/kms/fb: separate fbdev connector list from core drm connectors by Dave Airlie · 14 years ago
  38. 8be48d9 drm/kms/fb: move to using fb helper crtc grouping instead of core crtc list by Dave Airlie · 14 years ago
  39. 3865167 drm/fb: fix fbdev object model + cleanup properly. by Dave Airlie · 14 years ago
  40. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  41. 23010e4 drm/i915: introduce to_intel_bo helper by Daniel Vetter · 15 years ago
  42. 6a9ee8a vga_switcheroo: initial implementation (v15) by Dave Airlie · 15 years ago
  43. fd2e8ea drm/i915: Increase fb alignment to 64k by Chris Wilson · 15 years ago
  44. 3ef884b Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6 by Linus Torvalds · 15 years ago
  45. af901ca tree-wide: fix assorted typos all over the place by André Goddard Rosa · 15 years ago
  46. 28c9773 drm/i915: Replace DRM_DEBUG with DRM_DEBUG_KMS by Zhao Yakui · 15 years ago
  47. b8c00ac drm/fb: add more correct 8/16/24/32 bpp fb support. by Dave Airlie · 15 years ago
  48. 068143d drm/fb: add setcmap and fix 8-bit support. by Dave Airlie · 15 years ago
  49. d50ba25 drm/kms: start adding command line interface using fb. by Dave Airlie · 15 years ago
  50. 3420e74 drm: fix two issues with fb consolidation. by Dave Airlie · 15 years ago
  51. 785b93e drm/kms: move driver specific fb common code to helper functions (v2) by Dave Airlie · 15 years ago
  52. 1ae8c0a drm/i915: Make driver less chatty by Keith Packard · 15 years ago
  53. 049b77c drm/i915: Warn when inteldrmfb fails to restore its framebuffer config by Ben Gamari · 15 years ago
  54. 4410f39 fbdev: add support for handoff from firmware to hw framebuffers by Dave Airlie · 15 years ago
  55. 7ff1455 drm/i915: duplicate desired mode for use by fbcon. by Dave Airlie · 15 years ago
  56. 1bcbf39 intelfb: fix spelling of "CLOCK" by Pavel Roskin · 15 years ago
  57. b66d18d drm/i915: avoid non-atomic sysrq execution by Jesse Barnes · 15 years ago
  58. 364b5b7 sysrq, intel_fb: fix sysrq g collision by Jason Wessel · 15 years ago
  59. 5b40f87 drm/i915: indicate framebuffer restore key in SysRq help message by Ferenc Wagner · 15 years ago
  60. b4476f5 drm/i915: Unpin the fb on error during construction. by Chris Wilson · 16 years ago
  61. d1e22c6 drm/i915: un-EXPORT and make 'intelfb_panic' static by Hannes Eder · 16 years ago
  62. b358d0a drm/i915: fix sparse warnings: make symbols static by Hannes Eder · 16 years ago
  63. e7da40f drm/i915: Fix fbcon setup to align display pitch to 64b. by Eric Anholt · 16 years ago
  64. 79e5394 DRM: i915: add mode setting support by Jesse Barnes · 16 years ago