1. 5c6706e drm/i915/bxt: add display initialize/uninitialize sequence (PHY) by Vandana Kannan · 10 years ago
  2. f8437dd1 drm/i915/bxt: add display initialize/uninitialize sequence (CDCLK) by Vandana Kannan · 10 years ago
  3. c7240c3 drm/i915: PSR VLV: Add single frame update. by Rodrigo Vivi · 10 years ago
  4. a1b2278 drm/i915: skylake panel fitting using shared scalers by Chandra Konduru · 10 years ago
  5. d03c93d drm/i915: setup scalers for crtc_compute_config by Chandra Konduru · 10 years ago
  6. be41e33 drm/i915: skylake scaler structure definitions by Chandra Konduru · 10 years ago
  7. 9bdbd0b drm/i915: Allocate connector state together with the connectors by Ander Conselvan de Oliveira · 10 years ago
  8. 3b7a511 drm/i915/skl: Support for 90/270 rotation by Sonika Jindal · 10 years ago
  9. 1854d5c drm/i915: Deminish contribution of wait-boosting from clients by Chris Wilson · 10 years ago
  10. 6ad790c drm/i915: Boost GPU frequency if we detect outstanding pageflips by Chris Wilson · 10 years ago
  11. d69ba09 drm/i915: Remove intel_crtc->new_config by Ander Conselvan de Oliveira · 10 years ago
  12. 1652d19 drm/i915: Convert the ddi cdclk code to get_display_clock_speed by Ville Syrjälä · 10 years ago
  13. a8265c5 drm/i915: Rip out GET_SPRITE_COLORKEY ioctl by Daniel Vetter · 10 years ago
  14. 49172fe drm/i915: Pass acquire ctx also to intel_release_load_detect_pipe() by Ander Conselvan de Oliveira · 10 years ago
  15. 10f81c1 drm/i915: Add intel_atomic_get_crtc_state() helper function by Ander Conselvan de Oliveira · 10 years ago
  16. 1fc0a8f drm/i915/skl: Take 90/270 rotation into account in watermark calculations by Tvrtko Ursulin · 10 years ago
  17. 121920f drm/i915/skl: Query display address through a wrapper by Tvrtko Ursulin · 10 years ago
  18. 50470bb drm/i915/skl: Support secondary (rotated) frame buffer mapping by Tvrtko Ursulin · 10 years ago
  19. 82bc3b2 drm/i915: Pass in plane state when (un)pinning frame buffers by Tvrtko Ursulin · 10 years ago
  20. 6761dd3 drm/i915/skl: Extract tile height code into a helper function by Tvrtko Ursulin · 10 years ago
  21. 9848de0 drm/i915: Use usleep_range() in wait_for() by Ville Syrjälä · 10 years ago
  22. 47ecbb2 drm/i915: Eliminate the RMW sprite colorkey management by Ville Syrjälä · 10 years ago
  23. bdd7554 drm/i915: Kill intel_plane->obj by Ville Syrjälä · 10 years ago
  24. 43cf3bf drm/i915: Improved w/a for rps on Baytrail by Chris Wilson · 10 years ago
  25. 94ca719 drm/i915: Unconfuse DP link rate array names by Ville Syrjälä · 10 years ago
  26. ed4e9c1 drm/i915: Fix MST link rate handling by Ville Syrjälä · 10 years ago
  27. 50fec21 drm/i915: Fix max link rate in intel_dp_mode_valid() by Ville Syrjälä · 10 years ago
  28. ea2d8a4 drm/i915: Store the converted link rates in intel_dp->supported_rates[] by Ville Syrjälä · 10 years ago
  29. 4c6c03b drm/i915/skl: Make gen8_irq_power_well_post_enable() take a pipe mask by Damien Lespiau · 10 years ago
  30. a561165 drm/i915: Remove ironlake rc6 support by John Harrison · 10 years ago
  31. a8f3ef6 drm/i915/skl: Add support for edp 1.4 intermediate frequencies by Sonika Jindal · 10 years ago
  32. fc0f8e2 drm/i915/skl: Read sink supported rates from edp panel by Sonika Jindal · 10 years ago
  33. dbef0f1 drm/i915: add frontbuffer tracking to FBC by Paulo Zanoni · 10 years ago
  34. a4001f1 drm/i915: pass which operation triggered the frontbuffer tracking by Paulo Zanoni · 10 years ago
  35. 3dd512f drm/i915: Kill intel_crtc->cursor_{width, height} (v2) by Matt Roper · 10 years ago
  36. 8dd0eb3 Merge tag 'drm-intel-next-2015-02-27' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 10 years ago
  37. d136dfe drm: Pass in new and old plane state to prepare_fb and cleanup_fb by Tvrtko Ursulin · 10 years ago
  38. 0fda656 drm/i915/skl: Update watermarks for Y tiling by Tvrtko Ursulin · 10 years ago
  39. b321803 drm/i915/skl: Allow scanning out Y and Yf fbs by Damien Lespiau · 10 years ago
  40. fe3cd48 drm/i915: Add support for DRRS in intel_dp_set_m_n by Ramalingam C · 10 years ago
  41. f63bdb5 drm/i915: Make intel_unpin_fb_obj() static by Damien Lespiau · 10 years ago
  42. c2af70e drm/i915: Make intel_dp_unpack_aux() static by Damien Lespiau · 10 years ago
  43. a514620 drm/i915: Make intel_dp_check_link_status() static by Damien Lespiau · 10 years ago
  44. a2f8aeb drm/i915: Garbage collect orphaned prototypes by Damien Lespiau · 10 years ago
  45. 091df6c drm/i915: Switch intel_fb_align_height to fb format modifiers by Daniel Vetter · 10 years ago
  46. 2d14030 drm/i915: Store the initial framebuffer in initial_plane_config by Damien Lespiau · 10 years ago
  47. ab8d667 drm/i915: Track old framebuffer instead of object by Tvrtko Ursulin · 10 years ago
  48. 1356837 drm/i915: Add crtc state duplication/destruction functions by Matt Roper · 10 years ago
  49. 2545e4a drm/i915: Add atomic_get_property entrypoint for connectors (v2) by Matt Roper · 10 years ago
  50. 5ee67f1 drm/i915: Add main atomic entrypoints (v2) by Matt Roper · 10 years ago
  51. a98b343 drm/i915: Add .atomic_{get, set}_property() entrypoints to planes by Matt Roper · 10 years ago
  52. 65a3fea drm/i915: Consolidate plane handler vtables by Matt Roper · 10 years ago
  53. 8e7d688 drm/i915: Move rotation from intel_plane to drm_plane_state by Matt Roper · 10 years ago
  54. a93fad0 drm/i915: DRRS calls based on frontbuffer by Vandana Kannan · 10 years ago
  55. c395578 drm/i915: Enable/disable DRRS by Vandana Kannan · 10 years ago
  56. b2c5c18 drm/i915: Use symbolic irqreturn for ->hpd_pulse by Daniel Vetter · 10 years ago
  57. 5724dbd drm/i915: Rename plane_config to initial_plane_config by Damien Lespiau · 10 years ago
  58. a55ecbe drm/i915: Make intel_format_to_fourcc() static by Damien Lespiau · 10 years ago
  59. ec2c981 drm/i915: Use a common function for computing the fb height alignment by Damien Lespiau · 10 years ago
  60. 49af449 drm/i915: Change plane_config to store a tiling_mode by Damien Lespiau · 10 years ago
  61. f5de6e0 drm/i915: Improve how the memory for crtc state is allocated by Ander Conselvan de Oliveira · 10 years ago
  62. 6e3c971 drm/i915: Make intel_crtc->config a pointer by Ander Conselvan de Oliveira · 10 years ago
  63. 190f68c drm/i915: Pass new_config down do crtc_compute_clock by Ander Conselvan de Oliveira · 10 years ago
  64. 2d112de drm/i915: Embedded struct drm_crtc_state in intel_crtc_state by Ander Conselvan de Oliveira · 10 years ago
  65. 5cec258 drm/i915: Rename struct intel_crtc_config to intel_crtc_state by Ander Conselvan de Oliveira · 10 years ago
  66. 96178ee drm/i915: Modifying structures related to DRRS by Vandana Kannan · 10 years ago
  67. 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
  68. 281d1bb Merge remote-tracking branch 'origin/master' into drm-next by Dave Airlie · 10 years ago
  69. 53a366b drm/i915: Drop unused position fields (v2) by Matt Roper · 10 years ago
  70. ea2c67b drm/i915: Move to atomic plane helpers (v9) by Matt Roper · 10 years ago
  71. 4a3b876 drm/i915: Clarify sprite plane function names (v4) by Matt Roper · 10 years ago
  72. c34c9ee drm/i915: Move vblank evasion to commit (v4) by Matt Roper · 10 years ago
  73. 32b7eee drm/i915: Refactor work that can sleep out of commit (v7) by Matt Roper · 10 years ago
  74. 0a87a2d Merge tag 'topic/i915-hda-componentized-2015-01-12' into drm-intel-next-queued by Daniel Vetter · 10 years ago
  75. 59d02a1 drm/i915: fix HW lockup due to missing RPS IRQ workaround on GEN6 by Imre Deak · 10 years ago
  76. 58fddc2 drm/i915: add component support by Imre Deak · 10 years ago
  77. 7ff0ebc drm/i915: Move FBC stuff to intel_fbc.c by Rodrigo Vivi · 10 years ago
  78. b05ddd4 gpu: drm: i915: intel_display.c: Remove unused function by Rickard Strandqvist · 10 years ago
  79. cf4c7c1 drm/i915: Make all plane disables use 'update_plane' (v5) by Matt Roper · 10 years ago
  80. c59cb17 drm/i915: Consolidate top-level .update_plane() handlers by Matt Roper · 10 years ago
  81. 38f3ce3 drm/i915: Consolidate plane 'cleanup' operations (v3) by Matt Roper · 10 years ago
  82. 6beb8c23 drm/i915: Consolidate plane 'prepare' functions (v2) by Matt Roper · 10 years ago
  83. 2b875c2 drm/i915: Make intel_plane_state subclass drm_plane_state by Matt Roper · 10 years ago
  84. 1362b77 drm/i915: Deal with video overlay on GPU reset by Ville Syrjälä · 10 years ago
  85. 3a8a946 drm/i915: Remove redundant flip_work->flip_queued_ring by Daniel Vetter · 10 years ago
  86. f06cc1b drm/i915: Convert 'flip_queued_seqno' into 'flip_queued_request' by John Harrison · 10 years ago
  87. cc8c4cc drm/i915: Convert mmio_flip::seqno to struct request by John Harrison · 10 years ago
  88. e4d59f6 drm/i915: Remove intel_psr_is_enabled function. by Rodrigo Vivi · 10 years ago
  89. 7514747 drm/i915: Grab modeset locks for GPU rest on pre-ctg by Ville Syrjälä · 10 years ago
  90. 3cc134e drm/i915: sanitize rps irq enabling by Imre Deak · 10 years ago
  91. 0bc12bc drm/i915: Introduce intel_psr.c by Rodrigo Vivi · 10 years ago
  92. 96b7dfb drm/i915/skl: Query DPLL attached to port on SKL by Satheeshakrishna M · 10 years ago
  93. e43823e drm/i915/hdmi: fetch infoframe status in get_config v2 by Jesse Barnes · 10 years ago
  94. 0962c3c drm/i915: Register the backlight device after the modeset init by Ville Syrjälä · 10 years ago
  95. 6517d27 drm/i915: Pass the current pipe from eDP init to backlight setup by Ville Syrjälä · 10 years ago
  96. b900b94 drm/i915: move rps irq enable/disable to i915_irq.c by Imre Deak · 10 years ago
  97. a72fbc3 drm/i915: unify gen6/gen8 pm irq helpers by Imre Deak · 10 years ago
  98. 536f5b5 drm/i915: Make mmio flip wait for seqno in the work function by Ander Conselvan de Oliveira · 10 years ago
  99. 08db665 drm/i915/skl: Check the DDB state at modeset by Damien Lespiau · 10 years ago
  100. 3078999 drm/i915/skl: Read the pipe WM HW state by Pradeep Bhat · 10 years ago