1. 713a6b6 drm/i915: Avoid early timeout during AUX transfers by Imre Deak · 8 years ago
  2. f53dd63 drm/i915/hsw: Avoid early timeout during LCPLL disable/restore by Imre Deak · 8 years ago
  3. cf3598c drm/i915/lpt: Avoid early timeout during FDI PHY reset by Imre Deak · 8 years ago
  4. 0b786e4 drm/i915/bxt: Avoid early timeout during PLL enable by Imre Deak · 8 years ago
  5. 9b61302 drm/i915/gen9: Re-allocate DDB only for changed pipes by Matt Roper · 8 years ago
  6. bdaa2df drm/i915: fix build errors when ACPI is not enabled by Randy Dunlap · 8 years ago
  7. 4aa7fb9 drm/i915/dmc: Step away from symbolic links by Patrik Jakobsson · 8 years ago
  8. fa7545a drm/i915/guc: don't ever forward VBlank to the GuC by Dave Gordon · 8 years ago
  9. 731f74c drm/i915: tweak gen6_for_{each_pde, all_pdes} macros by Dave Gordon · 8 years ago
  10. 883445d drm/i915: Only switch to default context when evicting from GGTT by Chris Wilson · 8 years ago
  11. 6e5a5be drm/i915: Split idling from forcing context switch by Chris Wilson · 8 years ago
  12. ec602a0 drm/i915: No need to wait for idle on L3 remap by Chris Wilson · 8 years ago
  13. a168b2d drm/i915: Mark all default contexts as uninitialised after context loss by Chris Wilson · 8 years ago
  14. c7c3c07 drm/i915: Treat kernel context as initialised by Chris Wilson · 8 years ago
  15. 0cb26a8 drm/i915: Move legacy kernel context pinning to intel_ringbuffer.c by Chris Wilson · 8 years ago
  16. 62e6300 drm/i915: Skip idling an idle engine by Chris Wilson · 8 years ago
  17. a09d0ba drm/i915: Move module init/exit to i915_pci.c by Chris Wilson · 8 years ago
  18. 42f5551 drm/i915: Split out the PCI driver interface to i915_pci.c by Chris Wilson · 8 years ago
  19. c2dac86 drm/i915: Fix misleading driver debug message by Frank Binns · 8 years ago
  20. 71240ed drm/i915: Remove user controllable DRM_ERROR for intel_get_pipe_from_crtc_id() by Chris Wilson · 8 years ago
  21. dda3300 drm/i915: Remove user controllable DRM_ERROR for i915_getparam() by Chris Wilson · 8 years ago
  22. 0673ad4 drm/i915: Merge i915_dma.c into i915_drv.c by Chris Wilson · 8 years ago
  23. 091387c drm/i915: Start exploiting drm_device subclassing by Chris Wilson · 8 years ago
  24. 2e5673e drm/i915: Remove redundant drm_connector_register_all() by Chris Wilson · 8 years ago
  25. 3e783ba drm/i915: Demidlayer driver unloading by Chris Wilson · 8 years ago
  26. 8f460e2 drm/i915: Demidlayer driver loading by Chris Wilson · 8 years ago
  27. 1dac891 drm/i915: Register debugfs interface last by Chris Wilson · 8 years ago
  28. 843152b drm/i915: Move connector registration to driver registration by Chris Wilson · 8 years ago
  29. 1ebaa0b drm/i915: Move backlight registration to connector registration by Chris Wilson · 8 years ago
  30. 7a418e3 drm/i915: Move registration actions to connector->late_register by Chris Wilson · 8 years ago
  31. fda9ee9 drm/i915: Move panel's backlight setup next to panel init by Chris Wilson · 8 years ago
  32. a19d6ff drm/i915: Small compaction of the engine init code by Tvrtko Ursulin · 8 years ago
  33. 10bb667 Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queued by Daniel Vetter · 8 years ago
  34. 2a34670 Merge tag 'mediatek-drm-2016-06-20' of git://git.pengutronix.de/git/pza/linux into drm-next by Dave Airlie · 8 years ago
  35. 6559436 Merge branch 'drm/next/du' of git://linuxtv.org/pinchartl/media into drm-next by Dave Airlie · 8 years ago
  36. 9da1030 Merge tag 'drm-intel-next-2016-06-20' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 8 years ago
  37. 9253d05 Merge tag 'topic/drm-misc-2016-06-22-updated' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 8 years ago
  38. 4b01ec9 Merge tag 'drm-sii902x' of github.com:bbrezillon/linux-at91 into drm-next by Dave Airlie · 8 years ago
  39. 64989ca4 drm/i915: Refresh cached DP port register value on resume by Ville Syrjälä · 8 years ago
  40. de9c1b6 drm/i915: Sanity check PPS HW state by Imre Deak · 8 years ago
  41. 5464861 drm/i915: Factor out helper to read out PPS HW state by Imre Deak · 8 years ago
  42. 8e8232d drm/i915: Deduplicate PPS register retrieval by Imre Deak · 8 years ago
  43. 7859799 drm/i915/bxt: Fix PPS lost state after suspend breaking eDP link training by Imre Deak · 8 years ago
  44. b4d06ed drm/i915: Group all the PPS init steps to one place by Imre Deak · 8 years ago
  45. 0080b5d drm/i915: Initialize the PPS HW before its first use by Imre Deak · 8 years ago
  46. 97a824e1 drm/i915/ibx, cpt: Don't attempt to register eDP if LVDS was detected by Imre Deak · 8 years ago
  47. f510f34 drm/vc4: Remove unused connector by Daniel Vetter · 8 years ago
  48. fa7d81b drm/fb-helper: Reduce READ_ONCE(master) to lockless_dereference by Chris Wilson · 8 years ago
  49. 366e292 drm/sun4i: Remove open-coded drm_connector_register_all() by Chris Wilson · 8 years ago
  50. 398e979 drm/vc4: Remove open-coded drm_connector_register_all() by Chris Wilson · 8 years ago
  51. 6966e48 drm/atmel-hlcdc: Remove redundant call to drm_connector_unregister_all() by Chris Wilson · 8 years ago
  52. 3b96a0b drm: document drm_auth.c by Daniel Vetter · 8 years ago
  53. 0aae592 drm: Clear up master tracking booleans by Daniel Vetter · 8 years ago
  54. b3ac9f2 drm: Extract drm_is_current_master by Daniel Vetter · 8 years ago
  55. d6ed682 drm: Refactor drop/set master code a bit by Daniel Vetter · 8 years ago
  56. a325725 drm: Lobotomize set_busid nonsense for !pci drivers by Daniel Vetter · 8 years ago
  57. 46bfdf9 drm: Nuke SET_UNIQUE ioctl by Daniel Vetter · 8 years ago
  58. a742946 drm: Don't call drm_dev_set_unique from platform drivers by Daniel Vetter · 8 years ago
  59. 405e61a drm/vgem: Stop calling drm_drv_set_unique by Daniel Vetter · 8 years ago
  60. 5079c46 drm: Use dev->name as fallback for dev->unique by Daniel Vetter · 8 years ago
  61. 8106554 drm: Clean up drm_crtc.h by Daniel Vetter · 8 years ago
  62. 95c081c drm: Move master pointer from drm_minor to drm_device by Daniel Vetter · 8 years ago
  63. 84601db drm: sti: rework init sequence by Benjamin Gaignard · 8 years ago
  64. 83af0a4 drm: sti: use late_register and early_unregister callbacks by Benjamin Gaignard · 8 years ago
  65. a104299 drm/amdkfd: Clean up inline handling by Daniel Vetter · 8 years ago
  66. 79190ea drm: Add callbacks for late registering by Benjamin Gaignard · 8 years ago
  67. 6125151 drm/i915/guc: Remove one unnecessary variable by Tvrtko Ursulin · 8 years ago
  68. b7868c6 drm/fsl-dcu: use drm_mode_config_cleanup on initialization errors by Stefan Agner · 8 years ago
  69. e06a44c drm/mediatek: Remove IOMMU_DMA select by Arnd Bergmann · 8 years ago
  70. 88e196b Documentation/DocBook: remove gpu.tmpl by Jani Nikula · 8 years ago
  71. 2fa91d1 Documentation/gpu: split up mm, kms and kms-helpers from internals by Jani Nikula · 8 years ago
  72. 9b20fa0 Documentation/gpu: convert the KMS properties table to CSV by Jani Nikula · 8 years ago
  73. 2255402 Documentation/gpu: use recommended order of heading markers by Jani Nikula · 8 years ago
  74. 621c547 MAINTAINERS: add Documentation/gpu and Documentation/gpu/i915.rst by Jani Nikula · 8 years ago
  75. ca00c2b Documentation/gpu: split up the gpu documentation by Jani Nikula · 8 years ago
  76. cb597fc Documentation/gpu: add new gpu.rst converted from DocBook gpu.tmpl by Jani Nikula · 8 years ago
  77. ee648a7 drm/i915: Use connector_type for printing in intel_connector_info, v2. by Maarten Lankhorst · 8 years ago
  78. 26c17cf drm/i915: Use atomic state and connector_type in i915_sink_src by Maarten Lankhorst · 8 years ago
  79. b6dabe3 drm/i915: Use connector_type instead of intel_encoder->type for DP. by Maarten Lankhorst · 8 years ago
  80. 26875fe drm/i915: Use connector->name in drrs debugfs. by Maarten Lankhorst · 8 years ago
  81. 7822492 drm/i915/gvt: Mark i915.enable_gvt as false if loading fails by Chris Wilson · 8 years ago
  82. 77ca04c drm/i915: Set the access right of kernel param "i915.enable_gvt" to read-only. by Zhi Wang · 8 years ago
  83. 2b83c4c drm/i915: Set softmin frequency on idle->busy transition by Michał Winiarski · 8 years ago
  84. 0b63bb1 drm/i915/guc: index host arrays by i915 engine ID, not guc_id by Dave Gordon · 8 years ago
  85. 6605ca0 drm/crtc-helper: disable_unused_functions really isn't for atomic by Daniel Vetter · 8 years ago
  86. f07df98 drm/rcar-du: Remove redundant calls to drm_connector_register_all() by Chris Wilson · 8 years ago
  87. 8c2d8ed drm/msm: Remove redundant calls to drm_connector_register_all() by Chris Wilson · 8 years ago
  88. 6c62c98 drm/mediatek: Remove redundant calls to drm_connector_register_all() by Chris Wilson · 8 years ago
  89. 1e7c3e3 drm/hisilicon: Remove redundant calls to drm_connector_register_all() by Chris Wilson · 8 years ago
  90. 99e6fe5 drm/atmel-hlcdc: Remove redundant calls to drm_connector_register_all() by Chris Wilson · 8 years ago
  91. e01d9e5 drm/arc: Remove redundant calls to drm_connector_register_all() by Chris Wilson · 8 years ago
  92. 9127f99 drm/rockchip: Finish initialization before registering DRM device by Tomasz Figa · 8 years ago
  93. e77018f drm/i915/fbdev: Flush mode configuration before lastclose by Chris Wilson · 8 years ago
  94. 43cee31 drm/i915/fbdev: Limit the global async-domain synchronization by Chris Wilson · 8 years ago
  95. d626f34 drm/i915/fbdev: Perform async fbdev initialisation much later by Chris Wilson · 8 years ago
  96. 41719d5 drm/omapdrm: don't call drm_helper_disable_unused_functions by Daniel Vetter · 8 years ago
  97. aeecc96 drm/i915: use ORIGIN_CPU for frontbuffer invalidation on WC mmaps by Chris Wilson · 8 years ago
  98. 80788a0 drm/i915/fbc: sanitize i915.enable_fbc during FBC init by Paulo Zanoni · 8 years ago
  99. ab28a54 drm/i915/fbc: update busy_bits even for GTT and flip flushes by Paulo Zanoni · 8 years ago
  100. c7f7e2f drm/i915/fbc: Disable on HSW by default for now by Lyude · 8 years ago