1. a912f12 drm/i915: remove intel_crtc_cursor_set_obj() (v5) by Gustavo Padovan · 10 years ago
  2. ecb7e16 drm: add helper to get crtc timings (v5) by Gustavo Padovan · 10 years ago
  3. 93dc1b6 drm/i915: Update DRIVER_DATE to 20141205 by Daniel Vetter · 10 years ago
  4. f3f3236 drm/i915/bdw: Add WaHdcDisableFetchWhenMasked by Michel Thierry · 10 years ago
  5. 24ee0e6 drm/i915: Update the DSI enable path to support dual by Gaurav K Singh · 10 years ago
  6. 384f02a drm/i915: Update the DSI disable path to support dual link panel disabling by Gaurav K Singh · 10 years ago
  7. aa102d2 drm/i915: MIPI Timings related changes for dual link by Gaurav K Singh · 10 years ago
  8. 3770f0e drm/i915: cck reg used for checking DSI Pll locked by Gaurav K Singh · 10 years ago
  9. 58cf888 drm/i915: Enable DSI PLL for both DSI0 and DSI1 in case of dual link by Gaurav K Singh · 10 years ago
  10. 4510cd77 drm/i915: Dual link needs Shutdown and Turn on packet for both ports by Gaurav K Singh · 10 years ago
  11. a9da9bc drm/i915: Pixel Clock changes for DSI dual link by Gaurav K Singh · 10 years ago
  12. 369602d drm/i915: Add support for port enable/disable for dual link configuration by Gaurav K Singh · 10 years ago
  13. 8edfbb8 drm/i915: s/MI_STORE_DWORD_IMM_GEN8/MI_STORE_DWORD_IMM_GEN4/ by Ville Syrjälä · 10 years ago
  14. 7bcc377 drm/i915: release struct_mutex on the i915_gem_init_hw fail path by Jani Nikula · 10 years ago
  15. 8f4d268 drm/i915: Added port as parameter to the functions which does read/write of DSI Controller by Gaurav K Singh · 10 years ago
  16. 5505a24 drm/i915: New functions added for enabling & disabling MIPI Port Ctrl reg by Gaurav K Singh · 10 years ago
  17. 2fcffe1 drm/i915: Don't display nonsensical values in i915_ddb_info on gen < 9 by Damien Lespiau · 10 years ago
  18. f763566 drm/i915: Stop putting GGTT VMA at the head of the list by Tvrtko Ursulin · 10 years ago
  19. 6c93068 drm/i915/skl: Update the DDI translation values for DP/eDP 1.3 by Damien Lespiau · 10 years ago
  20. d5abdfd drm/i915: Move init_unused_rings to gem_init_hw by Daniel Vetter · 10 years ago
  21. e7778be drm/i915: Fix startup failure in LRC mode after recent init changes by Thomas Daniel · 10 years ago
  22. d972d6e drm/i915: Convert pxvid to extvid lookup table to a function by Mika Kuoppala · 10 years ago
  23. bfc882b drm/i915: Flatten engine init control flow by Daniel Vetter · 10 years ago
  24. 36d0a82 drm/i915: Remove unnecessary goto in intel_primary_plane_disable() by Ander Conselvan de Oliveira · 10 years ago
  25. 35a57ff drm/i915: Only init engines once by Daniel Vetter · 10 years ago
  26. 99be1df drm/i915: Move intel_init_pipe_control out of engine->init_hw by Daniel Vetter · 10 years ago
  27. ecfe00d drm/i915: s/init()/init_hw()/ in intel_engine_cs by Daniel Vetter · 10 years ago
  28. ebd0fd4 drm/i915: Consolidate ring freespace calculations by Dave Gordon · 10 years ago
  29. 4f54741 drm/i915: Make ring freespace calculation more robust by Dave Gordon · 10 years ago
  30. 17af40a drm/i915/dsi: add ports to intel_dsi to describe the ports being driven by Jani Nikula · 10 years ago
  31. e7d7cad drm/i915/dsi: clean up MIPI DSI pipe vs. port usage by Jani Nikula · 10 years ago
  32. 1362b77 drm/i915: Deal with video overlay on GPU reset by Ville Syrjälä · 10 years ago
  33. 581c26e8 drm/i915: Convert 'trace_irq' to use requests rather than seqnos by John Harrison · 10 years ago
  34. 3a8a946 drm/i915: Remove redundant flip_work->flip_queued_ring by Daniel Vetter · 10 years ago
  35. 41c5241 drm/i915: Remove the now redundant 'obj->ring' by John Harrison · 10 years ago
  36. 1b5a433 drm/i915: Convert 'i915_seqno_passed' calls into 'i915_gem_request_completed' by John Harrison · 10 years ago
  37. ff79e85 drm/i915: Connect requests to rings at creation not submission by John Harrison · 10 years ago
  38. 44cdd6d drm/i915: Convert 'ring_idle()' to use requests not seqnos by John Harrison · 10 years ago
  39. 74328ee drm/i915: Convert trace functions from seqno to request by John Harrison · 10 years ago
  40. f06cc1b drm/i915: Convert 'flip_queued_seqno' into 'flip_queued_request' by John Harrison · 10 years ago
  41. 9400ae5 drm/i915: Remove obsolete seqno parameter from 'i915_add_request' by John Harrison · 10 years ago
  42. 9c65481 drm/i915: Convert __wait_seqno() to __wait_request() by John Harrison · 10 years ago
  43. cc8c4cc drm/i915: Convert mmio_flip::seqno to struct request by John Harrison · 10 years ago
  44. f245860 drm/i915: Check locking in i915_gem_request_unreference by Daniel Vetter · 10 years ago
  45. a4b3a57 drm/i915: Convert i915_wait_seqno to i915_wait_request by Daniel Vetter · 10 years ago
  46. 9bfc01a drm/i915: Convert 'last_flip_req' to be a request not a seqno by John Harrison · 10 years ago
  47. b6660d5 drm/i915: Make 'i915_gem_check_olr' actually check by request not seqno by John Harrison · 10 years ago
  48. 6259cea drm/i915: Remove 'outstanding_lazy_seqno' by John Harrison · 10 years ago
  49. ff86588 drm/i915: Ensure requests stick around during waits by John Harrison · 10 years ago
  50. 54fb241 drm/i915: Convert i915_gem_ring_throttle to use requests by John Harrison · 10 years ago
  51. 97b2a6a drm/i915: Replace last_[rwf]_seqno with last_[rwf]_req by John Harrison · 10 years ago
  52. b793a00 drm/i915: Add helper functions to aid seqno -> request transition by John Harrison · 10 years ago
  53. abfe262 drm/i915: Add reference count to request structure by John Harrison · 10 years ago
  54. 9eba5d4 drm/i915: Ensure OLS & PLR are always in sync by John Harrison · 10 years ago
  55. f61ccae drm/i915: Fix short description of intel_display_power_is_enabled() by Damien Lespiau · 10 years ago
  56. bdcf120 drm/i915: Assert that we successfully downclock the GPU before suspend by Chris Wilson · 10 years ago
  57. 4feb765 drm/i915: Remove user pinning code by Daniel Vetter · 10 years ago
  58. d65621c drm/i915: Don't read 'HEAD' MMIO register in LRC mode by Dave Gordon · 10 years ago
  59. 57e2151 drm/i915: Check for matching ringbuffer in logical_ring_wait_request() by Dave Gordon · 10 years ago
  60. b32c6f4 drm/i915: Enable PSR for Baytrail and Braswell. by Rodrigo Vivi · 10 years ago
  61. a6cbdb8 drm/i915: VLV/CHV PSR debugfs. by Rodrigo Vivi · 10 years ago
  62. 995d304 drm/i915: VLV/CHV PSR Software timer mode by Rodrigo Vivi · 10 years ago
  63. e2bbc34 drm/i915: PSR VLV/CHV: Introduce setup, enable and disable functions by Rodrigo Vivi · 10 years ago
  64. c8f7df5 drm/i915: Add PSR registers for PSR VLV/CHV. by Rodrigo Vivi · 10 years ago
  65. e4d59f6 drm/i915: Remove intel_psr_is_enabled function. by Rodrigo Vivi · 10 years ago
  66. d298ce5 drm/i915: remove PSR BDW single frame update. by Rodrigo Vivi · 10 years ago
  67. 8cc726c drm/i915: PSR get full link off x standby from VBT by Rodrigo Vivi · 10 years ago
  68. d44b4dc drm/i915: HSW/BDW PSR Set idle_frames = VBT + 1 by Rodrigo Vivi · 10 years ago
  69. bfd7ebd drm/i915: Parse VBT PSR block. by Rodrigo Vivi · 10 years ago
  70. ff94456 drm/i915/skl: Implement the skl version of MMIO flips by Damien Lespiau · 10 years ago
  71. 3148ade drm/i915/skl: Read out crtl1 for eDP/DPLL0 by Damien Lespiau · 10 years ago
  72. 00f0b37 drm/i915: Reject modeset when the same digital port is used more than once by Ville Syrjälä · 10 years ago
  73. 9939fba drm/i915: mask RPS IRQs properly when disabling RPS by Imre Deak · 10 years ago
  74. 3427362 drm/i915: Tune down spurious CRC interrupt warning by Daniel Vetter · 10 years ago
  75. 0794aed drm/i915: Fix context object leak for legacy contexts by Thomas Daniel · 10 years ago
  76. 8ee558d drm/i915/skl: Update in Gen9 multi-engine forcewake range by Akash Goel · 10 years ago
  77. 2c623c1 drm/i915/eDP: When enabling panel VDD cancel pending disable worker by Egbert Eich · 10 years ago
  78. 9d8b058 drm/i915: Handle runtime pm in the CRC setup code by Daniel Vetter · 10 years ago
  79. f98ce92 drm/i915: Disable crtcs gracefully before GPU reset on gen3/4 by Ville Syrjälä · 10 years ago
  80. 7514747 drm/i915: Grab modeset locks for GPU rest on pre-ctg by Ville Syrjälä · 10 years ago
  81. 408d4b9 drm/i915: Implement GPU reset for g33 by Ville Syrjälä · 10 years ago
  82. 59ea905 drm/i915: Implement GPU reset for 915/945 by Ville Syrjälä · 10 years ago
  83. ca83b93 drm/i915: Restore the display config after a GPU reset on gen4 by Ville Syrjälä · 10 years ago
  84. 73bbf6b drm/i915: Fix gen4 GPU reset by Ville Syrjälä · 10 years ago
  85. aaecdf6 drm/i915: Stop gathering error states for CS error interrupts by Daniel Vetter · 10 years ago
  86. d472fcc drm/i915: Disallow pin ioctl completely for kms drivers by Daniel Vetter · 10 years ago
  87. 2b38705 drm/i915: Only warn the first time we attempt to mmio whilst suspended by Chris Wilson · 10 years ago
  88. b4eb156 drm/i915/chv: Enable AVI, SPD and HDMI infoframes for CHV. by Clint Taylor · 10 years ago
  89. b9950a1 drm/i915: Don't clobber crtc->new_config when nothing changes by Ville Syrjälä · 10 years ago
  90. 4fcd01d drm: rcar-du: Fix NULL encoder pointer dereference by Laurent Pinchart · 10 years ago
  91. 26045b5 Merge tag 'drm-intel-next-2014-11-21-fixed' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 10 years ago
  92. 064ca1d drm/i915: Don't pin LRC in GGTT when dumping in debugfs by Thomas Daniel · 10 years ago
  93. 1a92b7a Merge branch 'linux-3.19' of git://anongit.freedesktop.org/git/nouveau/linux-2.6 into drm-next by Dave Airlie · 10 years ago
  94. 9f6d2ce drm/nv50/kms: drop requirement that framebuffer bos be contig up-front by Ben Skeggs · 10 years ago
  95. 5a56025 drm/nv50/kms: directly use cursor image from userspace buffer by Ben Skeggs · 10 years ago
  96. 547ad07 drm/nouveau/kms: when pinning display-related buffers, force contig vram by Ben Skeggs · 10 years ago
  97. ad76b3f drm/nouveau: teach nouveau_bo_pin() how to force a contig vram allocation by Ben Skeggs · 10 years ago
  98. ef1df1b drm/nouveau/volt: add support for GK20A by Vince Hsu · 10 years ago
  99. 3702560 drm/nouveau/platform: add GPU speedo information to nouveau platform by Vince Hsu · 10 years ago
  100. 08c7f24 drm/nouveau/volt: allow non-bios voltage scaling by Vince Hsu · 10 years ago