1. b113d5e drm/i915: Unclutter the get_plane() functions by Damien Lespiau · 10 years ago
  2. ec2c981 drm/i915: Use a common function for computing the fb height alignment by Damien Lespiau · 10 years ago
  3. 49af449 drm/i915: Change plane_config to store a tiling_mode by Damien Lespiau · 10 years ago
  4. 59bad94 drm/i915: Rename the forcewake get/put functions by Mika Kuoppala · 10 years ago
  5. 6daccb0 drm/i915: Assert that runtime pm is active on user fw access by Chris Wilson · 10 years ago
  6. 16f3f65 drm/i915: Keep drm_crtc->state in sync with intel_crtc->config by Ander Conselvan de Oliveira · 10 years ago
  7. f5de6e0 drm/i915: Improve how the memory for crtc state is allocated by Ander Conselvan de Oliveira · 10 years ago
  8. 6e3c971 drm/i915: Make intel_crtc->config a pointer by Ander Conselvan de Oliveira · 10 years ago
  9. 681a850 drm/i915: Use local pipe_config varariable when available by Ander Conselvan de Oliveira · 10 years ago
  10. 190f68c drm/i915: Pass new_config down do crtc_compute_clock by Ander Conselvan de Oliveira · 10 years ago
  11. 2d112de drm/i915: Embedded struct drm_crtc_state in intel_crtc_state by Ander Conselvan de Oliveira · 10 years ago
  12. 5cec258 drm/i915: Rename struct intel_crtc_config to intel_crtc_state by Ander Conselvan de Oliveira · 10 years ago
  13. d0dc1c8 drm/i915: Don't cleanup plane state in intel_plane_destroy() by Matt Roper · 10 years ago
  14. d3e7a0d Merge tag 'drm-intel-next-2015-01-17' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 10 years ago
  15. 281d1bb Merge remote-tracking branch 'origin/master' into drm-next by Dave Airlie · 10 years ago
  16. d2182a6 drm/i915: Don't register HDMI connectors for eDP ports on VLV/CHV by Ville Syrjälä · 10 years ago
  17. 53a366b drm/i915: Drop unused position fields (v2) by Matt Roper · 10 years ago
  18. ea2c67b drm/i915: Move to atomic plane helpers (v9) by Matt Roper · 10 years ago
  19. 4a3b876 drm/i915: Clarify sprite plane function names (v4) by Matt Roper · 10 years ago
  20. c34c9ee drm/i915: Move vblank evasion to commit (v4) by Matt Roper · 10 years ago
  21. 32b7eee drm/i915: Refactor work that can sleep out of commit (v7) by Matt Roper · 10 years ago
  22. 0a87a2d Merge tag 'topic/i915-hda-componentized-2015-01-12' into drm-intel-next-queued by Daniel Vetter · 10 years ago
  23. 48bf5b2 drm/i915: Ban Haswell from using RCS flips by Chris Wilson · 10 years ago
  24. adc3184 Merge tag 'drm-intel-next-2014-12-19' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 10 years ago
  25. f9b61ff drm/i915: Push vblank enable/disable past encoder->enable/disable by Daniel Vetter · 10 years ago
  26. 379a2d3 Merge tag 'drm-intel-next-fixes-2014-12-30' of git://anongit.freedesktop.org/drm-intel into linus by Dave Airlie · 10 years ago
  27. 01f5a62 Revert "drm/i915: Preserve VGACNTR bits from the BIOS" by Ville Syrjälä · 10 years ago
  28. 140fd38d drm/i915: Hold runtime PM during plane commit by Matt Roper · 10 years ago
  29. e2c719b drm/i915: tame the chattermouth (v2) by Rob Clark · 10 years ago
  30. 5f77eeb drm/i915: Use BUILD_BUG if possible in the i915 WARN_ON by Daniel Vetter · 10 years ago
  31. b59f782 Merge tag 'drm-intel-next-fixes-2014-12-11' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 10 years ago
  32. 7ff0ebc drm/i915: Move FBC stuff to intel_fbc.c by Rodrigo Vivi · 10 years ago
  33. b05ddd4 gpu: drm: i915: intel_display.c: Remove unused function by Rickard Strandqvist · 10 years ago
  34. 8c86394 Merge tag 'v3.18' into drm-next by Dave Airlie · 10 years ago
  35. 146d84f drm/i915: Fix up seqno -> request merge issues by John Harrison · 10 years ago
  36. cf4c7c1 drm/i915: Make all plane disables use 'update_plane' (v5) by Matt Roper · 10 years ago
  37. e614c3c drm/i915: Ensure state->crtc is non-NULL for plane updates by Matt Roper · 10 years ago
  38. c59cb17 drm/i915: Consolidate top-level .update_plane() handlers by Matt Roper · 10 years ago
  39. 38f3ce3 drm/i915: Consolidate plane 'cleanup' operations (v3) by Matt Roper · 10 years ago
  40. 6beb8c23 drm/i915: Consolidate plane 'prepare' functions (v2) by Matt Roper · 10 years ago
  41. 2b875c2 drm/i915: Make intel_plane_state subclass drm_plane_state by Matt Roper · 10 years ago
  42. f4a2cf2 drm/i915: Introduce intel_prepare_cursor_plane() (v2) by Matt Roper · 10 years ago
  43. 455a680 drm/i915: remove intel_pipe_set_base() (v4) by Gustavo Padovan · 10 years ago
  44. a912f12 drm/i915: remove intel_crtc_cursor_set_obj() (v5) by Gustavo Padovan · 10 years ago
  45. ecb7e16 drm: add helper to get crtc timings (v5) by Gustavo Padovan · 10 years ago
  46. af15d2c drm/i915: don't always do full mode sets when infoframes are enabled by Jesse Barnes · 10 years ago
  47. 36d0a82 drm/i915: Remove unnecessary goto in intel_primary_plane_disable() by Ander Conselvan de Oliveira · 10 years ago
  48. 3a8a946 drm/i915: Remove redundant flip_work->flip_queued_ring by Daniel Vetter · 10 years ago
  49. 41c5241 drm/i915: Remove the now redundant 'obj->ring' by John Harrison · 10 years ago
  50. 1b5a433 drm/i915: Convert 'i915_seqno_passed' calls into 'i915_gem_request_completed' by John Harrison · 10 years ago
  51. f06cc1b drm/i915: Convert 'flip_queued_seqno' into 'flip_queued_request' by John Harrison · 10 years ago
  52. 9c65481 drm/i915: Convert __wait_seqno() to __wait_request() by John Harrison · 10 years ago
  53. cc8c4cc drm/i915: Convert mmio_flip::seqno to struct request by John Harrison · 10 years ago
  54. 6259cea drm/i915: Remove 'outstanding_lazy_seqno' by John Harrison · 10 years ago
  55. 97b2a6a drm/i915: Replace last_[rwf]_seqno with last_[rwf]_req by John Harrison · 10 years ago
  56. ff94456 drm/i915/skl: Implement the skl version of MMIO flips by Damien Lespiau · 10 years ago
  57. 3148ade drm/i915/skl: Read out crtl1 for eDP/DPLL0 by Damien Lespiau · 10 years ago
  58. 00f0b37 drm/i915: Reject modeset when the same digital port is used more than once by Ville Syrjälä · 10 years ago
  59. f98ce92 drm/i915: Disable crtcs gracefully before GPU reset on gen3/4 by Ville Syrjälä · 10 years ago
  60. 7514747 drm/i915: Grab modeset locks for GPU rest on pre-ctg by Ville Syrjälä · 10 years ago
  61. b9950a1 drm/i915: Don't clobber crtc->new_config when nothing changes by Ville Syrjälä · 10 years ago
  62. 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
  63. b683622 drm/i915: More cautious with pch fifo underruns by Daniel Vetter · 10 years ago
  64. e8115e7 Merge tag 'v3.18-rc7' into drm-next by Dave Airlie · 10 years ago
  65. bdfa754 drm/i915: Ignore SURFLIVE and flip counter when the GPU gets reset by Ville Syrjälä · 10 years ago
  66. 738c05c drm/i915: vlv: fix cdclk setting during modeset while suspended by Imre Deak · 10 years ago
  67. 55072d1 drm/i915: Dump hdmi pipe_config state by Daniel Vetter · 10 years ago
  68. 5c6c600 drm/i915: Remove DRI1 ring accessors and API by Chris Wilson · 10 years ago
  69. 54499b2 Merge tag 'drm-intel-fixes-2014-11-19' into drm-intel-next-queued by Daniel Vetter · 10 years ago
  70. 2eb5252 drm/i915: disable rps irqs earlier during suspend/unload by Imre Deak · 10 years ago
  71. 9dc806f drm/i915: Don't store panning coordinates as 16.16 fixed point by Matt Roper · 10 years ago
  72. 6ac0483 drm/i915: Propagate invalid setcrtc cloning errors back to userspace by Matt Roper · 10 years ago
  73. 0bc12bc drm/i915: Introduce intel_psr.c by Rodrigo Vivi · 10 years ago
  74. f5f7d3c drm/i915/skl: Remove spurious warn in get_ddi_pll() by Damien Lespiau · 10 years ago
  75. fd172d0 Merge tag 'drm-intel-next-2014-11-07-fixups' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 10 years ago
  76. bd2e244 drm/i915/skl: fetch, enable/disable pfit as needed v2 by Jesse Barnes · 10 years ago
  77. 830c81d drm/i915/skl: Implement queue_flip by Damien Lespiau · 10 years ago
  78. 3f4cd19 drm/i915/skl: Provide skl-specific pll hw state cross-checking by Damien Lespiau · 10 years ago
  79. 96b7dfb drm/i915/skl: Query DPLL attached to port on SKL by Satheeshakrishna M · 10 years ago
  80. 9212278 drm/i915: preserve SSC if previously set v3 by Jesse Barnes · 10 years ago
  81. 1f9954d drm/i915: update pipe size at set_config time by Jesse Barnes · 10 years ago
  82. 2066459 drm/i915: check for audio and infoframe changes across mode sets v2 by Jesse Barnes · 10 years ago
  83. e43823e drm/i915/hdmi: fetch infoframe status in get_config v2 by Jesse Barnes · 10 years ago
  84. 50f5275 drm/i915: use compute_config in set_config v4 by Jesse Barnes · 10 years ago
  85. 7f27126 drm/i915: factor out compute_config from __intel_set_mode v3 by Jesse Barnes · 10 years ago
  86. 0962c3c drm/i915: Register the backlight device after the modeset init by Ville Syrjälä · 10 years ago
  87. d3babd3 drm/i915: Don't deref NULL crtc in intel_get_pipe_from_connector() by Ville Syrjälä · 10 years ago
  88. 6ccb81f drm/i915: avoid deadlock on failure paths in __intel_framebuffer_create() by Alexey Khoroshilov · 10 years ago
  89. e1f234b drm/i915: Use correct pipe config to update pll dividers. V2 by Bob Paauwe · 10 years ago
  90. f354d73 drm/i915: Plug memory leak in intel_shared_dpll_start_config() by Ander Conselvan de Oliveira · 10 years ago
  91. 4d02e2d drm: Per-plane locking by Daniel Vetter · 10 years ago
  92. 51b44eb Merge tag 'v3.18-rc4' into drm-next by Dave Airlie · 10 years ago
  93. 6bcda4f drm/i915: Cache HPLL frequency on VLV/CHV by Ville Syrjälä · 10 years ago
  94. 536f5b5 drm/i915: Make mmio flip wait for seqno in the work function by Ander Conselvan de Oliveira · 10 years ago
  95. 50f6e50 drm/i915: Move the .global_resources() hook call into modeset_update_crtc_power_domains() by Ville Syrjälä · 10 years ago
  96. 08db665 drm/i915/skl: Check the DDB state at modeset by Damien Lespiau · 10 years ago
  97. 3078999 drm/i915/skl: Read the pipe WM HW state by Pradeep Bhat · 10 years ago
  98. 9362c7c drm/i915: Use vblank evade mechanism in mmio_flip by Ander Conselvan de Oliveira · 10 years ago
  99. 850c4cd drm/i915: Make intel_pin_and_fence_fb_obj take plane and framebuffer by Tvrtko Ursulin · 10 years ago
  100. 4093561 drm/i915: Make intel_pipe_has_type() take an output type enum by Damien Lespiau · 10 years ago