1. 3e7c2fd drm/i915/bios: throw away unused DVO_* macros by Jani Nikula · 7 years ago
  2. 6a794c8 drm/i915/bios: group device type definitions together by Jani Nikula · 7 years ago
  3. fca36df drm/i915/bios: document child device config dvo_port values a bit better by Jani Nikula · 7 years ago
  4. 21907e7 drm/i915/bios: throw away struct old_child_dev_config by Jani Nikula · 7 years ago
  5. cc99858 drm/i915/bios: throw away high level child device union by Jani Nikula · 7 years ago
  6. 56f304e drm/i915/bios: add legacy contents to common child device config by Jani Nikula · 7 years ago
  7. d58107f drm/i915/bios: remove the raw version of child device config by Jani Nikula · 7 years ago
  8. ae276f5 drm/i915/bios: document BDB versions of child device config fields by Jani Nikula · 7 years ago
  9. f865f7e drm/i915/bios: amend child device config parameters by Jani Nikula · 7 years ago
  10. 6e64462 drm/i915: Beef up the IPS vs. CRC workaround by Ville Syrjälä · 7 years ago
  11. 3814fd7 drm/i915: Make some RPS functions static by Oscar Mateo · 7 years ago
  12. 3ffff01 drm/i915: Ignore duplicate VMA stored within the per-object handle LUT by Chris Wilson · 7 years ago
  13. 67b4804 drm/i915: Assert that the handle->vma lut is empty on object close by Chris Wilson · 7 years ago
  14. 432295d drm/i915: Assert the context is not closed on object-close by Chris Wilson · 7 years ago
  15. acfb555 drm/i915/cnl: WaForceContextSaveRestoreNonCoherent by Rodrigo Vivi · 7 years ago
  16. 2cbecff drm/i915/cnl: WaPushConstantDereferenceHoldDisable by Oscar Mateo · 7 years ago
  17. 66df101 drm/i915: Keep a small stash of preallocated WC pages by Chris Wilson · 7 years ago
  18. eb37193 drm/i915/cfl: Coffee Lake works on Kaby Lake PCH. by Rodrigo Vivi · 7 years ago
  19. ade5ee7 drm/i915/cnl: extract cnl_set_procmon_ref_values by Paulo Zanoni · 7 years ago
  20. e0b8acf drm/i915/cnl: simplify cnl_procmon_values handling by Paulo Zanoni · 7 years ago
  21. 74d290f drm/i915: Boost GPU clocks if we miss the pageflip's vblank by Chris Wilson · 7 years ago
  22. 5f88a9c drm/i915: Constify states passed to enable/disable/etc. encoder hooks by Ville Syrjälä · 7 years ago
  23. d2419ff drm/i915: Plumb crtc_state to PSR enable/disable by Ville Syrjälä · 7 years ago
  24. 385e4de drm/i915: Init infoframe vfuncs for DP encoders as well by Ville Syrjälä · 7 years ago
  25. f99be1b drm/i915: Move infoframe vfuncs into intel_digital_port by Ville Syrjälä · 7 years ago
  26. c5f93fc drm/i915: Disable infoframes when shutting down DDI HDMI by Ville Syrjälä · 7 years ago
  27. b47ef0f drm/i915: Check has_infoframes when enabling infoframes by Ville Syrjälä · 7 years ago
  28. 41e6102 drm/i915: Re-enable per-engine reset for Broxton by Michel Thierry · 7 years ago
  29. 1853a9d drm/i915/dp: make is_edp non-static and rename to intel_dp_is_edp by Jani Nikula · 7 years ago
  30. 7b91bf7 drm/i915/dp: rename intel_dp_is_edp to intel_dp_is_port_edp by Jani Nikula · 7 years ago
  31. 1a25db6 drm/i915/cnl: Apply large line width optimization by Rodrigo Vivi · 7 years ago
  32. d1d2475 drm/i915/cnl: WaDisableEnhancedSBEVertexCaching by Rodrigo Vivi · 7 years ago
  33. e6d1a4f drm/i915/cnl: Add WaDisableReplayBufferBankArbitrationOptimization by Rodrigo Vivi · 7 years ago
  34. 90007bc drm/i915/cnl: Introduce initial Cannonlake Workarounds. by Rodrigo Vivi · 7 years ago
  35. 64f09f0 drm/i915: Clear lost context-switch interrupts across reset by Chris Wilson · 7 years ago
  36. a42894e drm/i915: Update DRIVER_DATE to 20170818 by Daniel Vetter · 7 years ago
  37. cd55a1f drm/i915/bxt: use NULL for GPIO connection ID by Andy Shevchenko · 7 years ago
  38. 636918f drm/i915: Mark the GT as busy before idling the previous request by Chris Wilson · 7 years ago
  39. 0519bcb drm/i915: Trivial grammar fix s/opt of/opt out of/ in comment by Chris Wilson · 7 years ago
  40. d1b48c1 drm/i915: Replace execbuf vma ht with an idr by Chris Wilson · 7 years ago
  41. 170fa29 drm/i915: Simplify eb_lookup_vmas() by Chris Wilson · 7 years ago
  42. c7c6e46 drm/i915: Convert execbuf to use struct-of-array packing for critical fields by Chris Wilson · 7 years ago
  43. 8bcbfb1 drm/i915: Check context status before looking up our obj/vma by Chris Wilson · 7 years ago
  44. f2f5c06 drm/i915: Don't use MI_STORE_DWORD_IMM on Sandybridge/vcs by Chris Wilson · 7 years ago
  45. 4055dc7 drm/i915: Stop touching forcewake following a gen6+ engine reset by Chris Wilson · 7 years ago
  46. 7bc66c6 MAINTAINERS: drm/i915 has a new maintainer team by Daniel Vetter · 7 years ago
  47. cec3bb0 drm/i915: Split pin mapping into per platform functions by Anusha Srivatsa · 7 years ago
  48. ab3595b drm/i915/opregion: let user specify override VBT via firmware load by Jani Nikula · 7 years ago
  49. a029fa4 drm/i915/cnl: Reuse skl_wm_get_hw_state on Cannonlake. by Rodrigo Vivi · 7 years ago
  50. 6c64dd3 drm/i915/gen10: implement gen 10 watermarks calculations by Paulo Zanoni · 7 years ago
  51. acf58d4 drm/i915/cnl: Fix LSPCON support. by Rodrigo Vivi · 7 years ago
  52. b5273d7 drm/i915/vbt: ignore extraneous child devices for a port by Jani Nikula · 7 years ago
  53. 4e34935 drm/i915/cnl: Setup PAT Index. by Rodrigo Vivi · 7 years ago
  54. dc911f5 drm/i915/edp: Allow alternate fixed mode for eDP if available. by Jim Bride · 7 years ago
  55. cf6e7ba drm/i915: Add support for drm syncobjs by Jason Ekstrand · 7 years ago
  56. b805014 drm/i915: Handle full s64 precision for wait-ioctl by Chris Wilson · 7 years ago
  57. b8f55be drm/i915: Split obj->cache_coherent to track r/w by Chris Wilson · 7 years ago
  58. 9c3a16c drm/i915/hsw+: Add support for multiple power well regs by Imre Deak · 7 years ago
  59. 0a44594 drm/i915: Work around GCC anonymous union initialization bug by Imre Deak · 7 years ago
  60. baa68f6 Merge tag 'gvt-next-2017-08-15' of https://github.com/01org/gvt-linux into drm-intel-next-queued by Daniel Vetter · 7 years ago
  61. d59814a drm/i915: Initialize 'data' in intel_dsi_dcs_backlight.c by Balasubramaniam, Hari Chand · 7 years ago
  62. 140ef13 drm/i915/dp: Validate the compliance test link parameters by Manasi Navare · 8 years ago
  63. 1a92c70 drm/i915/dp: Generalize intel_dp_link_params function to accept arguments to be validated by Manasi Navare · 8 years ago
  64. 6b3816d drm/i915/gvt: Fix guest i915 full ppgtt blocking issue by Tina Zhang · 7 years ago
  65. 8a4ab66 drm/i915: Enable guest i915 full ppgtt functionality by Tina Zhang · 7 years ago
  66. 4fc0506 drm/i915: Disconnect 32 and 48 bit ppGTT support by Joonas Lahtinen · 7 years ago
  67. 9db529a drm/i915: More surgically unbreak the modeset vs reset deadlock by Daniel Vetter · 7 years ago
  68. 42b062b drm/i915: Push i915_sw_fence_wait into the nonblocking atomic commit by Daniel Vetter · 7 years ago
  69. 97154ec drm/i915: Avoid the gpu reset vs. modeset deadlock by Daniel Vetter · 7 years ago
  70. 2743789 drm/i915/gen9: Send all components in VF state by Mika Kuoppala · 7 years ago
  71. ccba591 drm/i915/guc: Rename GuC irq trigger function by Michal Wajdeczko · 7 years ago
  72. 12124be drm/i915: Suppress switch_mm emission between the same aliasing_ppgtt by Chris Wilson · 7 years ago
  73. d90cb7f drm/i915: Add SW_SYNC to our recommend testing Kconfig by Chris Wilson · 7 years ago
  74. f761bef2 drm/i915: Introduce intel_hpd_pin function. by Rodrigo Vivi · 7 years ago
  75. 256cfdde drm/i915: Simplify hpd pin to port by Rodrigo Vivi · 7 years ago
  76. c1b56c5 drm/i915/cnl: Dump the right pll registers when dumping pipe config. by Rodrigo Vivi · 7 years ago
  77. d907b66 drm/i915/cnl: Add allowed DP rates for Cannonlake. by Rodrigo Vivi · 7 years ago
  78. 50946c89 drm/i915: Return correct EDP voltage swing table for 0.85V by Matthias Kaehlcke · 7 years ago
  79. 2d56758 drm/i915: make structure intel_sprite_plane_funcs static by Colin Ian King · 7 years ago
  80. 2ae9e36 drm/i915/fbc: only update no_fbc_reason when active by Daniel Vetter · 7 years ago
  81. 7ea1adf drm/i915/cnl: Add slice and subslice information to debugfs. by Rodrigo Vivi · 7 years ago
  82. dfc267a drm/i915/gen10: fix WM latency printing by Paulo Zanoni · 7 years ago
  83. fdd11c2 drm/i915/gen10: fix the gen 10 SAGV block time by Paulo Zanoni · 7 years ago
  84. 0197181 drm/i915/cnl: Enable SAGV for Cannonlake. by Rodrigo Vivi · 7 years ago
  85. 50682ee drm/i915/gen10+: use the SKL code for reading WM latencies by Paulo Zanoni · 7 years ago
  86. 06bfe5b drm/i915: Avoid null dereference if mst_port is unset. by Rodrigo Vivi · 7 years ago
  87. 28b6cb0 drm/i915/perf: Drop redundant check for perf.initialised on reset by Chris Wilson · 7 years ago
  88. 84a095e drm/i915/perf: Drop lockdep assert for i915_oa_init_reg_state() by Chris Wilson · 7 years ago
  89. 40f75ea drm/i915/perf: Initialise dynamic sysfs group before creation by Chris Wilson · 7 years ago
  90. 1aa920e drm/i915: add register macro definition style guide by Jani Nikula · 7 years ago
  91. c3fdb9d drm/i915: enum i915_power_well_id is not proper kernel-doc by Jani Nikula · 7 years ago
  92. 83e92c2 Documentation/i915: remove sphinx conversion artefact by Jani Nikula · 7 years ago
  93. 714244e drm/i915: Add format modifiers for Intel by Ben Widawsky · 7 years ago
  94. 2e2adb0 drm/i915: Add render decompression support by Ville Syrjälä · 7 years ago
  95. bbfb6ce drm/i915: Implement .get_format_info() hook for CCS by Ville Syrjälä · 7 years ago
  96. 148b1e1 Merge airlied/drm-next into drm-intel-next-queued by Daniel Vetter · 7 years ago
  97. 3ec0af7 drm/i915: Supply the engine-id for our mock_engine() by Chris Wilson · 7 years ago
  98. 9dfb8e5 drm/i915/gvt: Add shadow context descriptor updating by Kechen Lu · 7 years ago
  99. a45050d drm/i915/gvt: expose vGPU context hw id by Zhenyu Wang · 7 years ago
  100. 4d3e67b drm/i915/gvt: Refine the intel_vgpu_reset_gtt reset function by Chuanxiao Dong · 7 years ago