1. da0df92 drm: allow loading an EDID as firmware to override broken monitor by Carsten Emde · 12 years ago
  2. 6bfc56a drm: Handle drm_object_get() failures by Ville Syrjälä · 12 years ago
  3. a1178ca drm crtc_helper: use list_for_each_entry by Sascha Hauer · 12 years ago
  4. d0d110e drm: Add drm_format_num_planes() utility function by Ville Syrjälä · 13 years ago
  5. c754883 drm: call connector dpms fxn, when setting config by Rob Clark · 13 years ago
  6. 1fbe6f6 Merge tag 'v3.2-rc6' of /home/airlied/devel/kernel/linux-2.6 into drm-core-next by Dave Airlie · 13 years ago
  7. 01f2c77 drm: Replace pitch with pitches[] in drm_framebuffer by Ville Syrjälä · 13 years ago
  8. 6eebd6b drm: Fix lack of CRTC disable for drm_crtc_helper_set_config(.fb=NULL) by Chris Wilson · 13 years ago
  9. 248dbc2 drm: move the fb bpp/depth helper into the core. by Dave Airlie · 13 years ago
  10. 308e5bc drm: add an fb creation ioctl that takes a pixel format v5 by Jesse Barnes · 13 years ago
  11. c5006cf drm: try to restore previous CRTC config if mode set fails by Jesse Barnes · 13 years ago
  12. 0603ba1 gpu: add moduleparam.h to drivers/gpu/drm/drm_crtc_helper.c by Paul Gortmaker · 13 years ago
  13. 2d1a8a4 gpu: Add export.h as required to drivers/gpu files. by Paul Gortmaker · 13 years ago
  14. 836e53d drm: Add KMS debug printk's for encoder and crtc fixup failure by Adam Jackson · 13 years ago
  15. 46e4845 drm: bpp and depth changes require full mode sets by Jesse Barnes · 13 years ago
  16. bb5b583 Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6 by Linus Torvalds · 13 years ago
  17. 811aaa5 drm: Only set DPMS ON when actually configuring a mode by Keith Packard · 13 years ago
  18. 021a845 drm: Avoid leak of adjusted mode along quick set_mode paths by Chris Wilson · 13 years ago
  19. ede3ff5 drm: Simplify and defend later checks when disabling a crtc by Chris Wilson · 13 years ago
  20. 9334ef7 drm: Don't switch fb when disabling an output by Chris Wilson · 13 years ago
  21. 0ba41e4 drm: Restore the old_fb upon modeset failure by Chris Wilson · 13 years ago
  22. 4f12501 Merge branch 'master' of /home/airlied/kernel/linux-2.6 into drm-core-next by Dave Airlie · 13 years ago
  23. 0f16830 drm: Include the connector name in the output_poll_execute() debug message by Chris Wilson · 14 years ago
  24. 9297102 Revert "drm: Don't try and disable an encoder that was never enabled" by Dave Airlie · 14 years ago
  25. d8c58fa Merge remote branch 'airlied/drm-core-next' into drm-intel-next by Chris Wilson · 14 years ago
  26. 541cc96 drm: Don't try and disable an encoder that was never enabled by Chris Wilson · 14 years ago
  27. c5027de drm: record monitor status in output_poll_execute by Keith Packard · 14 years ago
  28. bf9dc10 drm: Set connector DPMS status to ON in drm_crtc_helper_set_config by Keith Packard · 14 years ago
  29. 27641c3 drm/vblank: Add support for precise vblank timestamping. by Mario Kleiner · 14 years ago
  30. fce7d61 drivers/gpu/drm: Update WARN uses by Joe Perches · 14 years ago
  31. 930a9e2 drm: Use a nondestructive mode for output detect when polling (v2) by Chris Wilson · 14 years ago
  32. 7b334fc drm: Use a nondestructive mode for output detect when polling by Chris Wilson · 14 years ago
  33. 356ad3c drm: Only decouple the old_fb from the crtc is we call mode_set* by Chris Wilson · 14 years ago
  34. 551402a drm: Fix regression in disable polling e58f637 by Chris Wilson · 14 years ago
  35. c7ef35a drm: Do not force 1024x768 modes on unknown connectors by Chris Wilson · 14 years ago
  36. e58f637 drm/kms: Add a module parameter to disable polling by Chris Wilson · 14 years ago
  37. 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
  38. 817e631 drm: Only set DPMS once on the CRTC not after every encoder. by Chris Wilson · 14 years ago
  39. 9a919c4 drm: fix fallouts from slow-work -> wq conversion by Tejun Heo · 14 years ago
  40. 3b7433b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 14 years ago
  41. 991ea75 drm: use workqueue instead of slow-work by Tejun Heo · 14 years ago
  42. 9440106 drm: unify crtc,connector,encoder,fb debug printing by Jerome Glisse · 14 years ago
  43. 86a1b9d drm: disable encoder rather than dpms off in drm_crtc_prepare_encoders() by Ben Skeggs · 14 years ago
  44. 5c8d717 drm/kms: add crtc disable function by Alex Deucher · 14 years ago
  45. fbf8176 drm/kms: disable/enable poll around switcheroo on/off by Dave Airlie · 14 years ago
  46. eb1f8e4 drm/fbdev: rework output polling to be back in the core. (v4) by Dave Airlie · 14 years ago
  47. 8be48d9 drm/kms/fb: move to using fb helper crtc grouping instead of core crtc list by Dave Airlie · 14 years ago
  48. 3865167 drm/fb: fix fbdev object model + cleanup properly. by Dave Airlie · 14 years ago
  49. 7253983 drm: remove the EDID blob stored in the EDID property when it is disconnected by Zhao Yakui · 14 years ago
  50. 8dff474 drm/kms: fix fb_changed = true else statement by Dave Airlie · 14 years ago
  51. ef14587 drm: change drm set mode messages as DRM_DEBUG by Dave Young · 14 years ago
  52. 70a94d6 drm: fix crtc no modes printf + typo by Dave Airlie · 14 years ago
  53. 94fd163 drm: reduce WARN_ON to a printk. by Dave Airlie · 14 years ago
  54. 89347bb drm: Keep disabled outputs disabled after suspend / resume by David John · 15 years ago
  55. b16d9ac drm: disable all the possible outputs/crtcs before entering KMS mode by Zhao Yakui · 15 years ago
  56. 1bd049f Merge branch 'drm-core-next' into drm-linus by Dave Airlie · 15 years ago
  57. 9632b41 drm/modes: Fall back to 1024x768 instead of 800x600 by Adam Jackson · 15 years ago
  58. eeba575 drm/kms: Init the CRTC info fields for modes forced from the command line. by Francisco Jerez · 15 years ago
  59. 8ef8678 drm/kms: protect against fb helper not being created. by Dave Airlie · 15 years ago
  60. d50ba25 drm/kms: start adding command line interface using fb. by Dave Airlie · 15 years ago
  61. 9b1596a drm: update crtc x/y when only fb changes by Ben Skeggs · 15 years ago
  62. 620f378 drm: prune modes when output is disconnected. by Adam Jackson · 15 years ago
  63. 575dc34 drm/kms: remove old std mode fallback code. by Dave Airlie · 15 years ago
  64. 50fe4cf drm/kms/i915: Add the default mode for CRT output without EDID by ykzhao · 15 years ago
  65. ff6fdbe drm/crtc_helper: avoid NULL-pointer dereference when encoder is NULL by Maarten Maathuis · 15 years ago
  66. 9c552dd drm/crtc: fix mismerge of last patch. by Dave Airlie · 15 years ago
  67. a3a0544 drm/kms: add explicit encoder disable function and detach harder. by Dave Airlie · 15 years ago
  68. ff846ab drm/crtc_helper: NULL encoder->crtc when switching encoders by Maarten Maathuis · 15 years ago
  69. e67aae7 drm/crtc_helper: replace modeset fail path with something simpler by Maarten Maathuis · 15 years ago
  70. 51c8b40 Merge Linus master to drm-next by Dave Airlie · 15 years ago
  71. 58367ed drm: Add the debug info in generic drm mode by using DRM_DEBUG_KMS by Zhao Yakui · 15 years ago
  72. 4cb72b1 drm: Catch stop possible NULL pointer reference by Jakob Bornecrantz · 15 years ago
  73. af4fcb5 drm: Disable the unused connectors explicitly when resuming with KMS. by Zhao Yakui · 15 years ago
  74. c9fb15f drm: Hook up DPMS property handling in drm_crtc.c. Add drm_helper_connector_dpms. by Keith Packard · 15 years ago
  75. c964b12 drm/kms: don't try to shortcut drm mode set function by Dave Airlie · 15 years ago
  76. 7a1fb5d drm: remove unused "can_grow" parameter from drm_crtc_helper_initial_config by Jesse Barnes · 15 years ago
  77. 6714977 drm: sync the mode validation for INTERLACE/DBLSCAN by yakui_zhao · 15 years ago
  78. 7bec756 drm: disable encoders before re-routing them by Jesse Barnes · 15 years ago
  79. 5c3b82e drm: Propagate failure from setting crtc base. by Chris Wilson · 15 years ago
  80. e62fb64 drm: Check for a NULL encoder when reverting on error path by Chris Wilson · 15 years ago
  81. 712531b drm: handle depth & bpp changes correctly by Jesse Barnes · 15 years ago
  82. 40a518d drm: initial KMS config fixes by Jesse Barnes · 15 years ago
  83. 3c4fdcf drm: pin new and unpin old buffer when setting a mode. by Kristian Høgsberg · 16 years ago
  84. e0c8463 drm: sanitise drm modesetting API + remove unused hotplug by Jakob Bornecrantz · 16 years ago
  85. aa91c66 drm: pick an 800x600@60HZ mode by default for unknown CRT. by Dave Airlie · 16 years ago
  86. f453ba0 DRM: add mode setting support by Dave Airlie · 16 years ago