1. 2545e4a drm/i915: Add atomic_get_property entrypoint for connectors (v2) by Matt Roper · 10 years ago
  2. c6f95f2 drm/i915: Setup dummy atomic state for connectors (v3) by Matt Roper · 10 years ago
  3. 6e3c971 drm/i915: Make intel_crtc->config a pointer by Ander Conselvan de Oliveira · 10 years ago
  4. 2d112de drm/i915: Embedded struct drm_crtc_state in intel_crtc_state by Ander Conselvan de Oliveira · 10 years ago
  5. 5cec258 drm/i915: Rename struct intel_crtc_config to intel_crtc_state by Ander Conselvan de Oliveira · 10 years ago
  6. e240d55 drm/i915: Don't call DVO mode_set hook on DPMS changes by Ville Syrjälä · 10 years ago
  7. c9c054c drm/i915: Enable DVO between mode_set and dpms hooks by Ville Syrjälä · 10 years ago
  8. 316e015 drm/i915: ns2501 is on DVOB by Ville Syrjälä · 10 years ago
  9. ca5a1b9 Merge tag 'drm-intel-next-2014-06-20' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 10 years ago
  10. 34ea3d3 drm: add register and unregister functions for connectors by Thomas Wood · 10 years ago
  11. f417c11 drm/i915: Don't get hw state from DVO chip unless DVO is enabled by Ville Syrjälä · 10 years ago
  12. c23cc41 drm/i915: replace drm_get_connector_name() with direct name field use by Jani Nikula · 10 years ago
  13. 912b0e2 drm/i915/dvo: Remove ->mode_set callback by Daniel Vetter · 10 years ago
  14. bc079e8 drm/i915: Make encoder cloning more flexible by Ville Syrjälä · 10 years ago
  15. 4932e2c drm/i915: add unregister callback to connector by Imre Deak · 10 years ago
  16. c19de8e drm/i915: Return a drm_mode_status enum in the mode_valid vfuncs by Damien Lespiau · 11 years ago
  17. 48f34e1 drm/i915/dvo: call ->mode_set callback only when the port is running by Daniel Vetter · 11 years ago
  18. d9255d5 drm/i915: destroy connector sysfs files earlier by Paulo Zanoni · 11 years ago
  19. 241bfc3 drm/i915: Use crtc_clock with the adjusted mode by Damien Lespiau · 11 years ago
  20. b14c567 drm/i915: use pointer = k[cmz...]alloc(sizeof(*pointer), ...) pattern by Daniel Vetter · 11 years ago
  21. b599c89 Merge tag 'v3.12-rc2' into drm-intel-next by Daniel Vetter · 11 years ago
  22. 18442d0 drm/i915: Fix port_clock and adjusted_mode.clock readout all over by Ville Syrjälä · 11 years ago
  23. 0d97174 drm/i915/dvo: set crtc timings again for panel fixed modes by Daniel Vetter · 11 years ago
  24. ce14240 drm/i915: Remove unused mode_fixup() vfunc of struct intel_dvo_dev_ops by Damien Lespiau · 11 years ago
  25. 79fde30 drm/i915/dvo: use native encoder ->mode_set callback by Daniel Vetter · 11 years ago
  26. a347037 drm/i915/dvo: switch ->mode_fixup to ->compute_config by Daniel Vetter · 11 years ago
  27. 69438e6 drm/i915/dvo: use intel_encoder to the upcast macro by Daniel Vetter · 11 years ago
  28. 164c859 drm/i915: Add some debug breadcrumbs to connector detection by Chris Wilson · 11 years ago
  29. 4a33e48 drm/i915: fix dvo DPLL regression by Daniel Vetter · 11 years ago
  30. 6b1c087b drm/i915: document why dvo/sdvo/crt need a special dpms function by Jani Nikula · 11 years ago
  31. 045ac3b drm/i915: add encoder get_config function v5 by Jesse Barnes · 11 years ago
  32. e1b73cb Merge tag 'v3.10-rc2' into drm-intel-next-queued by Daniel Vetter · 11 years ago
  33. 98304ad drm/i915: add support for dvo Chrontel 7010B by braggle@free.fr · 11 years ago
  34. e4bfff5 drm/i915: Fall back to bit banging mode for DVO transmitter detection by David Müller (ELSOFT AG) · 11 years ago
  35. af5676f drm/i915: rip out helper->disable noop functions by Daniel Vetter · 12 years ago
  36. 612a9aa Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 12 years ago
  37. 760285e UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/ by David Howells · 12 years ago
  38. 4126d5d UAPI: (Scripted) Remove redundant DRM UAPI header #inclusions from drivers/gpu/. by David Howells · 12 years ago
  39. b980514 drm/i915: improve modeset state checking after dpms calls by Daniel Vetter · 12 years ago
  40. 1f70385 drm/i915: s/intel_encoder_disable/intel_encoder_noop by Daniel Vetter · 12 years ago
  41. 0a91ca2 drm/i915: check connector hw/sw state by Daniel Vetter · 12 years ago
  42. 732ce74 drm/i915/dvo: implement get_hw_state by Daniel Vetter · 12 years ago
  43. c9deac9 drm/i915: rip out encoder->prepare/commit by Daniel Vetter · 12 years ago
  44. b2cabb0 drm/i915: convert dpms functions of dvo/sdvo/crt by Daniel Vetter · 12 years ago
  45. 19c63fa drm/i915/dvo: convert to encoder disable/enable by Daniel Vetter · 12 years ago
  46. fac3274 drm/i915: simplify dvo dpms interface by Daniel Vetter · 12 years ago
  47. 7434a25 drm/i915: Support for ns2501-DVO by Thomas Richter · 12 years ago
  48. 66a9278 drm/i915: simplify possible_clones computation by Daniel Vetter · 12 years ago
  49. e811f5a drm: Make the .mode_fixup() operations mode argument a const pointer by Laurent Pinchart · 12 years ago
  50. 3bd7d90 drm/i915/intel_i2c: refactor using intel_gmbus_get_adapter by Daniel Kurtz · 12 years ago
  51. ca9bfa7 drm/i915: fixup interlaced vertical timings confusion, part 1 by Daniel Vetter · 12 years ago
  52. 9db4a9c drm/i915: cleanup per-pipe reg usage by Jesse Barnes · 13 years ago
  53. f573c66 drm/i915/dvo: Fix panel and DDC i2c pins by Chris Wilson · 14 years ago
  54. a6b17b4 drm/i915: Use the correct DPB GMBUS port for GPIOE by Chris Wilson · 14 years ago
  55. e9e5f8e Merge branch 'drm-intel-fixes' into HEAD by Chris Wilson · 14 years ago
  56. f899fc6 drm/i915: use GMBUS to manage i2c links by Chris Wilson · 14 years ago
  57. 373a3cf drm/i915: call drm_encoder_init first by Chris Wilson · 14 years ago
  58. 890f335 drm/i915/i2c: Track the parent encoder rather than just the dev by Chris Wilson · 14 years ago
  59. 930a9e2 drm: Use a nondestructive mode for output detect when polling (v2) by Chris Wilson · 14 years ago
  60. 7b334fc drm: Use a nondestructive mode for output detect when polling by Chris Wilson · 14 years ago
  61. df0e924 drm/i915: Make the connector->encoder relationship explicit by Chris Wilson · 14 years ago
  62. f875c15 drm/i915: Use the direct mapping of pipe->crtc by Chris Wilson · 14 years ago
  63. 4ef69c7 drm/i915: Rename intel_encoder->enc to base for consistency by Chris Wilson · 14 years ago
  64. ea5b213 drm/i915: Subclass intel_encoder. by Chris Wilson · 14 years ago
  65. 97921a5 Merge remote branch 'anholt/drm-intel-next' of /home/airlied/kernel/drm-next into drm-core-next by Dave Airlie · 14 years ago
  66. 13bd8e4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/anholt/drm-intel by Linus Torvalds · 14 years ago
  67. 599be16 drm/i915: convert DVO driver to new encoder/connector structure by Zhenyu Wang · 14 years ago
  68. 6443170 drm/i915: Remove dead KMS encoder save/restore code. by Eric Anholt · 14 years ago
  69. 335af9a drm/i915: change intel_ddc_get_modes() function parameters by Zhenyu Wang · 14 years ago
  70. 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
  71. 21d40d3 drm/i915: Rename intel_output to intel_encoder. by Eric Anholt · 14 years ago
  72. f8aed70 drm/i915: Set crtc/clone mask in different output devices by Ma Ling · 15 years ago
  73. f9c10a9 drm/i915: Change I2C api to pass around i2c_adapters by Keith Packard · 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. 606df4e drm/i915: fix sparse warnings: move 'extern' decls to header file by Hannes Eder · 16 years ago
  76. b358d0a drm/i915: fix sparse warnings: make symbols static by Hannes Eder · 16 years ago
  77. 79e5394 DRM: i915: add mode setting support by Jesse Barnes · 16 years ago