1. 1dba99f drm/i915: Rename intel_flush_display_plane to intel_flush_primary_plane by Ville Syrjälä · 11 years ago
  2. 967ad7f Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next by Daniel Vetter · 11 years ago
  3. ffbab09b drm: Remove pci_vendor and pci_device from struct drm_device by Ville Syrjälä · 11 years ago
  4. d9255d5 drm/i915: destroy connector sysfs files earlier by Paulo Zanoni · 11 years ago
  5. 241bfc3 drm/i915: Use crtc_clock with the adjusted mode by Damien Lespiau · 11 years ago
  6. 768f69c drm/i915: VBT's child_device_config changes over time by Paulo Zanoni · 11 years ago
  7. b14c567 drm/i915: use pointer = k[cmz...]alloc(sizeof(*pointer), ...) pattern by Daniel Vetter · 11 years ago
  8. 1062b81 drm/i915/tv: clear adjusted_mode.flags by Daniel Vetter · 11 years ago
  9. cd91ef2 drm/i915/tv: Use native encoder->mode_set callback by Daniel Vetter · 11 years ago
  10. 164c859 drm/i915: Add some debug breadcrumbs to connector detection by Chris Wilson · 11 years ago
  11. accfc0c drm/i915: consolidate and tighten encoder cloning checks by Daniel Vetter · 11 years ago
  12. 41aa344 drm/i915: Organize VBT stuff inside drm_i915_private by Rodrigo Vivi · 11 years ago
  13. 821450c drm/i915: (re)init HPD interrupt storm statistics by Egbert Eich · 11 years ago
  14. 5d2d38d drm/i915: clean up pipe bpp confusion by Daniel Vetter · 11 years ago
  15. af5676f drm/i915: rip out helper->disable noop functions by Daniel Vetter · 12 years ago
  16. c0c36b94 drm/i915: Return the real error code from intel_set_mode() by Chris Wilson · 12 years ago
  17. 662595d drm/i915: drm_connector_property -> drm_object_property by Rob Clark · 12 years ago
  18. f5d8491 drm/i915/tv: Use intel_flush_display_plane() to flush the primary plane by Damien Lespiau · 12 years ago
  19. 612a9aa Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 12 years ago
  20. 760285e UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/ by David Howells · 12 years ago
  21. 4126d5d UAPI: (Scripted) Remove redundant DRM UAPI header #inclusions from drivers/gpu/. by David Howells · 12 years ago
  22. 1f70385 drm/i915: s/intel_encoder_disable/intel_encoder_noop by Daniel Vetter · 12 years ago
  23. 6ed0f79 drm/i915: use staged outuput config in tv->mode_fixup by Daniel Vetter · 12 years ago
  24. 9a8ee98 drm/i915/tv: implement get_hw_state by Daniel Vetter · 12 years ago
  25. c9deac9 drm/i915: rip out encoder->prepare/commit by Daniel Vetter · 12 years ago
  26. a6778b3 drm/i915: copy&paste drm_crtc_helper_set_mode by Daniel Vetter · 12 years ago
  27. 6b5756a drm/i915/tv: convert to encoder enable/disable by Daniel Vetter · 12 years ago
  28. d2434ab drm/i915: drop intel_encoder argument to load_detect_pipe functions by Daniel Vetter · 12 years ago
  29. 66a9278 drm/i915: simplify possible_clones computation by Daniel Vetter · 12 years ago
  30. e811f5a drm: Make the .mode_fixup() operations mode argument a const pointer by Laurent Pinchart · 12 years ago
  31. 6c2b7c12 drm/i915: introduce for_each_encoder_on_crtc by Daniel Vetter · 12 years ago
  32. 9589919 drm/i915: Adding TV Out Missing modes. by Rodrigo Vivi · 12 years ago
  33. bf2125e drm/i915: wait for a vblank to pass after tv detect by Daniel Vetter · 12 years ago
  34. f7bacf1 drm/i915: rip out unnecessary calls to drm_mode_set_crtcinfo by Daniel Vetter · 12 years ago
  35. 38de45c drm/i915: fixup tv load-detect on enabled but not active crtc by Daniel Vetter · 12 years ago
  36. 3801a7f drm/i915/tv: fix open-coded ARRAY_SIZE. by Dave Airlie · 12 years ago
  37. d42c9e2 drm/i915: reinstate GM45 TV detection fix by Daniel Vetter · 12 years ago
  38. ca9bfa7 drm/i915: fixup interlaced vertical timings confusion, part 1 by Daniel Vetter · 13 years ago
  39. 55a6713 drm/i915: Removing TV Out modes. by Rodrigo Vivi · 13 years ago
  40. 23bd15e drm/i915: Fix TV Out refresh rate. by Rodrigo Vivi · 13 years ago
  41. 0206e35 Drivers: i915: Fix all space related issues. by Akshay Joshi · 13 years ago
  42. 2bf7116 drm/i915: TVDAC_STATE_CHG does not indicate successful load-detect by Keith Packard · 13 years ago
  43. 835bff7 drm/i915: Select correct pipe during TV detect by Keith Packard · 13 years ago
  44. 8261b19 drm/i915: Don't store temporary load-detect variables in the generic encoder by Chris Wilson · 13 years ago
  45. 7173188 drm/i915: Simplify return value from intel_get_load_detect_pipe by Chris Wilson · 13 years ago
  46. ccacfec drm/i915/tv: Fix modeset flickering introduced in 7f58aabc3 by Sitsofe Wheeler · 13 years ago
  47. 89ea42d drm/i915/tv: Only poll for TV connections by Mathew McKernan · 13 years ago
  48. d562766 drm/i915/tv: Remember the detected TV type by Mathew McKernan · 13 years ago
  49. 9035a97 Merge branch 'drm-intel-fixes' into drm-intel-next by Chris Wilson · 13 years ago
  50. 8102e12 drm/i915/tv: Use polling rather than interrupt-based hotplug by Chris Wilson · 14 years ago
  51. 9db4a9c drm/i915: cleanup per-pipe reg usage by Jesse Barnes · 14 years ago
  52. 1ec14ad drm/i915: Implement GPU semaphores for inter-ring synchronisation on SNB by Chris Wilson · 14 years ago
  53. 58e10eb Merge branch 'drm-intel-fixes' into drm-intel-next by Chris Wilson · 14 years ago
  54. 29e1316 drm/i915/tv: Sleep before checking for state changes. by Chris Wilson · 14 years ago
  55. a6c45cf drm/i915: INTEL_INFO->gen supercedes i8xx, i9xx, i965g by Chris Wilson · 14 years ago
  56. e9e5f8e Merge branch 'drm-intel-fixes' into HEAD by Chris Wilson · 14 years ago
  57. 930a9e2 drm: Use a nondestructive mode for output detect when polling (v2) by Chris Wilson · 14 years ago
  58. 7b334fc drm: Use a nondestructive mode for output detect when polling by Chris Wilson · 14 years ago
  59. 5eddb70 drm/i915: Use macros to switch between equivalent pipe registers by Chris Wilson · 14 years ago
  60. df0e924 drm/i915: Make the connector->encoder relationship explicit by Chris Wilson · 14 years ago
  61. 4ef69c7 drm/i915: Rename intel_encoder->enc to base for consistency by Chris Wilson · 14 years ago
  62. b7ac36d drm/i915/tv: After disabling the pipe, use wait_for_vblank_off() by Chris Wilson · 14 years ago
  63. 763a4a0 drm/i915/tv: Mark the format names as constant and so avoid the memleak by Chris Wilson · 14 years ago
  64. 974b933 drm/i915/tv: Poll for DAC state change by Chris Wilson · 14 years ago
  65. b8ed2a4 drm/i915/tv: Preserve reserved DAC bits during mode-setting by Chris Wilson · 14 years ago
  66. 4f233ef i915: Fix spurious TV detection after 9d0498a2bf + 9559fcdbff by Pekka Enberg · 14 years ago
  67. 9d0498a drm/i915: wait for actual vblank, not just 20ms by Jesse Barnes · 14 years ago
  68. ea5b213 drm/i915: Subclass intel_encoder. by Chris Wilson · 14 years ago
  69. fc1caf6 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
  70. 2991196 drm/i915: cleanup: use ARRAY_SIZE() by Dan Carpenter · 14 years ago
  71. 3ca87e8 drm/i915: Sparse warning about invalid value for burst_ena in tv_modes by Chris Wilson · 14 years ago
  72. 04ad327 drm: i915: use ARRAY_SIZE by Kulikov Vasiliy · 14 years ago
  73. d4b74bf Revert "drm/i915: Configure the TV sense state correctly on GM45 to make TV detection reliable" by Dave Airlie · 14 years ago
  74. 0c41ee2 drm/i915: convert TV driver to new encoder/connector structure by Zhenyu Wang · 14 years ago
  75. 6443170 drm/i915: Remove dead KMS encoder save/restore code. by Eric Anholt · 14 years ago
  76. c1c4397 drm/i915: passing drm connector param for load detection by Zhenyu Wang · 14 years ago
  77. fb8b5a3 drm/i915: Configure the TV sense state correctly on GM45 to make TV detection reliable by Zhao Yakui · 14 years ago
  78. 21d40d3 drm/i915: Rename intel_output to intel_encoder. by Eric Anholt · 14 years ago
  79. 8fcc5018 drm/i915: disable TV hotplug status check by Zhenyu Wang · 15 years ago
  80. b01f2c3 drm/i915: only enable hotplug for detected outputs by Jesse Barnes · 15 years ago
  81. 6e36595 drm/i915: Declare the new VBT parsing functions as static by Zhao Yakui · 15 years ago
  82. c356143 drm/i915: Don't set up the TV port if it isn't in the BIOS table. by Zhao Yakui · 15 years ago
  83. d271817 drm/i915: Avoid NULL dereference with component_only tv_modes by Chris Wilson · 15 years ago
  84. 28c9773 drm/i915: Replace DRM_DEBUG with DRM_DEBUG_KMS by Zhao Yakui · 15 years ago
  85. 0d0884c drm/i915: Multiply the refresh by 1000 in TV mode validatiion by Zhao Yakui · 15 years ago
  86. 44040f1 Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6 by Linus Torvalds · 15 years ago
  87. 7c8460d drm/i915: fix mask bits setting by Zhenyu Wang · 15 years ago
  88. 213c2e6 drm/i915: select TV format according to connector type by Ma Ling · 15 years ago
  89. f8aed70 drm/i915: Set crtc/clone mask in different output devices by Ma Ling · 15 years ago
  90. bcae2ca drm/i915: Set preferred mode for integrated TV according to TV format by ling.ma@intel.com · 15 years ago
  91. 8ed9a5b drm/i915: set TV detection mode when tv is already connected by ling.ma@intel.com · 15 years ago
  92. 9a298b2 drm: Remove memory debugging infrastructure. by Eric Anholt · 15 years ago
  93. 6b70246 Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6 by Linus Torvalds · 15 years ago
  94. cb66c69 drm/i915: Set correct TV detection voltage level override values by Ma Ling · 15 years ago
  95. c9fb15f drm: Hook up DPMS property handling in drm_crtc.c. Add drm_helper_connector_dpms. by Keith Packard · 15 years ago
  96. 7d6ff78 drm/i915: fix TV mode setting in property change by Zhenyu Wang · 15 years ago
  97. ebcc8f2 drm/i915: only set TV mode when any property changed by Zhenyu Wang · 15 years ago
  98. bf5a269 drm/i915: TV detection fix by Zhenyu Wang · 15 years ago
  99. d2d9f23 drm/i915: TV mode_set sync up with 2D driver by Zhenyu Wang · 15 years ago
  100. 02c5dd9 drm/i915: Fix TV get_modes to return modes count by Zhenyu Wang · 15 years ago