1. b204535 drm/i915: Keep track of preferred cdclk vco frequency on SKL by Ville Syrjälä · 9 years ago
  2. 1cd593e drm/i915: Allow enable/disable of DPLL0 around cdclk changes on SKL by Ville Syrjälä · 9 years ago
  3. 2f2a121 drm/i915: Report the current DPLL0 vco on SKL/KBL by Ville Syrjälä · 9 years ago
  4. ea61791 drm/i915: Actually read out DPLL0 vco on skl from hardware by Ville Syrjälä · 9 years ago
  5. a8ca493 drm/i915: Extract skl_calc_cdclk() by Ville Syrjälä · 9 years ago
  6. 14d41b3 drm/i915: Move the SKL DPLL0 VCO computation into intel_dp_compute_config() by Ville Syrjälä · 9 years ago
  7. c89e39f drm/i915/skl: SKL CDCLK change on modeset tracking VCO by Clint Taylor · 9 years ago
  8. 9558d15 drm/i915: Fix BXT min_pixclk after state readout by Ville Syrjälä · 9 years ago
  9. 03d92e4 drm/i915/opregion: Rename init/fini functions to register/unregister by Chris Wilson · 9 years ago
  10. 6f9f4b7 drm/i915/opregion: Convert to using native drm_i915_private by Chris Wilson · 9 years ago
  11. 11825b0 drm/i915: Enable GSE interrupt on BDW+ by Ville Syrjälä · 9 years ago
  12. 0a31afb drm/i915/guc: rework guc_add_workqueue_item() by Dave Gordon · 9 years ago
  13. 551aaec drm/i915/guc: don't spinwait if the GuC's workqueue is full by Dave Gordon · 9 years ago
  14. 7c2c270 drm/i915/guc: pass request (not client) to i915_guc_{wq_check_space, submit}() by Dave Gordon · 9 years ago
  15. fce91f2 drm/i915/guc: add enable_guc_loading parameter by Dave Gordon · 9 years ago
  16. 1a3d189 drm/i915/guc: distinguish HAS_GUC() from HAS_GUC_UCODE/HAS_GUC_SCHED by Dave Gordon · 9 years ago
  17. f09d675 drm/i915/guc: rename loader entry points by Dave Gordon · 9 years ago
  18. 9cce443 drm/i915: Update DRIVER_DATE to 20160522 by Daniel Vetter · 9 years ago
  19. 63d1532 drm/i915: Inline sg_next() for the optimised SGL iterator by Dave Gordon · 9 years ago
  20. 85d1225 drm/i915: Introduce & use new lightweight SGL iterators by Dave Gordon · 9 years ago
  21. b338fa4 drm/i915: optimise i915_gem_object_map() for small objects by Dave Gordon · 9 years ago
  22. dd6034c drm/i915: refactor i915_gem_object_pin_map() by Dave Gordon · 9 years ago
  23. dc00b6a drm/i915/psr: Implement PSR2 w/a for gen9 by Daniel Vetter · 9 years ago
  24. d4dcbdc drm/i915/psr: Use ->get_aux_send_ctl functions by Daniel Vetter · 9 years ago
  25. 6f32ea7 drm/i915/psr: Order DP aux transactions correctly by Daniel Vetter · 9 years ago
  26. 1c80c25 drm/i915/psr: Make idle_frames sensible again by Daniel Vetter · 9 years ago
  27. 50db139 drm/i915/psr: Try to program link training times correctly by Daniel Vetter · 9 years ago
  28. 72778cb drm/i915/userptr: Convert to drm_i915_private by Chris Wilson · 9 years ago
  29. d55dbd0 drm/i915: Allow nonblocking update of pageflips. by Maarten Lankhorst · 9 years ago
  30. 15c86bd drm/i915: Check for unpin correctness. by Maarten Lankhorst · 9 years ago
  31. 95c2ccd Reapply "drm/i915: Avoid stalling on pending flips for legacy cursor updates" by Maarten Lankhorst · 9 years ago
  32. a6747b7 drm/i915: Make unpin async. by Maarten Lankhorst · 9 years ago
  33. 03f476e drm/i915: Prepare connectors for nonblocking checks. by Maarten Lankhorst · 9 years ago
  34. 2099def drm/i915: Pass atomic states to fbc update functions. by Maarten Lankhorst · 9 years ago
  35. ee7171a drm/i915: Remove reset_counter from intel_crtc. by Maarten Lankhorst · 9 years ago
  36. 2ee004f drm/i915: Remove queue_flip pointer. by Maarten Lankhorst · 9 years ago
  37. b8d2afa drm/i915: Remove use_mmio_flip kernel parameter. by Maarten Lankhorst · 9 years ago
  38. 8dd634d drm/i915: Remove cs based page flip support. by Maarten Lankhorst · 9 years ago
  39. 143f73b drm/i915: Rework intel_crtc_page_flip to be almost atomic, v3. by Maarten Lankhorst · 9 years ago
  40. 84fc494 drm/i915: Add the exclusive fence to plane_state. by Maarten Lankhorst · 9 years ago
  41. 6885843 drm/i915: Convert flip_work to a list. by Maarten Lankhorst · 9 years ago
  42. aa420dd drm/i915: Allow mmio updates on all platforms, v2. by Maarten Lankhorst · 9 years ago
  43. afee4d8 Revert "drm/i915: Avoid stalling on pending flips for legacy cursor updates" by Maarten Lankhorst · 9 years ago
  44. 51cbaf0 drm/i915: Unify unpin_work and mmio_work into flip_work, v2. by Maarten Lankhorst · 9 years ago
  45. a299141 drm/i915: Add support for detecting vblanks when hw frame counter is unavailable. by Maarten Lankhorst · 9 years ago
  46. 5251f04 drm/i915: Remove intel_prepare_page_flip, v3. by Maarten Lankhorst · 9 years ago
  47. ef58319 drm/i915: Remove intel_finish_page_flip_plane. by Maarten Lankhorst · 9 years ago
  48. 55d80d2 drm/i915: Remove stallcheck special handling, v3. by Maarten Lankhorst · 9 years ago
  49. af61d5c drm/core: Add drm_accurate_vblank_count, v5. by Maarten Lankhorst · 9 years ago
  50. 74aa156ba drm/i915/bxt: reserve space for RC6 in the the GuC WOPCM by Peter Antoine · 9 years ago
  51. af4a879 drm/i915: Simplify control flow in intel_atomic_check a bit. by Daniel Vetter · 9 years ago
  52. 1ecc1c6 drm/i915/dsi: CABC support for Panel PWM backlight control by Deepak M · 9 years ago
  53. 9019835 drm/i915/dsi: Add DCS control for Panel PWM by Jani Nikula · 9 years ago
  54. 9a652cc Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queued by Daniel Vetter · 9 years ago
  55. 99ee872 Merge tag 'topic/drm-misc-2016-05-13' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 9 years ago
  56. 76e9cab Merge branch 'topic-arcpgu-updates' of https://github.com/foss-for-synopsys-dwc-arc-processors/linux into drm-next by Dave Airlie · 9 years ago
  57. e8fcdf1 drm/i915: don't mix bitwise and logical operations for has_snoop by Jani Nikula · 9 years ago
  58. f7770bf drm/i915: Skip clearing the GGTT on full-ppgtt systems by Chris Wilson · 9 years ago
  59. 975f7ff drm/i915: Lazily migrate the objects after hibernation by Chris Wilson · 9 years ago
  60. 461fb99 drm/i915: Update domain tracking for GEM objects on hibernation by Chris Wilson · 9 years ago
  61. 1f19ac2 drm/i915: Add distinct stubs for PM hibernation phases by Chris Wilson · 9 years ago
  62. e3d5457 drm/i915: Ignore stale wm register values on resume on ilk-bdw (v2) by Ville Syrjälä · 9 years ago
  63. 1560653 drm/i915: Don't leave old junk in ilk active watermarks on readout by Ville Syrjälä · 9 years ago
  64. b8e7570 drm/i915: Eliminate the CDCLK_CTL RMW on BXT by Ville Syrjälä · 9 years ago
  65. 7fe6275 drm/i915: Program BXT_CDCLK_CD2X_PIPE by Ville Syrjälä · 9 years ago
  66. 3861fc6 drm/i915: s/required_vco/vco/ in skl cdclk code by Ville Syrjälä · 9 years ago
  67. 9ef5615 drm/i915: s/freq/cdclk/ by Ville Syrjälä · 9 years ago
  68. 4b6cd64 drm/i915: Kill off dead code from skl_dpll0_enable() by Ville Syrjälä · 9 years ago
  69. 430e05d drm/i915: Extract skl_dpll0_disable() by Ville Syrjälä · 9 years ago
  70. 760e147 drm/i915: Remove 10% cdclk guardband on BXT by Ville Syrjälä · 9 years ago
  71. 92891e4 drm/i915: Use skl_cdclk_decimal() on bxt by Ville Syrjälä · 9 years ago
  72. 4e5ca60 drm/i915: Use ilk_max_pixel_rate() for BXT cdclk calculation by Ville Syrjälä · 9 years ago
  73. c44deb6 drm/i915: Don't pass dev_priv to broxton_calc_cdclk() by Ville Syrjälä · 9 years ago
  74. 445e780 drm/i915: Untangle .fdi_link_train and cdclk vfunc setup by Ville Syrjälä · 9 years ago
  75. 587c791 drm/i915: Extract broadwell_calc_cdclk() by Ville Syrjälä · 9 years ago
  76. e1ff5f0 drm/i915: Drop checks for max_pixclk failures in cdclk computation by Ville Syrjälä · 9 years ago
  77. 5b48374 drm/i915: Remove wm_config from dev_priv/intel_atomic_state by Matt Roper · 9 years ago
  78. 6b6bada drm/i915/gen9: Reject display updates that exceed wm limitations (v2) by Matt Roper · 9 years ago
  79. 734fa01 drm/i915/gen9: Calculate watermarks during atomic 'check' (v2) by Matt Roper · 9 years ago
  80. 55994c2 drm/i915/gen9: Propagate watermark calculation failures up the call chain by Matt Roper · 9 years ago
  81. 2b4b9f3 drm/i915/gen9: Use a bitmask to track dirty pipe watermarks by Matt Roper · 9 years ago
  82. f4a9675 drm/i915/gen9: Allow watermark calculation on in-flight atomic state (v3) by Matt Roper · 9 years ago
  83. 33815fa drm/i915/gen9: Calculate plane WM's from state by Matt Roper · 9 years ago
  84. a6d3460e drm/i915/gen9: Drop re-allocation of DDB at atomic commit (v2) by Matt Roper · 9 years ago
  85. 98d3949 drm/i915/gen9: Compute DDB allocation at atomic check time (v4) by Matt Roper · 9 years ago
  86. 279e99d drm/i915: Add distrust_bios_wm flag to dev_priv (v2) by Matt Roper · 9 years ago
  87. c107acf drm/i915/gen9: Allow skl_allocate_pipe_ddb() to operate on in-flight state (v3) by Matt Roper · 9 years ago
  88. 8b4a7d0 drm/i915: Track whether an atomic transaction changes the active CRTC's by Matt Roper · 9 years ago
  89. 86a2100a drm/i915/gen9: Store plane minimum blocks in CRTC wm state (v2) by Matt Roper · 9 years ago
  90. 9c74d82 drm/i915/gen9: Allow calculation of data rate for in-flight state (v2) by Matt Roper · 9 years ago
  91. a1de91e drm/i915/gen9: Cache plane data rates in CRTC state by Matt Roper · 9 years ago
  92. e7649b5 drm/i915: Rename s/skl_compute_pipe_wm/skl_build_pipe_wm/ by Matt Roper · 9 years ago
  93. e8f1f02 drm/i915: Reorganize WM structs/unions in CRTC state by Matt Roper · 9 years ago
  94. a7363de drm/i915: Remove redundant const from function return type by Imre Deak · 9 years ago
  95. 7d7792e drm/i915: Handle error return from dma_set_coherent_mask() by Imre Deak · 9 years ago
  96. d9a7bc6 drm/i915: Add comments about fixed pipe->transcoder/PLL mapping by Imre Deak · 9 years ago
  97. 7494bcd drm/i915/gen9: Avoid using negative array index in skl_update_plane() by Imre Deak · 9 years ago
  98. e075a32 drm/i915: Stop automatically retiring requests after a GPU hang by Chris Wilson · 9 years ago
  99. e6db746 drm/i915: Stop retiring requests from busy/wait ioctls by Chris Wilson · 9 years ago
  100. bdb0461 drm/i915: Complete pending resets before get-reset-stats ioctl by Chris Wilson · 9 years ago