1. f2a85e1 drm,i915: Introduce drm_malloc_gfp() by Chris Wilson · 9 years ago
  2. eae2c43 drm/i915/shrinker: Restrict vmap purge to objects with vmaps by Chris Wilson · 9 years ago
  3. 0a798eb drm/i915: Refactor duplicate object vmap functions by Chris Wilson · 9 years ago
  4. d2cad53 drm/i915: Consolidate common error handling in intel_pin_and_map_ringbuffer_obj by Chris Wilson · 9 years ago
  5. 6d19245 drm/i915/dmabuf: Tighten struct_mutex for unmap_dma_buf by Chris Wilson · 9 years ago
  6. b1e429f drm/i915: implement WaClearTdlStateAckDirtyBits by Tim Gore · 9 years ago
  7. 25a5670 drm/i915/bxt: Reversed polarity of PORT_PLL_REF_SEL bit by Dongwon Kim · 9 years ago
  8. c0ead70 drm/i915: Rename hw state checker to hw state verifier. by Maarten Lankhorst · 9 years ago
  9. f6d1973 drm/i915: Move modeset state verifier calls. by Maarten Lankhorst · 9 years ago
  10. e7c8454 drm/i915: Make modeset state verifier take crtc as argument. by Maarten Lankhorst · 9 years ago
  11. 5dd8e50 drm/i915: Replace manual barrier() with READ_ONCE() in HWS accessor by Chris Wilson · 9 years ago
  12. 0d317ce drm/i915: Use simplest form for flushing the single cacheline in the HWS by Chris Wilson · 9 years ago
  13. 12471ba drm/i915: Harden detection of missed interrupts by Chris Wilson · 9 years ago
  14. c04e0f3 drm/i915: Separate out the seqno-barrier from engine->get_seqno by Chris Wilson · 9 years ago
  15. 9b9ed30 drm/i915: Remove forcewake dance from seqno/irq barrier on legacy gen6+ by Chris Wilson · 9 years ago
  16. 782f6bc drm/i915: Fixup the free space logic in ring_prepare by Akash Goel · 9 years ago
  17. cffa781 drm/i915: Simplify check for idleness in hangcheck by Chris Wilson · 9 years ago
  18. 7c90b7d drm/i915: Apply a mb between emitting the request and hangcheck by Chris Wilson · 9 years ago
  19. 0134712 drm/i915: Reset engine->last_submitted_seqno by Chris Wilson · 9 years ago
  20. a058d93 drm/i915: Reset semaphore page for gen8 by Chris Wilson · 9 years ago
  21. 8c12672 drm/i915: Refactor gen8 semaphore offset calculation by Chris Wilson · 9 years ago
  22. 29dcb57 drm/i915: Move the hw semaphore initialisation from GEM to the engine by Chris Wilson · 9 years ago
  23. d04bce4 drm/i915: Remove unneeded drm_device pointer from intel_ring_init_seqno() by Chris Wilson · 9 years ago
  24. 2ed53a9 drm/i915: On GPU reset, set the HWS breadcrumb to the last seqno by Chris Wilson · 9 years ago
  25. 14fd0d6 drm/i915: Include engine->last_submitted_seqno in GPU error state by Chris Wilson · 9 years ago
  26. 6f0e753 drm/i915/BXT: Get pipe conf from the port registers by Ramalingam C · 9 years ago
  27. 43367ec drm/i915: Sharing the pixel_format_from_vbt to whole i915 by Ramalingam C · 9 years ago
  28. b13d8e2 drm/i915/dsi: use a temp variable for referencing the gpio table by Jani Nikula · 9 years ago
  29. 515d07d drm/i915/dsi: abstract VLV gpio element execution to a separate function by Jani Nikula · 9 years ago
  30. b0c91cd drm/i915/dsi: clean up vlv gpio table and definitions by Jani Nikula · 9 years ago
  31. 2d1fe07 drm/i915: Do not use {HAS_*, IS_*, INTEL_INFO}(dev_priv->dev) by Joonas Lahtinen · 9 years ago
  32. 9458f4b drm/i915: Do not WARN_ON in i915_vm_to_ppgtt by Joonas Lahtinen · 9 years ago
  33. e5716f5 drm/i915: Use i915_vm_to_ppgtt instead of manual container_of by Joonas Lahtinen · 9 years ago
  34. 281c114 drm/i915/bxt: Set max cdclk frequency properly by Matt Roper · 9 years ago
  35. a280f7d drm/i915/skl+: Use plane size for relative data rate calculation by Kumar, Mahesh · 9 years ago
  36. d252bf6 drm/i915: Set invert bit for hpd based on VBT by Shubhangi Shrivastava · 9 years ago
  37. 4e27bd5 drm/i915: Update VBT fields for child devices by Shubhangi Shrivastava · 9 years ago
  38. 5fd9f52 drm/i915: Set GPU freq to idle_freq initially by Ville Syrjälä · 9 years ago
  39. c30fec6 drm/i915: Use GPLL ref clock to calculate GPU freqs on VLV/CHV by Ville Syrjälä · 9 years ago
  40. d761701 drm/i915/guc: always reset GuC before loading firmware by Dave Gordon · 9 years ago
  41. 6b332fa drm/i915/guc: reset GuC and retry on firmware load failure by Arun Siluvery · 9 years ago
  42. 168cf36 drm/i915/shrinker: Refactor common uninterruptible locking by Chris Wilson · 9 years ago
  43. e87666b drm/i915/shrinker: Hook up vmap allocation failure notifier by Chris Wilson · 9 years ago
  44. 4da56b9 mm/vmap: Add a notifier for when we run out of vmap address space by Chris Wilson · 9 years ago
  45. 6f0ac20 drm/i915/shrinker: Account for unshrinkable unbound pages by Chris Wilson · 9 years ago
  46. 7071af9 drm/i915/chv: add more IOSF port definitions by Jani Nikula · 9 years ago
  47. 1d96a4a drm/i915/dsi: add support for DSI sequence block v2 gpio element by Jani Nikula · 9 years ago
  48. 27af5ee drm/i915: Move execlists irq handler to a bottom half by Tvrtko Ursulin · 9 years ago
  49. 183aec1 drm/i915/ddi: Silence compiler warning for unknown output type by Chris Wilson · 9 years ago
  50. a156e64 drm/i915: Show PCI power state under debugfs/i915_runtime_pm_status by Chris Wilson · 9 years ago
  51. 188c1ab drm/i915: Add struct_mutex locking for debugs/i915_gem_framebuffer by Chris Wilson · 9 years ago
  52. fca0ce2 drm/i915: Fix plane init failure paths by Ville Syrjälä · 9 years ago
  53. 5593946 drm/i915: Remove the "three times for luck" trick from vlv_enable_pll() by Ville Syrjälä · 9 years ago
  54. 7d1a83c drm/i915: assert_panel_unlocked() in chv_enable_pll() by Ville Syrjälä · 9 years ago
  55. 8bd3f30 drm/i915: Add a local pipe variable to vlv_enable_pll() by Ville Syrjälä · 9 years ago
  56. c231775 drm/i915: Implement WaPixelRepeatModeFixForC0:chv by Ville Syrjälä · 9 years ago
  57. 03ed5cb drm/i915: Make {vlv,chv}_{disable,update}_pll() more similar by Ville Syrjälä · 9 years ago
  58. 27878ed drm/i915: Throw out BUGs from DPLL/PCH functions by Ville Syrjälä · 9 years ago
  59. 5b421c5 drm/i915: Disable FDI RX before DDI_BUF_CTL by Ville Syrjälä · 9 years ago
  60. 934458c Revert "drm/i915: Fix races on fbdev" by Joonas Lahtinen · 9 years ago
  61. e37788f drm/i915/dsi: refer to gpio index instead of gpio to avoid confusion by Jani Nikula · 9 years ago
  62. 11b538c drm/i915: use for_each_port_masked in bxt phy init for clarity by Jani Nikula · 9 years ago
  63. b61e799 drm/i915: BXT DDI PHY sequence BUN by Vandana Kannan · 9 years ago
  64. 39ff747 drm/i915: force full detect on sink count change by Shubhangi Shrivastava · 9 years ago
  65. 30d9aa4 drm/i915: Read sink_count dpcd always by Shubhangi Shrivastava · 9 years ago
  66. 5c9114d drm/i915: Reorganizing intel_dp_check_link_status by Shubhangi Shrivastava · 9 years ago
  67. 7d23e3c drm/i915: Cleaning up intel_dp_hpd_pulse by Shubhangi Shrivastava · 9 years ago
  68. f21a219 drm/i915: Splitting intel_dp_detect by Shubhangi Shrivastava · 9 years ago
  69. 72e96d6 drm/i915: Refer to GGTT {,VM} consistently by Joonas Lahtinen · 9 years ago
  70. 20a34e7 drm/i915: Update color management during vblank evasion. by Maarten Lankhorst · 9 years ago
  71. e872ef6 drm/i915: Do not check crtc_state->active in intel_color_load_luts. by Maarten Lankhorst · 9 years ago
  72. b95c532 drm/i915: Pass crtc_state to color management functions. by Maarten Lankhorst · 9 years ago
  73. fbf6d87 drm/i915: Add locking to pll updates, v3. by Maarten Lankhorst · 9 years ago
  74. 55c561a drm/i915: Remove PIPE_CONF_CHECK_I_ALT by Daniel Vetter · 9 years ago
  75. 9c74170 drm/i915/kbl: Remove preliminary_hw_support protection from KBL. by Rodrigo Vivi · 9 years ago
  76. 579de73 drm/i915: Exit cherryview_irq_handler() after one pass by Chris Wilson · 9 years ago
  77. b208ba8 drm/i915: Rename __force_wake_get to __force_wake_auto by Chris Wilson · 9 years ago
  78. d85489d drm/i915: Rename GGTT init functions by Joonas Lahtinen · 9 years ago
  79. ade7daa drm/i915: BUG_ON when ggtt_view is NULL by Matthew Auld · 9 years ago
  80. 9f54d4bd drm/i915: fix deadlock on lid open by Bjørn Mork · 9 years ago
  81. 68d4aee drm/i915: Update DRIVER_DATE to 20160330 by Daniel Vetter · 9 years ago
  82. a16b765 drm/i915: Call intel_dp_mst_resume() before resuming displays by Lyude · 9 years ago
  83. a7442b9 drm/i915: Fix races on fbdev by Lukas Wunner · 9 years ago
  84. 5833498 drm/i915: remove unused dev_priv->render_reclock_avail by Jani Nikula · 9 years ago
  85. 9d6c875 drm/i915: move sdvo mappings to vbt data by Jani Nikula · 9 years ago
  86. 06411f0 drm/i915: move edp low vswing config to vbt data by Jani Nikula · 9 years ago
  87. 6aa23e6 drm/i915: use a substruct in vbt data for edp by Jani Nikula · 9 years ago
  88. b4ac5af drm/i915: replace for_each_engine() by Dave Gordon · 9 years ago
  89. c3232b1 drm/i915: introduce for_each_engine_id() by Dave Gordon · 9 years ago
  90. db18b6a drm/i915/bxt: Fix DSI HW state readout by Imre Deak · 9 years ago
  91. 307e449 drm/i915: Remove vblank wait from hsw_enable_ips, v2. by Maarten Lankhorst · 9 years ago
  92. 321d178 drm/i915: Tidy aliasing_gtt_bind_vma() by Chris Wilson · 9 years ago
  93. 70e8aa2 drm/i915: Split PNV version of crtc_compute_clock() by Ander Conselvan de Oliveira · 9 years ago
  94. 19ec669 drm/i915: Split g4x_crtc_compute_clock() by Ander Conselvan de Oliveira · 9 years ago
  95. 81c97f5 drm/i915: Split i8xx_crtc_compute_clock() by Ander Conselvan de Oliveira · 9 years ago
  96. 65b3d6a drm/i915: Split CHV and VLV specific crtc_compute_clock() hooks by Ander Conselvan de Oliveira · 9 years ago
  97. 997c030 drm/i915: Merge ironlake_compute_clocks() and ironlake_crtc_compute_clock() by Ander Conselvan de Oliveira · 9 years ago
  98. b75ca6f drm/i915: Move fp divisor calculation into ironlake_compute_dpll() by Ander Conselvan de Oliveira · 9 years ago
  99. 364ee29 drm/i915: Pass crtc_state->dpll directly to ->find_dpll() by Ander Conselvan de Oliveira · 9 years ago
  100. ded220e drm/i915: Simplify ironlake_crtc_compute_clock() CPU eDP case by Ander Conselvan de Oliveira · 9 years ago