1. baba6e5 drm/i915: take a reference to uncore in the engine and use it by Daniele Ceraolo Spurio · 6 years ago
  2. 97a04e0 drm/i915: switch intel_wait_for_register to uncore by Daniele Ceraolo Spurio · 6 years ago
  3. d2d551c drm/i915: intel_wait_for_register_fw to uncore by Daniele Ceraolo Spurio · 6 years ago
  4. 4319382 drm/i915: switch intel_uncore_forcewake_for_reg to intel_uncore by Daniele Ceraolo Spurio · 6 years ago
  5. a2b4abf drm/i915: switch uncore mmio funcs to use intel_uncore by Daniele Ceraolo Spurio · 6 years ago
  6. eb17af6 drm/i915: take a ref to the rpm in the uncore structure by Daniele Ceraolo Spurio · 6 years ago
  7. 2cf7bf6 drm/i915: add uncore flags for unclaimed mmio by Daniele Ceraolo Spurio · 6 years ago
  8. 5a0ba77 drm/i915: add HAS_FORCEWAKE flag to uncore by Daniele Ceraolo Spurio · 6 years ago
  9. 6cc5ca7 drm/i915: rename raw reg access functions by Daniele Ceraolo Spurio · 6 years ago
  10. 077973c drm/i915/icl: reduce pll_id scope and use enum type by Lucas De Marchi · 6 years ago
  11. 02c99d2 drm/i915/icl: use previous pll hw readout by Lucas De Marchi · 6 years ago
  12. 5e65216 drm/i915/cnl: use previous pll hw readout by Lucas De Marchi · 6 years ago
  13. 47c9877 drm/i915/bxt: make bxt_calc_pll_link() similar to skl by Lucas De Marchi · 6 years ago
  14. 947f441 drm/i915/skl: use previous pll hw readout by Lucas De Marchi · 6 years ago
  15. 602cbe8 drm/i915/selftests: Fix an IS_ERR() vs NULL check by Dan Carpenter · 6 years ago
  16. 97ee6e9 drm/i915: stop storing the media fuse by Daniele Ceraolo Spurio · 6 years ago
  17. b024ab9 drm/i915/bios: iterate over child devices to initialize ddi_port_info by Jani Nikula · 6 years ago
  18. 32c13bc drm/i915: Report the correct errno from i915_gem_context_open() by Chris Wilson · 6 years ago
  19. 0df3f09 drm/i915: Use vblank_disable_immediate on gen2 by Ville Syrjälä · 6 years ago
  20. d938da6 drm/i915: Disable C3 when enabling vblank interrupts on i945gm by Ville Syrjälä · 6 years ago
  21. 57b1c44 drm/i915: Mark AML 0x87CA as ULX by Ville Syrjälä · 6 years ago
  22. dd19f6b drm/i915: Remove defunct intel_suspend_gt_powersave() by Chris Wilson · 6 years ago
  23. 47c3b5e drm/i915/guc: Support for extended GuC notification messages by Michal Wajdeczko · 6 years ago
  24. ddad5ba drm/i915: always pin hw_id for GVT context by Zhenyu Wang · 6 years ago
  25. 4b22524 drm/i915/ehl: Add Support for DMC on EHL by Anusha Srivatsa · 6 years ago
  26. 9b7598a drm/i915/ehl: Set proper eu slice/subslice parameters for EHL by Bob Paauwe · 6 years ago
  27. 759c9ab drm/i915/ehl: EHL outputs are different from ICL by Bob Paauwe · 6 years ago
  28. e547f2a drm/i915/ehl: Add dpll mgr by Lucas De Marchi · 6 years ago
  29. 897f296 drm/i915/ehl: Add ElkhartLake platform by Bob Paauwe · 6 years ago
  30. 29f3863 drm/i915/ehl: Add EHL platform info and PCI IDs by James Ausmus · 6 years ago
  31. abf1aae drm/i915: Clean up EDID downclock mode lookup by Ville Syrjälä · 6 years ago
  32. 9f6fbe2 drm/i915: Stop hand rolling drm_mode_match() by Ville Syrjälä · 6 years ago
  33. dee2370 drm/i915: Adjust DSI fixed mode handling by Ville Syrjälä · 6 years ago
  34. 325710d drm/i915: Refactor VBT fixed mode handling by Ville Syrjälä · 6 years ago
  35. 8f49673 drm/i915: Pick the first mode from EDID as the fixed mode when there is no preferred mode by Ville Syrjälä · 6 years ago
  36. 0dc927e drm/i915: Refactor EDID fixed mode search by Ville Syrjälä · 6 years ago
  37. 6086e47 drm/i915: Really calculate the cursor ddb based on the highest enabled wm level by Ville Syrjälä · 6 years ago
  38. ea593db drm/i915: Allow contexts to share a single timeline across all engines by Chris Wilson · 6 years ago
  39. b917154 drm/i915: Extend CONTEXT_CREATE to set parameters upon construction by Chris Wilson · 6 years ago
  40. e0695db drm/i915: Create/destroy VM (ppGTT) for use with contexts by Chris Wilson · 6 years ago
  41. 9d1305e drm/i915: Introduce the i915_user_extension_method by Chris Wilson · 6 years ago
  42. b9d52d3 drm/i915/guc: GuC suspend path cleanup by Sujaritha Sundaresan · 6 years ago
  43. e70d3d8 drm/i915/selftests: Mark up preemption tests for hang detection by Chris Wilson · 6 years ago
  44. d067994 drm/i915/selftests: Calculate maximum ring size for preemption chain by Chris Wilson · 6 years ago
  45. 754a254 drm/i915: Skip object locking around a no-op set-domain ioctl by Chris Wilson · 6 years ago
  46. a679f58 drm/i915: Flush pages on acquisition by Chris Wilson · 6 years ago
  47. 4daffb6 drm/i915: Stop storing the context name as the timeline name by Chris Wilson · 6 years ago
  48. 3e05531 drm/i915: Stop storing ctx->user_handle by Chris Wilson · 6 years ago
  49. 7dc4071 drm/i915: Introduce a mutex for file_priv->context_idr by Chris Wilson · 6 years ago
  50. 3aa9945 drm/i915: Separate GEM context construction and registration to userspace by Chris Wilson · 6 years ago
  51. 401f147 drm/i915/selftests: fix NULL vs IS_ERR() check in mock_context_barrier() by Dan Carpenter · 6 years ago
  52. ab7529f drm/i915: Use __is_constexpr() by Chris Wilson · 6 years ago
  53. 6ebc969 drm/i915: make raw access function work on uncore by Daniele Ceraolo Spurio · 6 years ago
  54. 25286aa drm/i915: move regs pointer inside the uncore structure by Daniele Ceraolo Spurio · 6 years ago
  55. 272c7e5 drm/i915: reduce the dev_priv->uncore dance in uncore.c by Daniele Ceraolo Spurio · 6 years ago
  56. cb7ee69 drm/i915: make find_fw_domain work on intel_uncore by Daniele Ceraolo Spurio · 6 years ago
  57. f7de502 drm/i915: make more uncore function work on intel_uncore by Daniele Ceraolo Spurio · 6 years ago
  58. 3ceea6a drm/i915: use intel_uncore for all forcewake get/put by Daniele Ceraolo Spurio · 6 years ago
  59. f568eee drm/i915: use intel_uncore in fw get/put internal paths by Daniele Ceraolo Spurio · 6 years ago
  60. 159367b drm/i915: always use masks on FW regs by Daniele Ceraolo Spurio · 6 years ago
  61. 7264aeb drm/i915/icl: Fix the TRANS_DDI_FUNC_CTL2 bitfield macro by Manasi Navare · 6 years ago
  62. 6e514e3 drm/i915: Switch to bitmap_zalloc() by Andy Shevchenko · 6 years ago
  63. 8cac9fd drm/i915: Inline skl_update_pipe_wm() into its only caller by Ville Syrjälä · 6 years ago
  64. 96cb7cd drm/i915: Don't pass pipe_wm around so much by Ville Syrjälä · 6 years ago
  65. 5e6037c drm/i915: Move some variables to tighter scope by Ville Syrjälä · 6 years ago
  66. a301cb0 drm/i915: Keep plane watermarks enabled more aggressively by Ville Syrjälä · 6 years ago
  67. 10a7e07 drm/i915: Make sure cursor has enough ddb for the selected wm level by Ville Syrjälä · 6 years ago
  68. df331de drm/i915: Allocate enough DDB for the cursor by Ville Syrjälä · 6 years ago
  69. c92558a drm/i915: Extract skl_compute_wm_params() by Ville Syrjälä · 6 years ago
  70. 67155a6 drm/i915: Don't pass plane state to skl_compute_plane_wm() by Ville Syrjälä · 6 years ago
  71. 3cf963c drm/i915: Accept alloc_size == blocks by Ville Syrjälä · 6 years ago
  72. 4677faf drm/i915: Use HPLLVCO_MOBILE for all PNVs by Ville Syrjälä · 6 years ago
  73. f3e3048 drm/i915: Introduce i915_has_asle() by Ville Syrjälä · 6 years ago
  74. 9e7d569 drm/i915: Introduce i9xx_has_pps() by Ville Syrjälä · 6 years ago
  75. b7c8093 drm/i915: Introduce i9xx_has_pfit() by Ville Syrjälä · 6 years ago
  76. 5c22786 drm/i915: Reorder gen3/4 swizzle detection logic by Ville Syrjälä · 6 years ago
  77. fd79d93 drm/i915/selftests: add test to verify get/put fw domains by Daniele Ceraolo Spurio · 6 years ago
  78. d315d4f drm/i915/selftests: Provide stub reset functions by Chris Wilson · 6 years ago
  79. 1284ec9 drm/i915: Update DRIVER_DATE to 20190320 by Joonas Lahtinen · 6 years ago
  80. 729ae33 drm/i915/cml: Introduce Comet Lake PCH by Anusha Srivatsa · 6 years ago
  81. a7b4dee drm/i915/cml: Add CML PCI IDS by Anusha Srivatsa · 6 years ago
  82. 06dd94c drm/i915: Fix PSR2 selective update corruption after PSR1 setup by José Roberto de Souza · 6 years ago
  83. d2daff2 drm/i915: Pass dev_priv to intel_is_dual_link_lvds() by Ville Syrjälä · 6 years ago
  84. 17be494 drm/i915: Polish intel_get_lvds_encoder() by Ville Syrjälä · 6 years ago
  85. 27b680f drm/i915: Add some missing curly braces by Ville Syrjälä · 6 years ago
  86. 4631dc3 drm/i915: Remove the fragile array index -> link rate mapping by Ville Syrjälä · 6 years ago
  87. ad40f8b drm/i915: Nuke icl_calc_dp_combo_pll_link() by Ville Syrjälä · 6 years ago
  88. 2ee7fd1 drm/i915: Fix readout for cnl DPLL kdiv==3 by Ville Syrjälä · 6 years ago
  89. dc41e91 drm/i915: Remove redundant on stack dpll_hw_state from icl_get_dpll() by Ville Syrjälä · 6 years ago
  90. 3d1ed35 drm/i915: Pass crtc_state down to icl dpll funcs by Ville Syrjälä · 6 years ago
  91. 2cf9cd8 drm/i915: Remove redundant on stack dpll_hw_state from cnl_get_dpll() by Ville Syrjälä · 6 years ago
  92. e7251d7 drm/i915: Pass crtc_state down to cnl dpll funcs by Ville Syrjälä · 6 years ago
  93. 67de42e drm/i915: Remove redundant on stack dpll_hw_state from bxt_get_dpll() by Ville Syrjälä · 6 years ago
  94. e40396d drm/i915: Pass crtc_state down to bxt dpll funcs by Ville Syrjälä · 6 years ago
  95. 15dc88a drm/i915: Remove redundant on stack dpll_hw_state from skl_get_dpll() by Ville Syrjälä · 6 years ago
  96. 98b6072 drm/i915: Pass crtc_state down to skl dpll funcs by Ville Syrjälä · 6 years ago
  97. cc089e8 drm/i915: Don't pass crtc to intel_get_shared_dpll() and .get_dpll() by Ville Syrjälä · 6 years ago
  98. da37390 drm/i915: Don't pass crtc to intel_find_shared_dpll() by Ville Syrjälä · 6 years ago
  99. 4c5896d drm/i915: Hold a reference to the active HW context by Chris Wilson · 6 years ago
  100. 206c2f8 drm/i915: Lock the gem_context->active_list while dropping the link by Chris Wilson · 6 years ago